bootstrap-forms 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
@@ -3,10 +3,10 @@ $:.push File.expand_path("../lib", __FILE__)
|
|
3
3
|
|
4
4
|
Gem::Specification.new do |s|
|
5
5
|
s.name = "bootstrap-forms"
|
6
|
-
s.version = "0.0.
|
6
|
+
s.version = "0.0.4"
|
7
7
|
s.author = "Seth Vargo"
|
8
8
|
s.email = "sethvargo@gmail.com"
|
9
|
-
s.homepage = "https://github.com/sethvargo/
|
9
|
+
s.homepage = "https://github.com/sethvargo/bootstrap-forms"
|
10
10
|
s.summary = %q{Bootstrap Forms makes Twitter's Bootstrap on Rails easy!}
|
11
11
|
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.}
|
12
12
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bootstrap-forms
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-01-
|
12
|
+
date: 2012-01-08 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: Bootstrap Forms makes Twitter's Bootstrap on Rails easy to use by creating
|
15
15
|
helpful form builders that minimize markup in your views.
|
@@ -23,13 +23,13 @@ files:
|
|
23
23
|
- LICENSE
|
24
24
|
- README.markdown
|
25
25
|
- Rakefile
|
26
|
-
-
|
26
|
+
- bootstrap-forms.gemspec
|
27
27
|
- lib/bootstrap_forms.rb
|
28
28
|
- lib/generators/bootstrap_forms/install/USAGE
|
29
29
|
- lib/generators/bootstrap_forms/install/install_generator.rb
|
30
30
|
- lib/generators/bootstrap_forms/install/templates/bootstrap_form_builder.rb
|
31
31
|
- lib/generators/bootstrap_forms/install/templates/bootstrap_forms.rb
|
32
|
-
homepage: https://github.com/sethvargo/
|
32
|
+
homepage: https://github.com/sethvargo/bootstrap-forms
|
33
33
|
licenses: []
|
34
34
|
post_install_message:
|
35
35
|
rdoc_options: []
|
@@ -49,9 +49,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
49
49
|
version: '0'
|
50
50
|
requirements: []
|
51
51
|
rubyforge_project: bootstrap-forms
|
52
|
-
rubygems_version: 1.8.
|
52
|
+
rubygems_version: 1.8.15
|
53
53
|
signing_key:
|
54
54
|
specification_version: 3
|
55
55
|
summary: Bootstrap Forms makes Twitter's Bootstrap on Rails easy!
|
56
56
|
test_files: []
|
57
|
-
has_rdoc:
|