Sha256: f40ff01df80d8248c7f1e1096faf259674af44fd8333262fbe7cf9a1e99f11a4

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