Sha256: 6957470be947256a5f8dbd75d6173c26c86170aa459caf926abaf66866fa1bb1
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 = "0.1.0" 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-0.1.0 | bootstrap_forms.gemspec |