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

Version Path
redis-objects-2.0.0.beta Rakefile
redis-objects-2.0.0.alpha Rakefile
redis-objects-1.7.0 Rakefile
redis-objects-1.6.0 Rakefile
redis-objects-legacy-1.6.0 Rakefile
redis-objects-1.5.1 Rakefile
redis-objects-1.5.0 Rakefile
redis-objects-1.4.3 Rakefile
redis-objects-1.4.2 Rakefile
redis-objects-1.4.0 Rakefile
redis-objects-1.3.1 Rakefile
redis-objects-1.3.0 Rakefile