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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/opium/model.rb +1 -1
- data/lib/opium/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7c2f529451ac016b17a15272ac6f1b716d7c9773
|
|
4
|
+
data.tar.gz: 69f973fe0b0a2774791b9c0253dcc71bfcffa984
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
data/lib/opium/version.rb
CHANGED