bootstraps_bootstraps.gemspec in bootstraps_bootstraps-0.0.1 vs bootstraps_bootstraps.gemspec in bootstraps_bootstraps-2.0.0

- old
+ new

@@ -2,10 +2,10 @@ 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 wgives error text handling and html formatting to match Bootstrap's syntax.} + 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")