Sha256: 2c1971b93f4e1c5645f87222a474557f3d30a6da46d4144fdf260c7c9b2809d9

Contents?: true

Size: 1.88 KB

Versions: 1

Compression:

Stored size: 1.88 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.4.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 = %q{2012-07-15}
  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_builder/bootstrap.js",
    "app/assets/javascripts/bootstrap_builder/bootstrap_builder.js",
    "app/assets/stylesheets/bootstrap_builder/bootstrap-responsive.css",
    "app/assets/stylesheets/bootstrap_builder/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.6.2}
  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
    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

1 entries across 1 versions & 1 rubygems

Version Path
bootstrap_builder-0.4.0 bootstrap_builder.gemspec