Sha256: 9e987899fbd462d366381091017129a50f2f8a38f76a1c89db56ed946651178b

Contents?: true

Size: 164 Bytes

Versions: 14

Compression:

Stored size: 164 Bytes

Contents

require "bundler/gem_tasks"

begin
  require 'rspec/core/rake_task'
  RSpec::Core::RakeTask.new
  task :default => :spec
rescue
  $stderr.puts('Install rspec')
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
chatwork-0.5.0 Rakefile
chatwork-0.4.1 Rakefile
chatwork-0.4.0 Rakefile
chatwork-0.3.1 Rakefile
chatwork-0.3.0 Rakefile
chatwork-0.2.0 Rakefile
chatwork-0.1.2 Rakefile
chatwork-0.1.1 Rakefile
chatwork-0.1.0 Rakefile
chatwork-0.0.7 Rakefile
chatwork-0.0.6 Rakefile
chatwork-0.0.5 Rakefile
chatwork-0.0.3 Rakefile
chatwork-0.0.2 Rakefile