Sha256: 697c74979cacbdcba179c97628838cbbd10be22e746407062a65cad14d3b4980
Contents?: true
Size: 554 Bytes
Versions: 1
Compression:
Stored size: 554 Bytes
Contents
require 'rubygems' require 'rake' begin require 'jeweler' Jeweler::Tasks.new do |gemspec| gemspec.name = "hugo" gemspec.summary = "Deploy Your Rack Apps to Cloud" gemspec.description = "A easy to understand DSL that makes it dirt simple to deploy to the cloud." gemspec.email = "tom@jackhq.com" gemspec.homepage = "http://github.com/twilson63/hugo" gemspec.authors = ["Tom Wilson", "Barrett Little"] end Jeweler::GemcutterTasks.new rescue LoadError puts "Jeweler not available. Install it with: gem install jeweler" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hugo-0.1.0 | Rakefile |