Sha256: 5e30b03d96bb929456466867432880eb82fb436a9118e979837e8e19be899085
Contents?: true
Size: 276 Bytes
Versions: 4
Compression:
Stored size: 276 Bytes
Contents
begin require 'bundler/setup' rescue LoadError puts 'You must `gem install bundler` and `bundle install` to run rake tasks' end require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) task :rspec => :spec task :default => :spec Bundler::GemHelper.install_tasks
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
rdf-fcrepo4-0.1.0 | Rakefile |
rdf-fcrepo4-0.0.6 | Rakefile |
rdf-fcrepo4-0.0.5 | Rakefile |
rdf-fcrepo4-0.0.4 | Rakefile |