Skip to content

Commit d8b25dd

Browse files
authored
Merge pull request #24 from tdiary/release-5-3-0
Release 5.3.0
2 parents 26a7c38 + a7ccb3e commit d8b25dd

4 files changed

Lines changed: 9 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: build (${{ matrix.ruby }}/${{ matrix.test_mode }})
88
strategy:
99
matrix:
10-
ruby: [ '3.0', 2.7, 2.6 ]
10+
ruby: [ '3.3', '3.2', '3.1', '3.0' ]
1111
test_mode: [ rack, gem ]
1212
runs-on: ubuntu-latest
1313
steps:
@@ -23,7 +23,6 @@ jobs:
2323
echo 'gemspec' > Gemfile.local
2424
gem update bundler --no-document
2525
bundle install --without server --jobs=3 --retry=3
26-
npm install
2726
- name: Run test
2827
run: bundle exec rake spec
2928
env:

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2024-02-29 Hiroshi SHIBATA <hsbt@ruby-lang.org>
2+
* release 5.3.0
3+
14
2022-11-29 Tada, Tadashi <t@tdtds.jp>
25
* release 5.2.4
36

Gemfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
source 'https://rubygems.org'
22

3-
# Specify your gem's dependencies in tdiary-blogkit.gemspec
43
gemspec
4+
5+
group :development do
6+
gem 'racc'
7+
end

lib/tdiary/blogkit/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module TDiary
22
class Blogkit
3-
VERSION = "5.2.4"
3+
VERSION = "5.3.0"
44
end
55
end

0 commit comments

Comments
 (0)