Sha256: c898c4f5c59a76a91e26acde3c0b84d0a00d404afe8ec52e60285c7872e84ec4

Contents?: true

Size: 217 Bytes

Versions: 1

Compression:

Stored size: 217 Bytes

Contents

desc 'Release all gems (native, binaries for JRuby and Windows)'
task :release do
  command = "gem push sbf-dm-timestamps-#{DataMapper::Timestamps::VERSION}.gem"
  puts "Executing #{command.inspect}:"
  sh command
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sbf-dm-timestamps-1.3.0 tasks/release.rake