forked from dessy/bootstrap_builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bootstrap_builder.gemspec
57 lines (52 loc) · 1.88 KB
/
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
52
53
54
55
56
# 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 = %q{bootstrap_builder}
s.version = "0.4.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 = %q{2012-07-15}
s.description = %q{}
s.email = %q{[email protected]}
s.extra_rdoc_files = [
"LICENSE.txt",
"README.md"
]
s.files = [
"LICENSE.txt",
"README.md",
"Rakefile",
"VERSION",
"app/assets/images/glyphicons-halflings-white.png",
"app/assets/images/glyphicons-halflings.png",
"app/assets/javascripts/bootstrap_builder/bootstrap.js",
"app/assets/javascripts/bootstrap_builder/bootstrap_builder.js",
"app/assets/stylesheets/bootstrap_builder/bootstrap-responsive.css",
"app/assets/stylesheets/bootstrap_builder/bootstrap.css",
"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",
"bootstrap_builder.gemspec",
"lib/bootstrap_builder.rb",
"lib/bootstrap_builder/builder.rb",
"lib/bootstrap_builder/configuration.rb",
"lib/bootstrap_builder/engine.rb",
"lib/bootstrap_builder/helper.rb",
"lib/bootstrap_builder/railtie.rb"
]
s.homepage = %q{http://github.com/twg/bootstrap_builder}
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.6.2}
s.summary = %q{A Rails form builder that generates Twitter Bootstrap markup and helps keep your code clean}
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