Sha256: 0da92b948c69542add24a69d3c8f222a57abe8205377dcbaec5b046d1813ae48

Contents?: true

Size: 194 Bytes

Versions: 11

Compression:

Stored size: 194 Bytes

Contents

require 'bundler/setup'
require 'bundler/gem_tasks'

begin
  require 'rspec/core/rake_task'

  RSpec::Core::RakeTask.new(:spec)
  task default: :spec
rescue LoadError
  # no rspec available
end

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
docraptor-2.0.0 Rakefile
docraptor-1.4.0 Rakefile
docraptor-1.3.0 Rakefile
form_api-0.1.5 Rakefile
form_api-0.1.4 Rakefile
form_api-0.1.3 Rakefile
form_api-0.1.2 Rakefile
form_api-0.1.1 Rakefile
form_api-0.1.0 Rakefile
docraptor-1.2.0 Rakefile
docraptor-1.2.0beta1 Rakefile