jquery_serialize_object_rails 2.0.1.2 → 2.0.1.3
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/README.md +5 -1
- data/lib/jquery_serialize_object_rails/version.rb +1 -1
- metadata +3 -3
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# JquerySerializeObjectRails
|
|
2
2
|
|
|
3
|
-
Adds jQuery.serializeObject plugin to your
|
|
3
|
+
Adds [jQuery.serializeObject](https://github.com/hongymagic/jQuery.serializeObject "jQuery.serializeObject") plugin to your Rails 3.1+ app.
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
@@ -22,6 +22,10 @@ Place the following line into your application.js
|
|
|
22
22
|
|
|
23
23
|
//= require jquery.serializeObject
|
|
24
24
|
|
|
25
|
+
## Requirements
|
|
26
|
+
|
|
27
|
+
Rails 3.1 and higher
|
|
28
|
+
|
|
25
29
|
## Contributing
|
|
26
30
|
|
|
27
31
|
1. Fork it
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jquery_serialize_object_rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.1.
|
|
4
|
+
version: 2.0.1.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -75,7 +75,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
75
75
|
version: '0'
|
|
76
76
|
segments:
|
|
77
77
|
- 0
|
|
78
|
-
hash:
|
|
78
|
+
hash: -1775903950818437614
|
|
79
79
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
80
80
|
none: false
|
|
81
81
|
requirements:
|
|
@@ -84,7 +84,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
84
84
|
version: '0'
|
|
85
85
|
segments:
|
|
86
86
|
- 0
|
|
87
|
-
hash:
|
|
87
|
+
hash: -1775903950818437614
|
|
88
88
|
requirements: []
|
|
89
89
|
rubyforge_project:
|
|
90
90
|
rubygems_version: 1.8.24
|