Sha256: ca276268ae64670e1542318e929e786eb4c2ad6c6c64fed8358b1224a8887a3c

Contents?: true

Size: 313 Bytes

Versions: 30

Compression:

Stored size: 313 Bytes

Contents

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

$: << File.join(File.dirname(__FILE__),'lib')

include Rake::DSL

gemspec = eval(File.read('pwwka.gemspec'))
Gem::PackageTask.new(gemspec) {}
RSpec::Core::RakeTask.new(:spec)
Bundler::GemHelper.install_tasks

task default: :spec

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
pwwka-0.21.1 Rakefile
pwwka-0.21.0 Rakefile
pwwka-0.20.0 Rakefile
pwwka-0.19.0 Rakefile
pwwka-0.18.0 Rakefile
pwwka-0.17.0 Rakefile
pwwka-0.16.1 Rakefile
pwwka-0.16.0 Rakefile
pwwka-0.15.1 Rakefile
pwwka-0.15.0 Rakefile