Sha256: d89f664f99c5d341d15aa8eeccc4bc98e223dcf51eef1421f1cd9eda88e4817e

Contents?: true

Size: 623 Bytes

Versions: 1

Compression:

Stored size: 623 Bytes

Contents

# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name        = "bag"
  s.version     = "1.0.2"
  s.date        = Time.now.strftime('%Y-%m-%d')
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Sean Moon"]
  s.email       = ["seanmoon@seanmoon.com"]
  s.homepage    = "http://github.com/seanmoon/bag"
  s.summary     = %Q{Backbone Application Generator}
  s.description = %Q{Generates a Backbone application with a test suite from a template}
  s.has_rdoc      = false
  s.files         = `git ls-files`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bag-1.0.2 bag.gemspec