Skip to content

Instantly share code, notes, and snippets.

@mattknox
Created January 9, 2009 23:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattknox/45309 to your computer and use it in GitHub Desktop.
Save mattknox/45309 to your computer and use it in GitHub Desktop.
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{matthewknox@gmail.com}
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