activerecord-polymorph 0.1.1 → 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5d1b99dbcba39839072dfd1f95466e9a9aa8249a
4
- data.tar.gz: ba0a4138bda24d8f5dc2577390fa4bd27b35ab62
3
+ metadata.gz: 18178fa4b53bcaa2cc3d2220930f3f5821e29123
4
+ data.tar.gz: 022b2e752fbb9e645d14c2b0edaadb27c6029ebc
5
5
  SHA512:
6
- metadata.gz: 23c12a901d994fa3c6cb58ad447db3cda94d8fa5471270fe9d76e93e72fb2971b9fb5202a0ffa34a3756ebc7ce812284838435fb130978ab785e04b314e0df2f
7
- data.tar.gz: bbfec582d55ab7144b18b0e3ba171d6476c66378512d13bf06ee1fcdb0de00c3af587f6515cf65d1e296ca22a8fb5d4f019c5d4ca579b4458623558140f14cee
6
+ metadata.gz: 4c35fd197b4d902fd29c923441e075ff6c4adf6c0ef75a96349b5d8013befd78bdd0016e80fa0809ff5edca86382c63dce440e76317596daa9f23893ae53cc01
7
+ data.tar.gz: 261a7c5f4b40ca0b70d5eec4f4aefc3ac144d3e66dcddc337d6276d05aa530ffb4c7a87b507f106bbdc797a273e231741ac5fe2ce1f482e5b7a948c0caed64a3
@@ -1,3 +1,3 @@
1
1
  module Polymorph
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activerecord-polymorph
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Kiesel
@@ -123,7 +123,7 @@ files:
123
123
  - README.md
124
124
  - Rakefile
125
125
  - activerecord-polymorph.gemspec
126
- - lib/polymorph.rb
126
+ - lib/activerecord-polymorph.rb
127
127
  - lib/polymorph/methods.rb
128
128
  - lib/polymorph/relation.rb
129
129
  - lib/polymorph/version.rb