etherclient 0.0.1 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/etherclient/client.rb +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9af23df9af87e24c88310f9958efe6a4f091c28b
4
- data.tar.gz: 930f20e407540c36773c58a8ab64437c85324414
3
+ metadata.gz: fd5851a5d677cd4a167a820c0b6fd02a2601e004
4
+ data.tar.gz: 7fd9c77c54962bea6a34c27fdfad7489dee860a8
5
5
  SHA512:
6
- metadata.gz: 98d5bde4fed1cd03a6304a63dba13132bd0b51cf4834372fe0cb1dfc3127304ddbb38d71ee0b0cd342b5a92974f1fdb3ff90fa0c8a7beec1438b4818de83090f
7
- data.tar.gz: 800c0a7817f3ba4ad4bc7ed276d8b8fe34c462d209242f336e6c175173cce192235def8c1ba59a1698d789676bc1b84c5b7697435402a2eec752c32b71336925
6
+ metadata.gz: cb675daaf8330390ddfcd7288defb29d610298c9a9992230088d092c616386052e3291635a7e71aecea6ee150002ffa45ed7d9f077a7c53ec48b6046903a4c77
7
+ data.tar.gz: 64bc81044e522d50f8eebccb622f445857b4833a246a70edc44a7cc7367c5045ec0f5255f6dfd0f9f04f1ed5a4c2f3d1bc7d36bf8b778d04981196e581b2f6f4
@@ -3,7 +3,7 @@ require 'json'
3
3
 
4
4
  module EtherClient::Client
5
5
  ETHERMINE_URL = 'https://api.ethermine.org/'
6
- ETHPOOL_URL = 'http://api.ethpool.org/'
6
+ ETHPOOL_URL = 'https://api.ethpool.org/'
7
7
 
8
8
  def ethermine_request(uri)
9
9
  send_request("#{ETHERMINE_URL}#{uri}")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: etherclient
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luis Adrian Chavez Fregoso
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-02-06 00:00:00.000000000 Z
11
+ date: 2018-03-01 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Client for ethermine.org & ethpool.org APIs
14
14
  email: biolacf@gmail.com