Sha256: ade9c43184e4220d332c183c1e2139e36e1739c5d62c625130b153f30a163a14

Contents?: true

Size: 927 Bytes

Versions: 3

Compression:

Stored size: 927 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["Robert L. Carpenter"]
  gem.email         = ["codemonkey@robacarp.com"]
  gem.description   = %q{A gem to make working with Bootstrap 2.0 in Rails 3 easier and better.  Includes a new bootstrapped_form replacement for form_for which gives error text handling and html formatting to match Bootstrap's syntax.}
  gem.summary       = %q{Bootstrap 2.0 html helpers for Rails 3}
  gem.homepage      = "https://github.com/robacarp/bootstraps_bootstraps"

  gem.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  gem.files         = `git ls-files`.split("\n")
  gem.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  gem.name          = "bootstraps_bootstraps"
  gem.require_paths = ["lib"]
  gem.version       = BootstrapsBootstraps::VERSION
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bootstraps_bootstraps-2.0.2 bootstraps_bootstraps.gemspec
bootstraps_bootstraps-2.0.1 bootstraps_bootstraps.gemspec
bootstraps_bootstraps-2.0.0 bootstraps_bootstraps.gemspec