serialize_with 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -111,3 +111,7 @@ end
111
111
  3. Commit your changes (`git commit -am 'Add some feature'`)
112
112
  4. Push to the branch (`git push origin my-new-feature`)
113
113
  5. Create new Pull Request
114
+
115
+ ## Authors
116
+
117
+ SerializeWith was made by @thegrubbsian and @koriroys at DevMynd.
@@ -3,7 +3,7 @@ module SerializeWith
3
3
  initializer "serialize_with.extend_active_record_base" do |app|
4
4
  if defined?(ActiveRecord)
5
5
  ActiveSupport.on_load(:active_record) do
6
- self.include SerializeWith
6
+ self.send(:include, SerializeWith)
7
7
  end
8
8
  end
9
9
  end
@@ -1,3 +1,3 @@
1
1
  module SerializeWith
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: serialize_with
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-07-15 00:00:00.000000000 Z
13
+ date: 2012-07-16 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activesupport