cryptomate_api 0.1.1 → 0.1.2

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
  SHA256:
3
- metadata.gz: 2934877f08fcb9cce9116549bf5bb460b64bb6d369eb2b64bc93240596aaa5b5
4
- data.tar.gz: 971f5a89e2daaf0d59259323bbd6d949084908a0485bd3dfad8979db66d52f99
3
+ metadata.gz: a034da10f906a8e3be0ba5880b0a57420fb7181bb85b465298ab9d63d0a1fee1
4
+ data.tar.gz: 922c21f2cf5a54408a16015ceb94b3972718888171009aa8122b4c1a8a97d8b8
5
5
  SHA512:
6
- metadata.gz: f56fe67a654ec7fe49f35e84b8320ebc8fd5415e96bda14876a1765a1ea8d9c10c3d099364734d7f5a0d29e7d1296b441a596a9df62b1f908f2a1d4eb6a59048
7
- data.tar.gz: e81cd4cd4d3085a0ef015bd53801d928219053c9b9700489859befd3693c55d9b0200c087261671b4d5cba50b1ab7c53333978b4db67c905a69195f310452229
6
+ metadata.gz: 5d488a6ae9436207836db335480e61f4eb110a13f5b00ea437e0c3323010b53be872a4f5468367f606c609e44aa4d42b90a0e1b6ad8a7ab63d09c2353a487012
7
+ data.tar.gz: 200cfc3c1ab4593bbcd1ed99b62fa2980701e09ada02d69c2facdc02b8bd7d29fae34edc262f6b824126c4cd4eb908e19edb252e014a86984e03e3808dee6ae9
@@ -11,7 +11,7 @@ module CryptomateApi
11
11
  end
12
12
 
13
13
  class Configuration
14
- attr_accessor :api_key
14
+ attr_accessor :api_key, :base_uri
15
15
 
16
16
  def initialize
17
17
  @api_key = nil
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CryptomateApi
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cryptomate_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matias Albarello