Sha256: 86673768f95c203e9ab4efce5a26a4d7217dd72582c300143546d365ea6911a2

Contents?: true

Size: 166 Bytes

Versions: 9

Compression:

Stored size: 166 Bytes

Contents

require "bundler/gem_tasks"

Bundler.setup
require 'rspec/core/rake_task'
 
desc "run spec"
RSpec::Core::RakeTask.new(:spec) do |t|
  t.rspec_opts = ["-c", "-fs"]
end

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
ncmb-ruby-client-0.0.8 Rakefile
ncmb-ruby-0.1.0 Rakefile
ncmb-ruby-0.0.8 Rakefile
ncmb-ruby-client-0.0.6 Rakefile
ncmb-ruby-client-0.0.5 Rakefile
ncmb-ruby-client-0.0.4 Rakefile
ncmb-ruby-client-0.0.3 Rakefile
ncmb-ruby-client-0.0.2 Rakefile
ncmb-ruby-client-0.0.1 Rakefile