Skip to content

Commit c5e833a

Browse files
committed
emptied Rakefile, removed rspec
1 parent 0b68423 commit c5e833a

File tree

3 files changed

+5
-37
lines changed

3 files changed

+5
-37
lines changed

.rspec

-1
This file was deleted.

Rakefile

+2-36
Original file line numberDiff line numberDiff line change
@@ -9,41 +9,7 @@ rescue Bundler::BundlerError => e
99
$stderr.puts "Run `bundle install` to install missing gems"
1010
exit e.status_code
1111
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-
gem.email = "[email protected]"
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
3312

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'
4414

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

runner

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
bundle exec ruby/runner images/huge.jpg output/huge.jpg

0 commit comments

Comments
 (0)