Sha256: 7037e1d4cd89a257815f818e51793f7b53a323383e5bdfea14f4ef729199a6ac

Contents?: true

Size: 313 Bytes

Versions: 34

Compression:

Stored size: 313 Bytes

Contents

require 'rubygems'
require 'rake'
require 'rake/clean'
require 'rake/gempackagetask'

task :default => :package

CLEAN << 'pkg' << 'rdoc'

gemspec = eval(File.read('commonwatir.gemspec'))
Rake::GemPackageTask.new(gemspec) do |p|
  p.gem_spec = gemspec
  p.need_tar = false
  p.need_zip = false
end

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
commonwatir-1.9.0.rc3 Rakefile
commonwatir-1.9.0.rc2 Rakefile
commonwatir-1.9.0.rc1 Rakefile
commonwatir-1.8.1 Rakefile
commonwatir-1.8.1.rc1 Rakefile
commonwatir-1.8.0 Rakefile
commonwatir-1.8.0.rc1 Rakefile
commonwatir-1.7.1 Rakefile
commonwatir-1.7.0 Rakefile
commonwatir-1.7.0.rc1 Rakefile
commonwatir-1.6.7 Rakefile
commonwatir-1.6.7.rc1 Rakefile
commonwatir-1.6.6 Rakefile
commonwatir-1.6.6.rc2 Rakefile