Skip to content

Commit

Permalink
Add licenses and fix open ended rails dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Pheasey committed Dec 15, 2015
1 parent 4355dcf commit 6b67ad8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
activetouch (1.0.0)
rails (>= 4.2)
rails (~> 4.2)

GEM
remote: https://rubygems.org/
Expand Down
3 changes: 2 additions & 1 deletion activetouch.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Gem::Specification.new do |spec|
spec.version = ActiveTouch::VERSION
spec.authors = ['Kevin Pheasey']
spec.email = ['[email protected]']
spec.licenses = ['MIT']

spec.summary = %q{A more robust touch for ActiveRecord associations.}
spec.description = %q{Touch specific associations when specific attributes change. Call an optional method on those touched records. Perform the touch synchronously or asynchronously.}
Expand All @@ -21,5 +22,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'bundler', '~> 1.10'
spec.add_development_dependency 'rake', '~> 10.0'

spec.add_dependency 'rails', '>= 4.2'
spec.add_dependency 'rails', '~> 4.2'
end

0 comments on commit 6b67ad8

Please sign in to comment.