diff options
author | Andre Arko <andre@arko.net> | 2010-03-13 16:53:08 -0800 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2010-03-13 16:53:08 -0800 |
commit | dbdf719e44db2a11ab232b8a6eeca9855f3ca126 (patch) | |
tree | 090d9e517f5cb215150d4bd76b80b7975a77d405 /Rakefile | |
parent | 3376633c6a80e6f70b3b068d5faebd9a4a2b4b20 (diff) | |
download | bundler-dbdf719e44db2a11ab232b8a6eeca9855f3ca126.tar.gz |
Rubygems 1.3.5 is no longer supported
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ end # Rubygems 1.3.5, 1.3.6, and HEAD specs rubyopt = ENV["RUBYOPT"] -%w(master REL_1_3_5 REL_1_3_6).each do |rg| +%w(master REL_1_3_6).each do |rg| Spec::Rake::SpecTask.new("spec_gems_#{rg}") do |t| t.spec_files = FileList['spec/**/*_spec.rb'] t.spec_opts = %w(-fs --color) |