jquery_serialize_object_rails 2.0.1 → 2.0.1.1
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.
|
@@ -6,8 +6,8 @@ require 'jquery_serialize_object_rails/version'
|
|
|
6
6
|
Gem::Specification.new do |spec|
|
|
7
7
|
spec.name = "jquery_serialize_object_rails"
|
|
8
8
|
spec.version = JquerySerializeObjectRails::VERSION
|
|
9
|
-
spec.authors = ["Nikita
|
|
10
|
-
spec.email = ["
|
|
9
|
+
spec.authors = ["Nikita Chernov"]
|
|
10
|
+
spec.email = ["nikita.cernovs@gmail.com"]
|
|
11
11
|
spec.description = %q{Adds jQuery.serializeObject plugin to your project}
|
|
12
12
|
spec.summary = %q{Adds jQuery.serializeObject plugin to your project}
|
|
13
13
|
spec.homepage = ""
|
metadata
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
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.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
|
-
- Nikita
|
|
8
|
+
- Nikita Chernov
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
@@ -45,7 +45,7 @@ dependencies:
|
|
|
45
45
|
version: '0'
|
|
46
46
|
description: Adds jQuery.serializeObject plugin to your project
|
|
47
47
|
email:
|
|
48
|
-
-
|
|
48
|
+
- nikita.cernovs@gmail.com
|
|
49
49
|
executables: []
|
|
50
50
|
extensions: []
|
|
51
51
|
extra_rdoc_files: []
|
|
@@ -74,7 +74,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
74
74
|
version: '0'
|
|
75
75
|
segments:
|
|
76
76
|
- 0
|
|
77
|
-
hash:
|
|
77
|
+
hash: 597839197694469167
|
|
78
78
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
79
79
|
none: false
|
|
80
80
|
requirements:
|
|
@@ -83,7 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
83
83
|
version: '0'
|
|
84
84
|
segments:
|
|
85
85
|
- 0
|
|
86
|
-
hash:
|
|
86
|
+
hash: 597839197694469167
|
|
87
87
|
requirements: []
|
|
88
88
|
rubyforge_project:
|
|
89
89
|
rubygems_version: 1.8.24
|