bitstatus 0.0.6 → 0.0.7

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
  SHA1:
3
- metadata.gz: 673c6ab784de0bdad923bda710ee25c75d26de7d
4
- data.tar.gz: 97fdab08de853f60fbf0c24cc0306f88e1112d70
3
+ metadata.gz: a82a1125e1a0cde29e8c8616c34c85a5eb352ec6
4
+ data.tar.gz: ac16c3b9d35eb2c5911bf065087f9274da0f2be1
5
5
  SHA512:
6
- metadata.gz: e3ac008821d16ec6a74253d0fa1f35f504f162e1f01b53eab7b22044178123baaf73129bafd67f06f323209311a1dfb3188d48f5ce740bb73b1c25cecae094d1
7
- data.tar.gz: c282e6f52fd9747ddec2f094ec3f595573b870c92fed58448ec63780b1ef0024ce2f22542f4c5f541dde789da6688e9d5b0392bf8b015c2e35239a875983d08e
6
+ metadata.gz: 17d0bf8872c2a8819efe0e64064acb883c7afa7533ac42049dbfbb3d769de383122ee232020641912af242ad03844a0e3927006a20c50773edf404bb55ce2a11
7
+ data.tar.gz: 74ed019675d545ffdf6ac04ed679eddcd6609adb42807a4b5b738e2c7ed8bf0e66c7203dcd2634ab795d7ae90051fc2be31d2d4bec22d4083c94a3e5b08403ee
data/bin/bitstatus CHANGED
@@ -32,7 +32,7 @@ require 'httparty'
32
32
  response = JSON.parse(resp.strip)
33
33
 
34
34
  if response['DEVS'].nil?
35
- puts 'yes'
35
+ puts '[WARNING]'.colorize(:yellow) + ' We are connected but no data is provided.'
36
36
  else
37
37
 
38
38
  response['DEVS'].each do |device|
@@ -52,7 +52,7 @@ require 'httparty'
52
52
  end
53
53
 
54
54
  rescue Errno::ECONNREFUSED
55
- puts '[error]'.colorize(:red) + ' Did you forget to start cgminer with --api-listen'
55
+ puts '[ERROR]'.colorize(:red) + ' Did you forget to start cgminer with --api-listen'
56
56
  end
57
57
 
58
58
  end
data/bitstatus.gemspec CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Bitstatus::VERSION
9
9
  spec.authors = ["Dan Vera"]
10
10
  spec.email = ["dan@yovu.co"]
11
- spec.summary = %q{When a problem comes along..You must zerp it.}
12
- spec.description = %q{Now zerp it..Into shape.}
11
+ spec.summary = %q{Data agent for Bitblock.}
12
+ spec.description = %q{Now zerp it.}
13
13
  spec.homepage = "https://github.com/bitblockapp/bitblock-agent"
14
14
  spec.license = "MIT"
15
15
 
@@ -1,3 +1,3 @@
1
1
  module Bitstatus
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bitstatus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Vera
@@ -94,7 +94,7 @@ dependencies:
94
94
  - - ">="
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
- description: Now zerp it..Into shape.
97
+ description: Now zerp it.
98
98
  email:
99
99
  - dan@yovu.co
100
100
  executables:
@@ -134,5 +134,5 @@ rubyforge_project:
134
134
  rubygems_version: 2.1.11
135
135
  signing_key:
136
136
  specification_version: 4
137
- summary: When a problem comes along..You must zerp it.
137
+ summary: Data agent for Bitblock.
138
138
  test_files: []