antecedent 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/Gemfile.lock +1 -1
- data/antecedent.gemspec +2 -2
- data/lib/antecedent/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9c8dacb2e844aa1e9807b60b860d6e5f08453718
|
|
4
|
+
data.tar.gz: 73c7bf339cf777671ce3ad39a65d099431dcb257
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f3bf4ddf390ccf4caa28fd31de9c38ef6864e70712c0d28559e4372de933a3f77970cf15bc3246f2b6a49ea7e048459e957cc479b63f3269c8a4e0690ff13a05
|
|
7
|
+
data.tar.gz: 8098f26a8080a966bbfc682b6453a6a71b7bbf7a19709bcdf0d296b55de46603b1e00d1404b57264b67dcc67dcbc8461706ac4f94b879dfc4dc5d0724a8f7576
|
data/Gemfile.lock
CHANGED
data/antecedent.gemspec
CHANGED
|
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["Wontae Yang"]
|
|
10
10
|
spec.email = ["wontaeyang@gmail.com"]
|
|
11
11
|
|
|
12
|
-
spec.summary = %q{Disable STI in polymorphic relation.}
|
|
13
|
-
spec.description = %q{Disable STI in polymorphic relation.}
|
|
12
|
+
spec.summary = %q{Disable STI in ActiveRecord polymorphic relation.}
|
|
13
|
+
spec.description = %q{Disable STI in ActiveRecord polymorphic relation.}
|
|
14
14
|
spec.homepage = "https://github.com/wontaeyang/antecedent"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
data/lib/antecedent/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: antecedent
|
|
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
|
- Wontae Yang
|
|
@@ -72,7 +72,7 @@ dependencies:
|
|
|
72
72
|
- - ">="
|
|
73
73
|
- !ruby/object:Gem::Version
|
|
74
74
|
version: 4.2.7
|
|
75
|
-
description: Disable STI in polymorphic relation.
|
|
75
|
+
description: Disable STI in ActiveRecord polymorphic relation.
|
|
76
76
|
email:
|
|
77
77
|
- wontaeyang@gmail.com
|
|
78
78
|
executables: []
|
|
@@ -122,5 +122,5 @@ rubyforge_project:
|
|
|
122
122
|
rubygems_version: 2.5.1
|
|
123
123
|
signing_key:
|
|
124
124
|
specification_version: 4
|
|
125
|
-
summary: Disable STI in polymorphic relation.
|
|
125
|
+
summary: Disable STI in ActiveRecord polymorphic relation.
|
|
126
126
|
test_files: []
|