Sha256: 2855aa8eda03d7048a8f4ecb721e1db3e3a45836df3559857b345812082ba178

Contents?: true

Size: 177 Bytes

Versions: 15

Compression:

Stored size: 177 Bytes

Contents

#!/usr/bin/env rake

require 'bundler/setup'
require 'rake'
require 'bundler/gem_tasks'
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec)

task :default => :spec

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
cony-2.2.5 Rakefile
cony-2.2.4 Rakefile
cony-2.2.3 Rakefile
cony-2.2.2 Rakefile
cony-2.2.1 Rakefile
cony-2.0.1 Rakefile
cony-2.0.0 Rakefile
cony-1.5.0 Rakefile
cony-1.4.1 Rakefile
cony-1.4.0 Rakefile
cony-1.3.0 Rakefile
cony-1.2.0 Rakefile
cony-1.1.1 Rakefile
cony-1.1.0 Rakefile
cony-1.0.1 Rakefile