Skip to content

Commit

Permalink
Bump version to 0.2.2 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermoap authored Jun 5, 2024
1 parent 7194d8c commit 8a14ae4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
active_outbox (0.2.1)
active_outbox (0.2.2)
dry-configurable (~> 1.0)
rails (>= 6.1)

Expand Down
4 changes: 2 additions & 2 deletions active_outbox.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ Gem::Specification.new do |spec|
spec.files = Dir['LICENSE.txt', 'README.md', 'lib/**/*', 'lib/active_outbox.rb']
spec.name = 'active_outbox'
spec.summary = 'A Transactional Outbox implementation for ActiveRecord'
spec.version = '0.2.1'
spec.version = '0.2.2'

spec.email = 'guillermoaguirre1@gmail.com'
spec.executables = ['outbox']
spec.homepage = 'https://rubygems.org/gems/active_outbox'
spec.homepage = 'https://github.com/rootstrap/active_outbox'
spec.license = 'MIT'
spec.required_ruby_version = '>= 3.0'

Expand Down

0 comments on commit 8a14ae4

Please sign in to comment.