antecedent 0.1.1 → 0.1.2

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: 4912dabee9e9b8ca2938f24f20db4dcbd487e3b5
4
- data.tar.gz: 495ac1d7847573b97216ca61777d2452f3da2cb6
3
+ metadata.gz: 9c8dacb2e844aa1e9807b60b860d6e5f08453718
4
+ data.tar.gz: 73c7bf339cf777671ce3ad39a65d099431dcb257
5
5
  SHA512:
6
- metadata.gz: 3b518a5fc2ff56b7bc0e03ee91b8a0a039cb35f6708ae8110545a71b0082310e02fe2c92cbe878c184ba16d1039f812f3c793470a76678444efb856c0b08223d
7
- data.tar.gz: 60e7b8a2e0b382c6934c7ecb611263f26599b807eb5e83549794c356076bd4734e268470c2953ed18f7776d7cf1ef154023e27a67a48db08c496b2754b561e2a
6
+ metadata.gz: f3bf4ddf390ccf4caa28fd31de9c38ef6864e70712c0d28559e4372de933a3f77970cf15bc3246f2b6a49ea7e048459e957cc479b63f3269c8a4e0690ff13a05
7
+ data.tar.gz: 8098f26a8080a966bbfc682b6453a6a71b7bbf7a19709bcdf0d296b55de46603b1e00d1404b57264b67dcc67dcbc8461706ac4f94b879dfc4dc5d0724a8f7576
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- antecedent (0.1.1)
4
+ antecedent (0.1.2)
5
5
  activerecord (>= 4.2.7, < 5.3.0)
6
6
 
7
7
  GEM
@@ -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
 
@@ -1,3 +1,3 @@
1
1
  module Antecedent
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: antecedent
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
  - 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: []