opium 1.2.1 → 1.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ecd9332e3c5b659bcb498c22bd08e109dab91b84
4
- data.tar.gz: e9f1feaa43921e23339c2ea17905ed6f9470e796
3
+ metadata.gz: 7c2f529451ac016b17a15272ac6f1b716d7c9773
4
+ data.tar.gz: 69f973fe0b0a2774791b9c0253dcc71bfcffa984
5
5
  SHA512:
6
- metadata.gz: 4aa3f212aa8ab6d3a23994909f05d34df0aa7b7b767fb192946a7a2ed1f764758ad594b3ea199bf086296460cc2aeebda4864c62b1dd7911bcdcf7e5b8aeb1fb
7
- data.tar.gz: ba8ccb1d384ead2549edfa4d58f9c8d852812a1081d20b301aee0c82ff742f28cbd2bec45f5a652e2474047ed3c4c8c333b235c70473d322953ba4b89839968e
6
+ metadata.gz: 3ac44e5d63c80792d6b67ce3a8a038d5632f46eb6c570167ca4b342a4576a21e57016a8ed9655e52baab46b67d34892156a88be6538d11a27c910b08775138ef
7
+ data.tar.gz: 7fbe035b73c33c103bca263e536c74c375bff6e301b6688d5b938ed4f89492c4d8bc2e690971038099950d00bccc7eb1a77a763f41b70e5c24602ca28bb63b0d
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 1.2.2
2
+ ### Resolved Issues
3
+ - #45: Of course, the untested new feature includes the wrong thing. D'oh! Model should now be including GlobalID::Identification, rather than GlobalID.
4
+
1
5
  ## 1.2.1
2
6
  ### New Features
3
7
  - Fieldable should now be refactored to be more readable and less cluttered; .field, in particular, has been split up into a set of algorithmic steps.
data/lib/opium/model.rb CHANGED
@@ -40,7 +40,7 @@ module Opium
40
40
  include Inheritable
41
41
  include Batchable
42
42
  include Relatable
43
- include GlobalID if defined?( GlobalID )
43
+ include GlobalID::Identification if defined?( GlobalID )
44
44
  end
45
45
 
46
46
  def initialize( attributes = {} )
data/lib/opium/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Opium
2
- VERSION = "1.2.1"
2
+ VERSION = "1.2.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opium
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joshua Bowers