Sha256: f3061ed3330b1821cc4dcdee7695fd50fe7f801e90060a6a7ac59071abba7938

Contents?: true

Size: 236 Bytes

Versions: 21

Compression:

Stored size: 236 Bytes

Contents

require 'rubygems'
require 'rubygems/package_task'
require 'rspec/core/rake_task'

spec = eval(File.read('yogi_berra.gemspec'))

Gem::PackageTask.new(spec) do |p|
  p.gem_spec = spec
end

RSpec::Core::RakeTask.new
task :default => :spec

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
yogi_berra-0.2.1 Rakefile
yogi_berra-0.2.0 Rakefile
yogi_berra-0.1.7 Rakefile
yogi_berra-0.1.6 Rakefile
yogi_berra-0.1.4 Rakefile
yogi_berra-0.1.3 Rakefile
yogi_berra-0.1.1 Rakefile
yogi_berra-0.1.0 Rakefile
yogi_berra-0.0.15 Rakefile
yogi_berra-0.0.14 Rakefile
yogi_berra-0.0.13 Rakefile
yogi_berra-0.0.12 Rakefile
yogi_berra-0.0.11 Rakefile
yogi_berra-0.0.10 Rakefile
yogi_berra-0.0.9 Rakefile
yogi_berra-0.0.8 Rakefile
yogi_berra-0.0.6 Rakefile
yogi_berra-0.0.5 Rakefile
yogi_berra-0.0.4 Rakefile
yogi_berra-0.0.3 Rakefile