Sha256: 96155a3f6e86ee3165d7a3cd48b55ada3a3d6a1c548d3f16d0cd98dc6e7a5854
Contents?: true
Size: 445 Bytes
Versions: 5
Compression:
Stored size: 445 Bytes
Contents
require "bundler/gem_tasks" require "rspec/core/rake_task" RSpec::Core::RakeTask.new(:spec) task :default => :spec desc 'Downloads forked boilerpipe jar from Gregors github for sanity checks' task :download_boilerpipe_jar do FileUtils.mkdir_p 'spec/sanity_checks/jars/' Dir.chdir 'spec/sanity_checks/jars/' `wget 'https://github.com/gregors/jruby-boilerpipe/raw/master/lib/boilerpipe-common-2.0-SNAPSHOT-jar-with-dependencies.jar'` end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
boilerpipe-ruby-0.4.0 | Rakefile |
boilerpipe-ruby-0.3.0 | Rakefile |
boilerpipe-ruby-0.2.0 | Rakefile |
boilerpipe-ruby-0.1.1 | Rakefile |
boilerpipe-ruby-0.1.0 | Rakefile |