Sha256: a59e3ada7d418d20ce0a653fa058ab83ebda5045c6ab045cf786042a96bd7560
Contents?: true
Size: 629 Bytes
Versions: 1
Compression:
Stored size: 629 Bytes
Contents
Gem::Specification.new do |s| s.name = 'bently' s.version = '0.0.0' s.date = '2012-09-15' s.summary = "Bently executes (bakes) predefined formulas (recipes)" s.description = "Bently executes (bakes) predefined formulas (recipes) for trivial stuff you do a lot" s.authors = ["Benjamin Sullivan"] s.email = 'bsullivan2@gmail.com' s.homepage = 'http://github.com/bonsaiben/bently' s.add_dependency "thor", ">= 0.14.6" s.files = `git ls-files`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bently-0.0.0 | bently.gemspec |