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-3.0.0.rc3 Rakefile
commonwatir-3.0.0.rc2 Rakefile
commonwatir-3.0.0.rc1 Rakefile
commonwatir-2.0.4 Rakefile
commonwatir-2.0.3 Rakefile
commonwatir-2.0.2 Rakefile
commonwatir-2.0.2.rc1 Rakefile
commonwatir-2.0.1 Rakefile
commonwatir-2.0.0 Rakefile
commonwatir-2.0.0.rc3 Rakefile
commonwatir-2.0.0.rc2 Rakefile
commonwatir-1.9.2 Rakefile
commonwatir-1.9.2.rc1 Rakefile
commonwatir-1.9.1 Rakefile
commonwatir-1.9.1.rc1 Rakefile
commonwatir-1.9.0 Rakefile
commonwatir-1.9.0.rc7 Rakefile
commonwatir-1.9.0.rc6 Rakefile
commonwatir-1.9.0.rc5 Rakefile
commonwatir-1.9.0.rc4 Rakefile