button_form 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/button_form.gemspec +2 -2
- data/lib/button_form/version.rb +1 -1
- metadata +3 -3
data/button_form.gemspec
CHANGED
@@ -9,8 +9,8 @@ Gem::Specification.new do |s|
|
|
9
9
|
s.authors = ["Josep M. Bach", "Josep Jaume Rey", "Oriol Gual"]
|
10
10
|
s.email = ["info@codegram.com"]
|
11
11
|
s.homepage = "http://github.com/codegram/form_button"
|
12
|
-
s.summary = %q{
|
13
|
-
s.description = %q{
|
12
|
+
s.summary = %q{button_form replaces all <input type="submit"/> tags with <button/> in your forms}
|
13
|
+
s.description = %q{button_form replaces all <input type="submit"/> tags with <button/> in your forms}
|
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.3
|
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:
|
40
|
+
description: button_form replaces all <input type="submit"/> tags with <button/> in your forms
|
41
41
|
email:
|
42
42
|
- info@codegram.com
|
43
43
|
executables: []
|
@@ -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:
|
88
|
+
summary: button_form replaces all <input type="submit"/> tags with <button/> in your forms
|
89
89
|
test_files:
|
90
90
|
- spec/button_form_spec.rb
|
91
91
|
- spec/spec_helper.rb
|