Created
January 9, 2009 23:15
-
-
Save mattknox/45310 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Gem::Specification.new do |s| | |
s.name = %q{goaloc} | |
s.version = "0.3.0" | |
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= | |
s.authors = ["matt knox"] | |
s.date = %q{2009-01-09} | |
s.default_executable = %q{goaloc} | |
s.description = %q{Generate On A Lot of Crack speeds and extends the early sketching phase of RESTFUL MVC app development} | |
s.email = %q{[email protected]} | |
s.executables = ["goaloc"] | |
s.files = ["bin/goaloc"] | |
s.homepage = %q{http://github.com/mattknox/goaloc} | |
s.require_paths = ["lib"] | |
s.rubygems_version = %q{1.3.1} | |
s.summary = %q{this allows for rapid, console-based generation of merb or rails apps} | |
if s.respond_to? :specification_version then | |
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION | |
s.specification_version = 2 | |
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then | |
else | |
end | |
else | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment