Sha256: f7ccd665e556a94306c846d20ec88a1cdcf3e3207e75594a98f82486e6f050b8
Contents?: true
Size: 1.5 KB
Versions: 12
Compression:
Stored size: 1.5 KB
Contents
# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "rails-bootstrap-builder" s.version = "0.0.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Jack Neto", "The Working Group Inc."] s.date = "2012-02-04" s.description = "" s.email = "jack@twg.ca" s.extra_rdoc_files = [ "LICENSE.txt", "README.md" ] s.files = [ "LICENSE.txt", "README.md", "Rakefile", "VERSION", "app/.DS_Store", "app/views/bootstrap_builder/_check_box.html.haml", "app/views/bootstrap_builder/_default_field.html.haml", "app/views/bootstrap_builder/_radio_button.html.haml", "app/views/bootstrap_builder/_submit.html.haml", "lib/bootstrap_builder.rb", "lib/bootstrap_builder/.DS_Store", "lib/bootstrap_builder/builder.rb", "lib/bootstrap_builder/configuration.rb", "lib/bootstrap_builder/engine.rb", "lib/bootstrap_builder/helper.rb", "vendor/.DS_Store" ] s.homepage = "http://github.com/twg/rails-bootstrap-builder" s.licenses = ["MIT"] s.require_paths = ["lib"] s.rubygems_version = "1.8.15" s.summary = "A Rails form builder to the generates Twitter Bootstrap markup" if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then else end else end end
Version data entries
12 entries across 12 versions & 1 rubygems