beyonic 0.0.14 → 0.0.15
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/DEVELOPMENT.md +5 -1
- data/lib/beyonic.rb +2 -0
- data/lib/beyonic/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: cf855af99af450e173da823ad008968cedc9515d
|
|
4
|
+
data.tar.gz: d41a5f8304337f70a75a4d1d0237de6856e42ec6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 57fda497aaa7e254d5918a92db121bc5b11bf05f2b92321bd093f77efba65eed9012ee25cc7e608ef904424f95dcdff751cc0cc0128543b7840a8a14763b42ee
|
|
7
|
+
data.tar.gz: 2f97c01dcccec214883702168810ddd39452629a4198865fdb8306de23d7f9a8d93b710f0704c52d88d3c0a378e5106bdacaf58c234d52cda0bc3cf08d63a2c9
|
data/DEVELOPMENT.md
CHANGED
|
@@ -54,4 +54,8 @@ To release a new version of the gem:
|
|
|
54
54
|
|
|
55
55
|
## Changelog
|
|
56
56
|
|
|
57
|
-
0.0.14
|
|
57
|
+
0.0.14
|
|
58
|
+
- Added Network and Currency APIs and the ability to set the Duplicate-Check-Key for each create() and update() request.
|
|
59
|
+
|
|
60
|
+
0.0.15
|
|
61
|
+
- Fixed bugs in 0.0.14 that were preventing Network and Currency APIs from working
|
data/lib/beyonic.rb
CHANGED
data/lib/beyonic/version.rb
CHANGED