Sha256: 3c0a5e45721d0eb6e126707a27d3c1b1a98983fb2b0c0059a5d0090ce28cd49f
Contents?: true
Size: 1.89 KB
Versions: 1
Compression:
Stored size: 1.89 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 = %q{bootstrap_builder} s.version = "0.3.2" 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 = %q{2012-07-04} s.description = %q{} s.email = %q{jack@twg.ca} s.extra_rdoc_files = [ "LICENSE.txt", "README.md" ] s.files = [ "LICENSE.txt", "README.md", "Rakefile", "VERSION", "app/assets/images/glyphicons-halflings-white.png", "app/assets/images/glyphicons-halflings.png", "app/assets/javascripts/bootstrap.js", "app/assets/javascripts/bootstrap_builder.js", "app/assets/stylesheets/bootstrap-responsive.css", "app/assets/stylesheets/bootstrap.css", "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", "bootstrap_builder.gemspec", "lib/bootstrap_builder.rb", "lib/bootstrap_builder/builder.rb", "lib/bootstrap_builder/configuration.rb", "lib/bootstrap_builder/engine.rb", "lib/bootstrap_builder/helper.rb", "lib/bootstrap_builder/railtie.rb" ] s.homepage = %q{http://github.com/twg/bootstrap_builder} s.licenses = ["MIT"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.6} s.summary = %q{A Rails form builder that generates Twitter Bootstrap markup and helps keep your code clean} if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then else end else end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bootstrap_builder-0.3.2 | bootstrap_builder.gemspec |