-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add licenses and fix open ended rails dependency.
- Loading branch information
Kevin Pheasey
committed
Dec 15, 2015
1 parent
4355dcf
commit 6b67ad8
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.} | ||
|
@@ -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 |