-
Notifications
You must be signed in to change notification settings - Fork 4
/
rails-bootstrap-builder.gemspec
52 lines (47 loc) · 1.5 KB
/
rails-bootstrap-builder.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "rails-bootstrap-builder"
s.version = "0.0.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Jack Neto", "The Working Group Inc."]
s.date = "2012-02-04"
s.description = ""
s.email = "[email protected]"
s.extra_rdoc_files = [
"LICENSE.txt",
"README.md"
]
s.files = [
"LICENSE.txt",
"README.md",
"Rakefile",
"VERSION",
"app/.DS_Store",
"app/views/bootstrap_builder/_check_box.html.haml",
"app/views/bootstrap_builder/_default_field.html.haml",
"app/views/bootstrap_builder/_radio_button.html.haml",
"app/views/bootstrap_builder/_submit.html.haml",
"lib/bootstrap_builder.rb",
"lib/bootstrap_builder/.DS_Store",
"lib/bootstrap_builder/builder.rb",
"lib/bootstrap_builder/configuration.rb",
"lib/bootstrap_builder/engine.rb",
"lib/bootstrap_builder/helper.rb",
"vendor/.DS_Store"
]
s.homepage = "http://github.com/twg/rails-bootstrap-builder"
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.rubygems_version = "1.8.15"
s.summary = "A Rails form builder to the generates Twitter Bootstrap markup"
if s.respond_to? :specification_version then
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
else
end
else
end
end