Sha256: d18a9b0cfc0b77d91cf0d6ebda034c9dfc4180ba83da4a4b385a204ad7858033

Contents?: true

Size: 153 Bytes

Versions: 38

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

38 entries across 38 versions & 2 rubygems

Version Path
api-client-1.5.0 Rakefile
api-client-1.4.1 Rakefile
api-client-1.4.0 Rakefile
api-client-1.3.0 Rakefile
api-client-1.2.0 Rakefile
api-client-1.1.1 Rakefile
api-client-1.1.0 Rakefile
api-client-1.0.0 Rakefile
api-client-0.6.0 Rakefile
api-client-0.5.0 Rakefile
api-client-0.4.1 Rakefile
api-client-0.4.0 Rakefile
api-client-0.3.0 Rakefile
api-client-0.2.0 Rakefile
api-client-0.1.0 Rakefile
api-client-0.0.1 Rakefile
humanize-bytes-0.1.0 Rakefile
humanize-bytes-0.0.2 Rakefile