Sha256: b466181154e493f83df99fcff615756a44d54f2b27104e573097f014cea20ddf
Contents?: true
Size: 217 Bytes
Versions: 3
Compression:
Stored size: 217 Bytes
Contents
desc 'Release all gems (native, binaries for JRuby and Windows)' task :release do command = "gem push sbf-dm-migrations-#{DataMapper::Migrations::VERSION}.gem" puts "Executing #{command.inspect}:" sh command end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sbf-dm-migrations-1.4.0 | tasks/release.rake |
sbf-dm-migrations-1.4.0.beta.1 | tasks/release.rake |
sbf-dm-migrations-1.3.0 | tasks/release.rake |