Sha256: e988c446ea34a0c9eac32a986b431022c21f56053965a56dd64e4db1c9c4edd5
Contents?: true
Size: 381 Bytes
Versions: 6
Compression:
Stored size: 381 Bytes
Contents
require "bundler/gem_tasks" require 'rake/testtask' Rake::TestTask.new do |t| # t.libs << 'lib' t.libs << 'test' t.pattern = "test/unit/*_test.rb" end task :dev_install do load './lib/dply/version.rb' version = Dply::VERSION sh "gem build dply.gemspec" sh "gem install dply-#{version}.gem" end file "wtf" do |t| cp "dply.gemspec", t.name end task :lol => :wtf
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
dply-0.2.19 | Rakefile |
dply-0.2.18 | Rakefile |
dply-0.2.17 | Rakefile |
dply-0.2.16 | Rakefile |
dply-0.2.15 | Rakefile |
dply-0.2.14 | Rakefile |