Sha256: 08b89b4213c99925c10cc50aab2d33fb884ec7a12a4771259a7926bcbec4e1c7

Contents?: true

Size: 238 Bytes

Versions: 26

Compression:

Stored size: 238 Bytes

Contents

require 'rake/testtask'

task :default => "test"

Rake::TestTask.new do |t|
  t.description = "Run tests"
  t.name = "test"
  t.pattern = "./test/**/*.rb"
end

desc "Build the gemfile"
task :build do
  `gem build couchpillow.gemspec`
end

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
couchpillow-0.4.12 Rakefile
couchpillow-0.4.11 Rakefile
couchpillow-0.4.10 Rakefile
couchpillow-0.4.9 Rakefile
couchpillow-0.4.8 Rakefile
couchpillow-0.4.7 Rakefile
couchpillow-0.4.6 Rakefile
couchpillow-0.4.5 Rakefile
couchpillow-0.4.4 Rakefile
couchpillow-0.4.3 Rakefile
couchpillow-0.4.2 Rakefile
couchpillow-0.4.1 Rakefile
couchpillow-0.4.0 Rakefile
couchpillow-0.3.10 Rakefile
couchpillow-0.3.9 Rakefile
couchpillow-0.3.8 Rakefile
couchpillow-0.3.7 Rakefile
couchpillow-0.3.6 Rakefile
couchpillow-0.3.5 Rakefile
couchpillow-0.3.4 Rakefile