Sha256: c0912c1a3e11fc1d1706b61e3c0534a5ed3b0eaf18b51d40a93ea756bc972b2d

Contents?: true

Size: 153 Bytes

Versions: 15

Compression:

Stored size: 153 Bytes

Contents

#!/usr/bin/env rake
require 'bundler/gem_tasks'
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new

desc 'Default Task'
task :default => [ :spec ]

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
api-client-3.1.0 Rakefile
api-client-3.0.0 Rakefile
api-client-2.7.0 Rakefile
api-client-2.6.0 Rakefile
api-client-2.5.0 Rakefile
api-client-2.5.0.rc1 Rakefile
api-client-2.4.0 Rakefile
api-client-2.3.0 Rakefile
api-client-2.2.0 Rakefile
api-client-2.1.0 Rakefile
api-client-2.0.3 Rakefile
api-client-2.0.2 Rakefile
api-client-2.0.1 Rakefile
api-client-2.0.0 Rakefile
api-client-2.0.0.rc2 Rakefile