File tree 3 files changed +5
-37
lines changed
3 files changed +5
-37
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -9,41 +9,7 @@ rescue Bundler::BundlerError => e
9
9
$stderr. puts "Run `bundle install` to install missing gems"
10
10
exit e . status_code
11
11
end
12
- require 'rake'
13
-
14
- require 'jeweler'
15
- Jeweler ::Tasks . new do |gem |
16
- # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
17
- gem . name = "ruby-vips-benchmarks"
18
- gem . homepage = "http://github.com/stanislaw/ruby-vips-benchmarks"
19
- gem . license = "MIT"
20
- gem . summary = %Q{TODO: one-line summary of your gem}
21
- gem . description = %Q{TODO: longer description of your gem}
22
-
23
- gem . authors = [ "stanislaw" ]
24
- # dependencies defined in Gemfile
25
- end
26
- Jeweler ::RubygemsDotOrgTasks . new
27
-
28
- require 'rspec/core'
29
- require 'rspec/core/rake_task'
30
- RSpec ::Core ::RakeTask . new ( :spec ) do |spec |
31
- spec . pattern = FileList [ 'spec/**/*_spec.rb' ]
32
- end
33
12
34
- RSpec ::Core ::RakeTask . new ( :rcov ) do |spec |
35
- spec . pattern = 'spec/**/*_spec.rb'
36
- spec . rcov = true
37
- end
38
-
39
- task :default => :spec
40
-
41
- require 'rdoc/task'
42
- Rake ::RDocTask . new do |rdoc |
43
- version = File . exist? ( 'VERSION' ) ? File . read ( 'VERSION' ) : ""
13
+ require 'rake'
44
14
45
- rdoc . rdoc_dir = 'rdoc'
46
- rdoc . title = "ruby-vips-benchmarks #{ version } "
47
- rdoc . rdoc_files . include ( 'README*' )
48
- rdoc . rdoc_files . include ( 'lib/**/*.rb' )
49
- end
15
+ # task :default => :spec
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+
3
+ bundle exec ruby/runner images/huge.jpg output/huge.jpg
You can’t perform that action at this time.
0 commit comments