antecedent 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fb8a23077c978e531dd2d3dce8283ede814f78f3
4
- data.tar.gz: d999291bbddb20760175b4072fff75f2b2f467b4
3
+ metadata.gz: 4912dabee9e9b8ca2938f24f20db4dcbd487e3b5
4
+ data.tar.gz: 495ac1d7847573b97216ca61777d2452f3da2cb6
5
5
  SHA512:
6
- metadata.gz: cf78057b6c284066901da4a869dc5f8bc6026cb78f058ca10fc0ca2afbb0a753737b8a3aaec64d9854cb99083f48336ee2bf43a1165ff89782f8659f7bd8745f
7
- data.tar.gz: f494b9f2a14f8e375fba42f055133483d27f28b5cf825350a71eb2a3dd2be22dca0cba264c6241f5ad929ec52b7b756c1992877f5212da6f8e600e2deb41a5f2
6
+ metadata.gz: 3b518a5fc2ff56b7bc0e03ee91b8a0a039cb35f6708ae8110545a71b0082310e02fe2c92cbe878c184ba16d1039f812f3c793470a76678444efb856c0b08223d
7
+ data.tar.gz: 60e7b8a2e0b382c6934c7ecb611263f26599b807eb5e83549794c356076bd4734e268470c2953ed18f7776d7cf1ef154023e27a67a48db08c496b2754b561e2a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- antecedent (0.1.0)
4
+ antecedent (0.1.1)
5
5
  activerecord (>= 4.2.7, < 5.3.0)
6
6
 
7
7
  GEM
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{Override STI in polymorphic relation.}
13
- spec.description = %q{Sometimes, it is not desirable to retrieve STI models. This gem will allow relation to be returned in parent class.}
12
+ spec.summary = %q{Disable STI in polymorphic relation.}
13
+ spec.description = %q{Disable STI in polymorphic relation.}
14
14
  spec.homepage = "https://github.com/wontaeyang/antecedent"
15
15
  spec.license = "MIT"
16
16
 
@@ -1,3 +1,3 @@
1
1
  module Antecedent
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wontae Yang
@@ -72,8 +72,7 @@ dependencies:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: 4.2.7
75
- description: Sometimes, it is not desirable to retrieve STI models. This gem will
76
- allow relation to be returned in parent class.
75
+ description: Disable STI in polymorphic relation.
77
76
  email:
78
77
  - wontaeyang@gmail.com
79
78
  executables: []
@@ -123,5 +122,5 @@ rubyforge_project:
123
122
  rubygems_version: 2.5.1
124
123
  signing_key:
125
124
  specification_version: 4
126
- summary: Override STI in polymorphic relation.
125
+ summary: Disable STI in polymorphic relation.
127
126
  test_files: []