Skip to content

Commit da084e6

Browse files
committed
Ups, forgot to remove the RUBIES constant
1 parent 9ea15ae commit da084e6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Rakefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
require 'rubygems/package_task'
22
require 'rake/testtask'
33

4-
RUBIES = %w{ 1.9.2 1.8.7 1.8.6 rbx-1.2.0 }
5-
64
GEMSPEC = 'transloadit-rails.gemspec'
75

86
spec = eval open(GEMSPEC).read
@@ -18,7 +16,7 @@ end
1816
begin
1917
require 'yard'
2018
require 'yard/rake/yardoc_task'
21-
19+
2220
YARD::Rake::YardocTask.new :doc do |yard|
2321
yard.options = %w{
2422
--title Transloadit Rails

0 commit comments

Comments
 (0)