jquery_serialize_object_rails 2.0.1.1 → 2.0.1.2

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 CHANGED
@@ -20,7 +20,7 @@ Or install it yourself as:
20
20
 
21
21
  Place the following line into your application.js
22
22
 
23
- //= require jquery.SerializeObject
23
+ //= require jquery.serializeObject
24
24
 
25
25
  ## Contributing
26
26
 
@@ -1 +1,2 @@
1
1
  require 'jquery_serialize_object_rails/version'
2
+ require 'jquery_serialize_object_rails/engine'
@@ -0,0 +1,6 @@
1
+ module JquerySerializeObjectRails
2
+ module Rails
3
+ class Engine < ::Rails::Engine
4
+ end
5
+ end
6
+ end
@@ -1,3 +1,3 @@
1
1
  module JquerySerializeObjectRails
2
- VERSION = '2.0.1.1'
2
+ VERSION = '2.0.1.2'
3
3
  end
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.1
4
+ version: 2.0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -57,6 +57,7 @@ files:
57
57
  - Rakefile
58
58
  - jquery_serialize_object_rails.gemspec
59
59
  - lib/jquery_serialize_object_rails.rb
60
+ - lib/jquery_serialize_object_rails/engine.rb
60
61
  - lib/jquery_serialize_object_rails/version.rb
61
62
  - vendor/assets/javascripts/jquery.serializeObject.js
62
63
  homepage: ''
@@ -74,7 +75,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
74
75
  version: '0'
75
76
  segments:
76
77
  - 0
77
- hash: 597839197694469167
78
+ hash: 1054153636751474290
78
79
  required_rubygems_version: !ruby/object:Gem::Requirement
79
80
  none: false
80
81
  requirements:
@@ -83,7 +84,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
84
  version: '0'
84
85
  segments:
85
86
  - 0
86
- hash: 597839197694469167
87
+ hash: 1054153636751474290
87
88
  requirements: []
88
89
  rubyforge_project:
89
90
  rubygems_version: 1.8.24