Sha256: 0036e86a7c6e0717c96a9d282524c4776a10c6953184bd163d4a16f10eb0f712
Contents?: true
Size: 343 Bytes
Versions: 6
Compression:
Stored size: 343 Bytes
Contents
require "bundler/gem_tasks" require 'rake/testtask' desc "Create tag v#{Hookit::VERSION}" task :tag do puts "tagging version v#{Hookit::VERSION}" `git tag -a v#{Hookit::VERSION} -m "Version #{Hookit::VERSION}"` `git push origin --tags` end Rake::TestTask.new do |t| t.libs << 'test' end desc "Run tests" task :default => :test
Version data entries
6 entries across 6 versions & 2 rubygems
Version | Path |
---|---|
micro-hookit-0.12.13 | Rakefile |
micro-hookit-0.12.12 | Rakefile |
micro-hookit-0.12.11 | Rakefile |
hookit-0.12.3 | Rakefile |
hookit-0.12.2 | Rakefile |
hookit-0.12.1 | Rakefile |