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 +4 -4
- data/lib/{polymorph.rb → activerecord-polymorph.rb} +0 -0
- data/lib/polymorph/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 18178fa4b53bcaa2cc3d2220930f3f5821e29123
|
4
|
+
data.tar.gz: 022b2e752fbb9e645d14c2b0edaadb27c6029ebc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4c35fd197b4d902fd29c923441e075ff6c4adf6c0ef75a96349b5d8013befd78bdd0016e80fa0809ff5edca86382c63dce440e76317596daa9f23893ae53cc01
|
7
|
+
data.tar.gz: 261a7c5f4b40ca0b70d5eec4f4aefc3ac144d3e66dcddc337d6276d05aa530ffb4c7a87b507f106bbdc797a273e231741ac5fe2ce1f482e5b7a948c0caed64a3
|
File without changes
|
data/lib/polymorph/version.rb
CHANGED
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.
|
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
|