Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
Release v1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanahsmith committed Jun 16, 2020
1 parent 4fdb93f commit 47f10f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ar_transaction_changes.gemspec
Expand Up @@ -11,6 +11,7 @@ Gem::Specification.new do |gem|
gem.description = %q{Solves the problem of trying to get all the changes to an object during a transaction in an after_commit callbacks.}
gem.summary = %q{Store transaction changes for active record objects}
gem.homepage = "https://github.com/dylanahsmith/ar_transaction_changes"
gem.license = "MIT"

gem.files = `git ls-files`.split($/)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
Expand Down
2 changes: 1 addition & 1 deletion lib/ar_transaction_changes/version.rb
@@ -1,3 +1,3 @@
module ArTransactionChanges
VERSION = "1.1.5"
VERSION = "1.1.6"
end

0 comments on commit 47f10f9

Please sign in to comment.