button_form 0.0.3 → 0.0.4
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.
- data/button_form.gemspec +3 -3
- data/lib/button_form/version.rb +1 -1
- metadata +4 -4
data/button_form.gemspec
CHANGED
|
@@ -8,9 +8,9 @@ Gem::Specification.new do |s|
|
|
|
8
8
|
s.platform = Gem::Platform::RUBY
|
|
9
9
|
s.authors = ["Josep M. Bach", "Josep Jaume Rey", "Oriol Gual"]
|
|
10
10
|
s.email = ["info@codegram.com"]
|
|
11
|
-
s.homepage = "http://github.com/codegram/
|
|
12
|
-
s.summary = %q{button_form
|
|
13
|
-
s.description = %q{button_form
|
|
11
|
+
s.homepage = "http://github.com/codegram/button_form"
|
|
12
|
+
s.summary = %q{button_form makes rails forms use button tags instead of <input type="submit"/>, which are a lot more fun.}
|
|
13
|
+
s.description = %q{button_form makes rails forms use button tags instead of <input type="submit"/>, which are a lot more fun.}
|
|
14
14
|
|
|
15
15
|
s.rubyforge_project = "button_form"
|
|
16
16
|
|
data/lib/button_form/version.rb
CHANGED
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: button_form
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.0.
|
|
5
|
+
version: 0.0.4
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Josep M. Bach
|
|
@@ -37,7 +37,7 @@ dependencies:
|
|
|
37
37
|
version: "3.0"
|
|
38
38
|
type: :runtime
|
|
39
39
|
version_requirements: *id002
|
|
40
|
-
description: button_form
|
|
40
|
+
description: button_form makes rails forms use button tags instead of <input type="submit"/>, which are a lot more fun.
|
|
41
41
|
email:
|
|
42
42
|
- info@codegram.com
|
|
43
43
|
executables: []
|
|
@@ -59,7 +59,7 @@ files:
|
|
|
59
59
|
- spec/button_form_spec.rb
|
|
60
60
|
- spec/spec_helper.rb
|
|
61
61
|
has_rdoc: true
|
|
62
|
-
homepage: http://github.com/codegram/
|
|
62
|
+
homepage: http://github.com/codegram/button_form
|
|
63
63
|
licenses: []
|
|
64
64
|
|
|
65
65
|
post_install_message:
|
|
@@ -85,7 +85,7 @@ rubyforge_project: button_form
|
|
|
85
85
|
rubygems_version: 1.5.2
|
|
86
86
|
signing_key:
|
|
87
87
|
specification_version: 3
|
|
88
|
-
summary: button_form
|
|
88
|
+
summary: button_form makes rails forms use button tags instead of <input type="submit"/>, which are a lot more fun.
|
|
89
89
|
test_files:
|
|
90
90
|
- spec/button_form_spec.rb
|
|
91
91
|
- spec/spec_helper.rb
|