Sha256: 94f2597d5130babe673eaf7357cc624cc1566603d21f8d0913e347ec2bc74df6
Contents?: true
Size: 288 Bytes
Versions: 12
Compression:
Stored size: 288 Bytes
Contents
require "bundler/gem_tasks" desc "run all the specs" task :test do sh "bacon spec/*_spec.rb" end task :default => :test task :spec => :test desc "show changelog" task :changelog do latest = `git tag |tail -1`.chomp sh "git log --pretty=format:'* %s %b [%an]' #{latest}..HEAD" end
Version data entries
12 entries across 12 versions & 2 rubygems