Created
February 9, 2011 09:28
-
-
Save johanlunds/818197 to your computer and use it in GitHub Desktop.
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
diff --git a/Rakefile b/Rakefile | |
index b9f0bc4..b2b103c 100755 | |
--- a/Rakefile | |
+++ b/Rakefile | |
@@ -7,20 +7,12 @@ begin | |
gem.email = "[email protected]" | |
gem.homepage = "http://github.com/kristianmandrup/roles_active_record" | |
gem.authors = ["Kristian Mandrup"] | |
+ | |
+ # See Gemfile for regular dependencies | |
gem.add_development_dependency "rspec", '>= 2.0.1' | |
gem.add_development_dependency 'database_cleaner', '>= 0.5' | |
gem.add_development_dependency "generator-spec", '>= 0.7.0' | |
- | |
- gem.add_dependency "activerecord", "~> 3.0.1" | |
- gem.add_dependency "activesupport", "~> 3.0.1" | |
- gem.add_dependency "arel", ">= 2.0" | |
- gem.add_dependency "meta_where", ">= 0.9.9" | |
- gem.add_dependency "sugar-high", "~> 0.3.0" | |
- gem.add_dependency "require_all", '~> 1.2.0' | |
- gem.add_dependency "roles_generic", '>= 0.3.2' | |
- gem.add_dependency 'rails3_artifactor', '>= 0.3.1' | |
- gem.add_dependency 'logging_assist', '>= 0.2.0' | |
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings | |
end | |
Jeweler::GemcutterTasks.new |
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
diff --git a/Rakefile b/Rakefile | |
index f6a83c8..fb68a46 100755 | |
--- a/Rakefile | |
+++ b/Rakefile | |
@@ -7,15 +7,11 @@ begin | |
gem.email = "[email protected]" | |
gem.homepage = "http://github.com/kristianmandrup/roles_generic" | |
gem.authors = ["Kristian Mandrup"] | |
+ | |
+ # See Gemfile for regular dependencies | |
gem.add_development_dependency "rspec", ">= 2.0.1" | |
gem.add_development_dependency "generator-spec", ">= 0.7.2" | |
- gem.add_dependency "require_all", "~> 1.2.0" | |
- gem.add_dependency "activesupport", ">= 3.0.1" | |
- gem.add_dependency 'sugar-high', "~> 0.3.1" | |
- gem.add_dependency 'rails3_artifactor', '~> 0.3.2' | |
- gem.add_dependency 'logging_assist', '>= 0.2.0' | |
- | |
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings | |
end | |
Jeweler::GemcutterTasks.new |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment