findable 0.0.2 → 0.0.3

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: deb377ce8ee9a4cdd4f24eb61de229ca8f8df2fa
4
- data.tar.gz: aafb0d2d0754688fa4622c948b0e2d9ab424ca8b
3
+ metadata.gz: ed1492954c92884d4fcf68884ef79e9137607919
4
+ data.tar.gz: f7118ffa85352d988fc77af88128246edaf8ebd8
5
5
  SHA512:
6
- metadata.gz: b51c0a458b8b46f64217d51e51d689925b9248859a242531ff8a4a90206f545d9c71443bb23e4f8de3489c4bd23f233177203e0eff98a939e8a126510f3dda41
7
- data.tar.gz: 7b44e407f4e839086b1f3c828f9237415d7199219604164c9515f79db6a5a04df81e768039fe4613dcce3bd8e4cc2ed2a4f6832bab59dcc9b3e211592846810b
6
+ metadata.gz: c85b0d1bcf815bfa2922e3f4504e8deae8b9b335e5fa0fd889883bf004d263d8a5836df74be55c81517b5d68be82cf55e8144b6535e71fd9e609febdbb460a40
7
+ data.tar.gz: 90b596946d2344d52c0ae952bdbc62ed252e1222888d359377c3fd9deb06becf16d31b5e605b560ef889ec29d404be415c6cb371478f93b23026ac043a979729
@@ -8,6 +8,7 @@ module Findable
8
8
  include Recordable
9
9
  include Connection
10
10
  include Namespace
11
+ extend Association
11
12
 
12
13
  class << self
13
14
  def primary_key
@@ -1,3 +1,4 @@
1
1
  module Findable
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
4
+
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: findable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - i2bskn
@@ -153,7 +153,6 @@ files:
153
153
  - findable.gemspec
154
154
  - lib/findable.rb
155
155
  - lib/findable/association.rb
156
- - lib/findable/association/reflector.rb
157
156
  - lib/findable/base.rb
158
157
  - lib/findable/configuration.rb
159
158
  - lib/findable/connection.rb
@@ -1,5 +0,0 @@
1
- module Findable
2
- module Association
3
- end
4
- end
5
-