Sha256: 3edcd9b831ba8e49a3209cae4fc6e185a1ba74eeb07fcee5377789d4d15cb75c
Contents?: true
Size: 198 Bytes
Versions: 6
Compression:
Stored size: 198 Bytes
Contents
namespace :cfnlego do task :build do `gem build cfnlego.gemspec` end task :install do end end require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) task :default => [:spec]
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
cfnlego-0.0.6 | Rakefile |
cfnlego-0.0.5 | Rakefile |
cfnlego-0.0.4 | Rakefile |
cfnlego-0.0.3 | Rakefile |
cfnlego-0.0.2 | Rakefile |
cfnlego-0.0.1 | Rakefile |