Skip to content

Instantly share code, notes, and snippets.

@railsbob
Created February 22, 2010 01:41
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 railsbob/310693 to your computer and use it in GitHub Desktop.
Save railsbob/310693 to your computer and use it in GitHub Desktop.
Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = 'saas'
s.version = '0.1'
s.description = 'A generic modular application.'
s.required_ruby_version = '>= 1.8.7'
s.author = 'Anup Narkhede'
s.require_path = 'lib'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment