Sha256: 55936d1848f5abf83e31d50d9ac44f7542cda0198d4e5d8413605c4d919b8ba6
Contents?: true
Size: 159 Bytes
Versions: 1
Compression:
Stored size: 159 Bytes
Contents
desc 'publish this gem to rubygems' task :publish do system("gem build locationary.gemspec") system("gem push locationary-#{Locationary::VERSION}.gem") end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
locationary-0.0.4 | tasks/publish.rake |