Sha256: 760dd6444adaff79d912e861ecf5b3cfc1e797eb2c978eb7d3aa8f5b3745fc4c

Contents?: true

Size: 455 Bytes

Versions: 1

Compression:

Stored size: 455 Bytes

Contents

Gem::Specification.new do |s| 
  s.name = 'yamlade'
  s.version = "0.0.1"
  s.platform = Gem::Platform::RUBY
  s.summary = "Use YAML files to cook configuration Marmelade through HTML forms"
  s.description = "Do a YAML file, and Yamlade take care of the HTML forms for you"
  s.files = `git ls-files`.split("\n").sort
  s.require_path = '.'
  s.author = "Mickael Riga"
  s.email = "mig@mypeplum.com"
  s.homepage = "http://github.com/mig-hub/yamlade"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
yamlade-0.0.1 yamlade.gemspec