twitter-bootstrap-form-builder 0.0.7 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3,10 +3,10 @@ require File.expand_path('../lib/twitter-bootstrap-form-builder/version', __FILE
|
|
|
3
3
|
|
|
4
4
|
Gem::Specification.new do |gem|
|
|
5
5
|
gem.authors = ["Matthew Eagar"]
|
|
6
|
-
gem.email = ["
|
|
7
|
-
gem.description = "
|
|
8
|
-
gem.summary = "Twitter Bootstrap
|
|
9
|
-
gem.homepage = ""
|
|
6
|
+
gem.email = ["me@meagar.net"]
|
|
7
|
+
gem.description = "Build bootstrapped forms with next to no effort"
|
|
8
|
+
gem.summary = "Twitter Bootstrap FormBuilder"
|
|
9
|
+
gem.homepage = "http://meagar.github.com/twitter-bootstrap-form-builder/"
|
|
10
10
|
|
|
11
11
|
gem.files = `git ls-files`.split($\)
|
|
12
12
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
9
|
-
version: 0.0.
|
|
8
|
+
- 8
|
|
9
|
+
version: 0.0.8
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Matthew Eagar
|
|
@@ -31,9 +31,9 @@ dependencies:
|
|
|
31
31
|
version: 1.1.4
|
|
32
32
|
type: :runtime
|
|
33
33
|
version_requirements: *id001
|
|
34
|
-
description:
|
|
34
|
+
description: Build bootstrapped forms with next to no effort
|
|
35
35
|
email:
|
|
36
|
-
-
|
|
36
|
+
- me@meagar.net
|
|
37
37
|
executables: []
|
|
38
38
|
|
|
39
39
|
extensions: []
|
|
@@ -52,7 +52,7 @@ files:
|
|
|
52
52
|
- lib/twitter-bootstrap-form-builder/version.rb
|
|
53
53
|
- twitter-bootstrap-form-builder.gemspec
|
|
54
54
|
has_rdoc: true
|
|
55
|
-
homepage:
|
|
55
|
+
homepage: http://meagar.github.com/twitter-bootstrap-form-builder/
|
|
56
56
|
licenses: []
|
|
57
57
|
|
|
58
58
|
post_install_message:
|
|
@@ -80,6 +80,6 @@ rubyforge_project:
|
|
|
80
80
|
rubygems_version: 1.3.6
|
|
81
81
|
signing_key:
|
|
82
82
|
specification_version: 3
|
|
83
|
-
summary: Twitter Bootstrap
|
|
83
|
+
summary: Twitter Bootstrap FormBuilder
|
|
84
84
|
test_files: []
|
|
85
85
|
|