Sha256: 16bab8f5e9b54720ecdfae6d6d2aa534cb13923980afb310d0970348d2ccf59b

Contents?: true

Size: 200 Bytes

Versions: 25

Compression:

Stored size: 200 Bytes

Contents

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

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

task :default => :spec

YARD::Rake::YardocTask.new do |t|
 t.files   = ['lib/**/*.rb']
end

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
beyond_api-0.18.0.pre Rakefile
beyond_api-0.17.0.pre Rakefile
beyond_api-0.16.1.pre Rakefile
beyond_api-0.16.0.pre Rakefile
beyond_api-0.15.0.pre Rakefile
beyond_api-0.14.0.pre Rakefile
beyond_api-0.13.0.pre Rakefile
beyond_api-0.12.1.pre Rakefile
beyond_api-0.12.0.pre Rakefile
beyond_api-0.11.1.pre Rakefile
beyond_api-0.11.0.pre Rakefile
beyond_api-0.10.0.pre Rakefile
beyond_api-0.9.0.pre Rakefile
beyond_api-0.8.1.pre Rakefile
beyond_api-0.8.0.pre Rakefile
beyond_api-0.7.1.pre Rakefile
beyond_api-0.7.0.pre Rakefile
beyond_api-0.6.0.pre Rakefile
beyond_api-0.5.1.pre Rakefile
beyond_api-0.5.0.pre Rakefile