Sha256: 6df611dc702d848debcd84c1bbc6a86278d43f58bb79e910becc7229ab848bc0
Contents?: true
Size: 701 Bytes
Versions: 1
Compression:
Stored size: 701 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) Gem::Specification.new do |s| s.name = "beautiful_scaffold" s.version = "0.3.4" 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.4 | beautiful_scaffold.gemspec |