Sha256: 60d6eb9c0127e43b88c400062a80dbd5959d7df2c176f5e1216f8a1cb5c05227

Contents?: true

Size: 763 Bytes

Versions: 1

Compression:

Stored size: 763 Bytes

Contents

# encoding: utf-8
$:.push File.expand_path("../lib", __FILE__)

Gem::Specification.new do |s|
  s.name        = "bootstrap_forms"
  s.version     = "1.0.2"
  s.author      = "Seth Vargo"
  s.email       = "sethvargo@gmail.com"
  s.homepage    = "https://github.com/sethvargo/bootstrap_forms"
  s.summary     = %q{Bootstrap Forms makes Twitter's Bootstrap on Rails easy!}
  s.description = %q{Bootstrap Forms makes Twitter's Bootstrap on Rails easy to use by creating helpful form builders that minimize markup in your views.}

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bootstrap_forms-1.0.2 bootstrap_forms.gemspec