Sha256: af38af942ca9218c035550efcbc85feb38e59a4c6ff7acb228c9f9dbc50705d0
Contents?: true
Size: 449 Bytes
Versions: 2
Compression:
Stored size: 449 Bytes
Contents
require 'bundler/gem_tasks' begin require 'yard' YARD::Rake::YardocTask.new(:doc) rescue LoadError task :doc do abort 'YARD is not available. In order to run yardoc, you must run: `bundle install``' end end begin require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) rescue LoadError task :spec do abort 'RSpec is not available. In order to run specs, you must run: `bundle install`' end end task default: :spec
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
one_password-0.0.2 | Rakefile |
one_password-0.0.1 | Rakefile |