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

Version Path
jrhicks-static-generators-0.1.6 tasks/deployment.rake
jrhicks-static-generators-0.1.8 tasks/deployment.rake
jrhicks-static-generators-0.2.0 tasks/deployment.rake
jrhicks-static-generators-0.2.1 tasks/deployment.rake
jrhicks-static-generators-0.2.2 tasks/deployment.rake
jrhicks-static-generators-0.2.3 tasks/deployment.rake
jrhicks-static-generators-0.2.4 tasks/deployment.rake
jrhicks-static-generators-0.2.5 tasks/deployment.rake
jrhicks-static-generators-0.3.0 tasks/deployment.rake
jrhicks-static-generators-0.3.2 tasks/deployment.rake
jrhicks-static-generators-0.3.3 tasks/deployment.rake
jrhicks-static-generators-0.3.4 tasks/deployment.rake
jrhicks-static-generators-0.3.6 tasks/deployment.rake
jrhicks-static-generators-0.4.0 tasks/deployment.rake
jrhicks-static-generators-0.4.1 tasks/deployment.rake
jrhicks-static-generators-0.4.2 tasks/deployment.rake
jrhicks-static-generators-0.4.4 tasks/deployment.rake
jrhicks-static-generators-0.4.5 tasks/deployment.rake
jrhicks-static-generators-0.4.7 tasks/deployment.rake
jrhicks-static-generators-0.5.0 tasks/deployment.rake