Gemfile in jeweler-1.8.2 vs Gemfile in jeweler-1.8.3
- old
+ new
@@ -1,11 +1,8 @@
source "http://rubygems.org"
source "http://gems.github.com"
-# steal a page from bundler's gemspec:
-# add this directory as jeweler, in order to bundle exec jeweler and use the current working directory
-gem 'jeweler', :path => '.'
gem "rake"
gem "git", ">= 1.2.5"
gem "bundler", "~> 1.0"
gem "rdoc"
@@ -27,9 +24,17 @@
gem "mocha"
gem "redgreen"
gem "test-construct"
gem "rake"
end
+
+# yo dawg, i herd u lieked jeweler
+group :xzibit do
+ # steal a page from bundler's gemspec:
+ # add this directory as jeweler, in order to bundle exec jeweler and use the current working directory
+ gem 'jeweler', :path => '.'
+end
+
group :debug do
gem (RUBY_VERSION =~ /^1\.9/ ? "ruby-debug19" : "ruby-debug")
end