Sha256: 7725e1c03b00a139f2c3fd40904eec4830501c9623c9571928d47da4d7774a4c
Contents?: true
Size: 705 Bytes
Versions: 1
Compression:
Stored size: 705 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) Gem::Specification.new do |s| s.name = "beautiful_scaffold" s.version = "0.3.0.pre" s.platform = Gem::Platform::RUBY s.summary = "Beautiful Scaffold generate fully customizable scaffold" s.email = "claudel.sylvain@gmail.com" s.homepage = "http://beautiful-scaffold.com" s.description = "Beautiful Scaffold generate a complete scaffold (sort, export, paginate and filter data) http://www.beautiful-scaffold.com" s.authors = ['Sylvain Claudel'] s.files = `git ls-files`.split("\n") s.rubyforge_project = "beautiful_scaffold" s.require_paths = ["lib","lib/generators"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
beautiful_scaffold-0.3.0.pre | beautiful_scaffold.gemspec |