torque-postgresql 0.1.6 → 0.1.7

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4cc336d84a0f18fb43d39e8bcb62675ec27e4858
4
- data.tar.gz: 9d379870667fbee69ab9462ecae7264794721c29
3
+ metadata.gz: e2b7ce3a0529219858f1d5f92553a4326bf22344
4
+ data.tar.gz: 8b012bc439db2dd8110d19a6c387e5046a4af67a
5
5
  SHA512:
6
- metadata.gz: fb36ee1d4b3a9bb0577dd78ed856fc2a6de4e5525d5c32d74c071b88ad3cf124b348dbbc776122921f4d9d084b2bd558faf98382ff2b5854b0de93f6a8f1c82a
7
- data.tar.gz: 5c59b4cace85d923cfcbf01bc4f265f7a192b9f1dd9810d49348706604c554ce4b54bfdb5697d6bbaefebfe38f8adde7684cce255d4c3777516557436b86086a
6
+ metadata.gz: c95aa9ac2d48a6328d77cbe888c970e5994b675203f86dceb0ab7a068604850e42b0e0f1b6349807dd09fdc1977c2cfe21a3db5c55d0af36b331cfc7913863dd
7
+ data.tar.gz: 8466225dd5f79f98c6837f00f854244ed15251da90f2441238426a486d9d4ca018b7a4f4ef53a7e3d6e3bbeb4f266394d63cdc3acfb9670a92b278999bb2ef4e
@@ -10,10 +10,9 @@ module Torque
10
10
 
11
11
  # Wenever it's inherited, add a new list of auxiliary statements
12
12
  def inherited(subclass)
13
- subclass.class_eval do
14
- class_attribute :auxiliary_statements_list, instance_accessor: true
15
- self.auxiliary_statements_list = Hash.new
16
- end
13
+ subclass.class_attribute(:auxiliary_statements_list)
14
+ subclass.auxiliary_statements_list = Hash.new
15
+ super
17
16
  end
18
17
 
19
18
  protected
@@ -1,5 +1,5 @@
1
1
  module Torque
2
2
  module PostgreSQL
3
- VERSION = '0.1.6'
3
+ VERSION = '0.1.7'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: torque-postgresql
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Carlos Silva