bittrex-enterprise 0.1.1 → 0.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
  SHA256:
3
- metadata.gz: b088e380dc47a3a0378da070c138d47ffffd8c95ffdf60685ace00ac41a953d0
4
- data.tar.gz: 7f4c748e82713dc95d8440692eb9333d6ce6675ea1395b44797bcf8432d6cd12
3
+ metadata.gz: 3713def17c4b3e19b1ddd866691a5cf3a464aaa6f2835a28acddd542a0def18a
4
+ data.tar.gz: 4dd6a9a3ae11fe89fc4e75afb369972f20d79c62b77c1a0f7a8f3f7669058eb5
5
5
  SHA512:
6
- metadata.gz: 20d0cc41beb42781164d6a977d4a1024004067a367032f27531f95950a4b8ece53aa45b5025408029e100ece64a78d7c9a05aa990d07bba47221048a528bba12
7
- data.tar.gz: dddd2611dcce4564ec63298de9f30c585502fdcd45c003e126a524d5831e9c503638882507fc294a3b00f9d36bbcf049cf2f8564f98e63007bbdf70334a98f5d
6
+ metadata.gz: 4d20cde61d5291fde9585db8f684abffc15817fd93d4f29db0674dace446e18271bf5c55d8d199baab4d5b1086426a0a704adae711c773303709673e58bbf38a
7
+ data.tar.gz: d88473e5acb2fd01fc45727c671bc1b0ff7773013e326efb3c9175cf701117f298ab56647dcf02ea68feac015c8d943a86379d2a0f90287688f96321f69dde1e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bittrex-enterprise (0.1.0)
4
+ bittrex-enterprise (0.1.1)
5
5
  addressable (~> 2.6)
6
6
  httparty (~> 0.17)
7
7
  json (~> 2.2)
@@ -18,12 +18,14 @@ GEM
18
18
  httparty (0.17.0)
19
19
  mime-types (~> 3.0)
20
20
  multi_xml (>= 0.5.2)
21
+ ipaddr (1.2.2)
21
22
  json (2.2.0)
22
23
  mime-types (3.2.2)
23
24
  mime-types-data (~> 3.2015)
24
25
  mime-types-data (3.2019.0331)
25
26
  multi_xml (0.6.0)
26
27
  openssl (2.1.2)
28
+ ipaddr
27
29
  public_suffix (3.1.0)
28
30
  rake (10.5.0)
29
31
  rspec (3.8.0)
@@ -64,4 +66,4 @@ DEPENDENCIES
64
66
  simplecov-console (~> 0.5.0)
65
67
 
66
68
  BUNDLED WITH
67
- 1.16.6
69
+ 1.17.2
data/bin/console CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  require 'bundler/setup'
4
- require 'bittrex_enterprise'
4
+ require 'bittrex-enterprise'
5
5
 
6
6
  # You can add fixtures and/or initialization code here to make experimenting
7
7
  # with your gem easier. You can also use a different console, if you like.
@@ -0,0 +1 @@
1
+ require File.join(File.dirname(__FILE__), 'bittrex_enterprise.rb')
@@ -1,3 +1,3 @@
1
1
  module BittrexEnterprise
2
- VERSION = '0.1.1'
2
+ VERSION = '0.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bittrex-enterprise
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: '0.2'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vertbase
@@ -152,6 +152,7 @@ files:
152
152
  - bin/console
153
153
  - bin/setup
154
154
  - bittrex-enterprise.gemspec
155
+ - lib/bittrex-enterprise.rb
155
156
  - lib/bittrex-enterprise/account.rb
156
157
  - lib/bittrex-enterprise/addresses.rb
157
158
  - lib/bittrex-enterprise/api_helpers.rb