Sha256: 169bf3359cb8652c507cf322cc2b49a75f84f90d7d34d64e7daaf38ea06c7383

Contents?: true

Size: 587 Bytes

Versions: 1

Compression:

Stored size: 587 Bytes

Contents

Gem::Specification.new do |s| 
  s.name = 'fragment'
  s.version = "1.0.0"
  s.platform = Gem::Platform::RUBY
  s.summary = "Lightweight 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@mypeplum.com"
  s.homepage = "https://github.com/mig-hub/fragment"
  s.add_development_dependency(%q<bacon>, "~> 1.1.0")
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fragment-1.0.0 fragment.gemspec