Sha256: 4f1d32f1e32c5621faa65041cc7cee65bc9d5cd8809edefb99c0e41f5b02a3cc

Contents?: true

Size: 503 Bytes

Versions: 14

Compression:

Stored size: 503 Bytes

Contents

# encoding: utf-8

require 'rubygems'

begin
  require 'bundler'
rescue LoadError => e
  warn e.message
  warn "Run `gem install bundler` to install Bundler."
  exit -1
end

begin
  Bundler.setup(:development)
rescue Bundler::BundlerError => e
  warn e.message
  warn "Run `bundle install` to install missing gems."
  exit e.status_code
end

require 'rake'

require 'rubygems/tasks'
Gem::Tasks.new

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new

task :test    => :spec
task :default => :spec

Version data entries

14 entries across 14 versions & 3 rubygems

Version Path
contentful-0.3.4 Rakefile
contentful-0.3.3 Rakefile
contentful-0.3.2 Rakefile
yyid-4 Rakefile
contentful-0.3.1 Rakefile
contentful-0.3.0 Rakefile
contentful-0.2.0 Rakefile
contentful-0.1.3 Rakefile
contentful-0.1.2 Rakefile
contentful-0.1.1 Rakefile
contentful-0.1.0 Rakefile
git-dropbox-0.2.1 Rakefile
git-dropbox-0.2.0 Rakefile
git-dropbox-0.1.0 Rakefile