Skip to content
This repository has been archived by the owner on Jan 4, 2021. It is now read-only.

Commit

Permalink
Updates gemspec and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alxberardi committed Sep 15, 2015
1 parent e4fc771 commit d173156
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions right_on.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |spec|
spec.name = 'right_on'
spec.version = '0.0.1'
spec.authors = ["Michael Noack"]
spec.version = '0.0.2'
spec.authors = ["Michael Noack", "Alessandro Berardi"]
spec.email = 'development@travellink.com.au'
spec.description = "This helps systems manage rights and roles on a controller/action basis."
spec.summary = "Set of extensions to core rails to give rights and roles."
Expand All @@ -14,6 +14,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency('activerecord', [">= 2.0.0", "< 5.0.0"])
spec.add_dependency('activesupport', [">= 2.0.0", "< 5.0.0"])
spec.add_dependency('dependent_restrict', [">= 0.2.1"])
spec.add_dependency('input_reader', ["~> 0.0"])
spec.add_development_dependency "bundler", "~> 1.3"
Expand Down

0 comments on commit d173156

Please sign in to comment.