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-1.0.0 Rakefile
pwwka-1.0.0.RC1 Rakefile
pwwka-0.24.0 Rakefile
pwwka-0.23.0 Rakefile
pwwka-0.22.7 Rakefile
pwwka-0.22.7.RC Rakefile
pwwka-0.23.0.RC2 Rakefile
pwwka-0.22.6 Rakefile
pwwka-0.23.RC1 Rakefile
pwwka-0.22.5 Rakefile
pwwka-0.22.4 Rakefile
pwwka-0.22.3 Rakefile
pwwka-0.22.2 Rakefile
pwwka-0.21.3 Rakefile
pwwka-0.22.2.RC4 Rakefile
pwwka-0.22.2.RC3 Rakefile
pwwka-0.22.2.RC2 Rakefile
pwwka-0.22.0.RC2 Rakefile
pwwka-0.22.0.RC Rakefile
pwwka-0.21.2 Rakefile