Skip to content

Commit

Permalink
Fix readme; Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalinfo committed Jun 3, 2016
1 parent 773ac72 commit 8c1459e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# after_commit_state

Use this module to check model state in after_commit callback, is it was created or updated.
Use this module to check model state in after_commit callback, if it was created or updated.

## Usage

Expand Down
4 changes: 2 additions & 2 deletions after_commit_state.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ Gem::Specification.new do |s|
s.homepage = 'https://github.com/vitalinfo/after_commit_state'
s.license = 'MIT'

s.add_dependency 'activerecord', '~> 3.0', '>= 3.0.0'
s.add_dependency 'active_support', '~> 3.0', '>= 3.0.0'
s.add_dependency 'activerecord', '>= 3.0.0'
s.add_dependency 'activesupport', '>= 3.0.0'
end
2 changes: 1 addition & 1 deletion lib/after_commit_state/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AfterCommitState
VERSION = '0.0.1'
VERSION = '0.0.3'
end

0 comments on commit 8c1459e

Please sign in to comment.