Sha256: 3e5c71429c91e84445a5e904815453f127bb99dc00c49616bdfa5fe55c4a5adf

Contents?: true

Size: 325 Bytes

Versions: 8

Compression:

Stored size: 325 Bytes

Contents

require "bundler/gem_tasks"
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new('spec')

# If you want to make this the default task
task :default => :spec

begin
  require 'yard'
  YARD::Rake::YardocTask.new do |t|
    t.files   = ['lib/**/*.rb']   # optional
    t.options = ['--one-file']
  end
rescue LoadError
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
easy_rails_money-0.0.9.pre1 Rakefile
easy_rails_money-0.0.9.pre Rakefile
easy_rails_money-0.0.8 Rakefile
easy_rails_money-0.0.7 Rakefile
easy_rails_money-0.0.6 Rakefile
easy_rails_money-0.0.5 Rakefile
easy_rails_money-0.0.4 Rakefile
easy_rails_money-0.0.3 Rakefile