Sha256: 4c22f8b59253faedc1d99364ae669fc383d0d18cd6847a658f5634be123faac2
Contents?: true
Size: 268 Bytes
Versions: 20
Compression:
Stored size: 268 Bytes
Contents
desc "Build the manifest and gemspec files." task :build => [:build_manifest, :build_gemspec] desc "Move gemspec to root for github" task :publish => :build_gemspec do sh "git add static-generators.gemspec" sh 'git commit -m "publish gem"' sh 'git push' end
Version data entries
20 entries across 20 versions & 1 rubygems