Skip to content

Commit

Permalink
Merge pull request #24 from tdiary/release-5-3-0
Browse files Browse the repository at this point in the history
Release 5.3.0
  • Loading branch information
hsbt authored Feb 29, 2024
2 parents 26a7c38 + a7ccb3e commit d8b25dd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: build (${{ matrix.ruby }}/${{ matrix.test_mode }})
strategy:
matrix:
ruby: [ '3.0', 2.7, 2.6 ]
ruby: [ '3.3', '3.2', '3.1', '3.0' ]
test_mode: [ rack, gem ]
runs-on: ubuntu-latest
steps:
Expand All @@ -23,7 +23,6 @@ jobs:
echo 'gemspec' > Gemfile.local
gem update bundler --no-document
bundle install --without server --jobs=3 --retry=3
npm install
- name: Run test
run: bundle exec rake spec
env:
Expand Down
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2024-02-29 Hiroshi SHIBATA <[email protected]>
* release 5.3.0

2022-11-29 Tada, Tadashi <[email protected]>
* release 5.2.4

Expand Down
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
source 'https://rubygems.org'

# Specify your gem's dependencies in tdiary-blogkit.gemspec
gemspec

group :development do
gem 'racc'
end
2 changes: 1 addition & 1 deletion lib/tdiary/blogkit/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module TDiary
class Blogkit
VERSION = "5.2.4"
VERSION = "5.3.0"
end
end

0 comments on commit d8b25dd

Please sign in to comment.