Gem::Specification.new do |s| s.name = 'fragment' s.version = "0.0.2" 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 = "https://github.com/mig-hub/fragment" s.add_development_dependency(%q, "~> 1.1.0") end