Sha256: ef34768222b539d4ed7bd4937f2587810cb5b8aee41373c2b389ee8b13d762a3

Contents?: true

Size: 577 Bytes

Versions: 1

Compression:

Stored size: 577 Bytes

Contents

Gem::Specification.new do |s| 
  s.name = 'fragment'
  s.version = "0.0.1"
  s.platform = Gem::Platform::RUBY
  s.summary = "Another HTML builder"
  s.description = "An HTML builder heavily based on Gestalt from the Ramaze framework. Its main purpose is to create fragments (hence the name), but is perfectly suited for building full pages."
  s.files = `git ls-files`.split("\n").sort
  s.require_path = './lib'
  s.author = "Mickael Riga"
  s.email = "mig@campbellhay.com"
  s.homepage = "http://www.campbellhay.com"
  s.add_development_dependency(%q<bacon>, "~> 1.1.0")
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fragment-0.0.1 fragment.gemspec