beyonic 0.0.14 → 0.0.15

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: a72179f3fcb9aa8be02c014fd83031ec876680bb
4
- data.tar.gz: 6416f40c6ce6363325b53b71abf3f7e6f0874a1c
3
+ metadata.gz: cf855af99af450e173da823ad008968cedc9515d
4
+ data.tar.gz: d41a5f8304337f70a75a4d1d0237de6856e42ec6
5
5
  SHA512:
6
- metadata.gz: e2c83dcc1320a27fba5606c3f146167d4c7200951f13226fc40e8b3075765fb79dd8057806a98e2a1c9ba5101b09f166eca60dda2acdd462d37bde42d1817dfa
7
- data.tar.gz: a163744ca4ee23d4369ce166dbebb30b2e917f14a095a1f7059e1c1cbe77dc10416fb25412304617fe890a4f3ca1bc8008d5d7582a8e5bd9badccb37dcb8315c
6
+ metadata.gz: 57fda497aaa7e254d5918a92db121bc5b11bf05f2b92321bd093f77efba65eed9012ee25cc7e608ef904424f95dcdff751cc0cc0128543b7840a8a14763b42ee
7
+ data.tar.gz: 2f97c01dcccec214883702168810ddd39452629a4198865fdb8306de23d7f9a8d93b710f0704c52d88d3c0a378e5106bdacaf58c234d52cda0bc3cf08d63a2c9
@@ -54,4 +54,8 @@ To release a new version of the gem:
54
54
 
55
55
  ## Changelog
56
56
 
57
- 0.0.14 - Added Network and Currency APIs and the ability to set the Duplicate-Check-Key for each create() and update() request.
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
@@ -37,3 +37,5 @@ require "beyonic/collection_request"
37
37
  require "beyonic/account"
38
38
  require "beyonic/contact"
39
39
  require "beyonic/transaction"
40
+ require "beyonic/currency"
41
+ require "beyonic/network"
@@ -1,3 +1,3 @@
1
1
  module Beyonic
2
- VERSION = "0.0.14"
2
+ VERSION = "0.0.15"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: beyonic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.14
4
+ version: 0.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oleg German