Sha256: 1422cfe81bd5ce2265d74bd028867fa296e7e06bf03355492603fd6087b3f01a

Contents?: true

Size: 1016 Bytes

Versions: 1

Compression:

Stored size: 1016 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.add_dependency 'activesupport','>= 3.1.1'
  gem.add_dependency 'rails', '>= 3.1.1'
  gem.name          = "bootstraps_bootstraps"
  gem.require_paths = ["lib"]
  gem.version       = BootstrapsBootstraps::VERSION
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bootstraps_bootstraps-2.0.3 bootstraps_bootstraps.gemspec