Sha256: e353f4c358631aa2004ac3022ae737cd0af911367f3187d458d3dfc91058997b

Contents?: true

Size: 394 Bytes

Versions: 2

Compression:

Stored size: 394 Bytes

Contents

# Provide a simple gemspec so you can easily use your enginex
# project in your rails apps through git.
Gem::Specification.new do |s|
  s.name = "<%= underscored %>"
  s.summary = "Insert <%= camelized %> summary."
  s.description = "Insert <%= camelized %> description."
  s.files = Dir["{app,lib,config}/**/*"] + ["MIT-LICENSE", "Rakefile", "Gemfile", "README.rdoc"]
  s.version = "0.0.1"
end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
multiengine-0.5.0 lib/templates/root/%underscored%.gemspec.tt
enginex-0.8.1 lib/templates/root/%underscored%.gemspec.tt