Sha256: ae5a3c1241a1c8cf272f6c3e3a962c5b63235c11100769bc3e7099656340c34f

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.rc5"
  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.rc5 beautiful_scaffold.gemspec