chihuahua 0.0.8 → 0.0.9

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: b401eb67be515592e01746f85f2ed3f8c1e55b20
4
- data.tar.gz: 95d802b03ab8abf316ec12d5f1186bcd1a9557de
3
+ metadata.gz: e2c4cb6669d1db7850e5ba64bc634647bb765bc0
4
+ data.tar.gz: 31440ed2d663174491b54a472fb411c1847b4d5e
5
5
  SHA512:
6
- metadata.gz: 4d81bc5df235bc7759f7a33dfc6c0cb5aa8bc7c010727da4684aff894ff072c23d3b937addd4016dbb1cd3a51060168bdec5dc1aa63d4931c43de2b2d93ea0d9
7
- data.tar.gz: d7e845c13af476ee4ce17896ccde02e1c8bfc21ee4c3b11b2683e0ddb6d8a630df779695438aef06c519f96143246428bbba6b518c472d2f7c67a48db804430a
6
+ metadata.gz: 928a48def00d488f9f1910fbddf75596f21947968bb615922e7ba2c7fb736d726902158ff3b155394c41c22e4a331ab567a5d9cacd84760a8b71af1261cc457c
7
+ data.tar.gz: 8220bfd832e248a80cb74a8ab9283fbc7cb1d7328867ba21213504bfadf6457a1db2a4cf606b72ac5a37148664a15a00f23f6d1cf0cc777ab5f330d0b1be7e54
@@ -67,7 +67,7 @@ module Chihuahua
67
67
  rescue => e
68
68
  puts e
69
69
  end
70
- puts 'done.'
70
+ puts 'stored done.'
71
71
  end
72
72
  end
73
73
  end
@@ -16,7 +16,7 @@ module Chihuahua
16
16
  def apply_result_display(res)
17
17
  result = res.last
18
18
  puts hl.color(result['name'], :light_cyan) + ' applying...' unless result.nil?
19
- puts 'applying...'
19
+ puts 'applying...' if result.nil?
20
20
  end
21
21
 
22
22
  def update_monitor(data)
@@ -80,7 +80,7 @@ module Chihuahua
80
80
  monitors_data = @exporter.export_monitors(@project)
81
81
  @exporter.store_monitors_data(monitors_data)
82
82
  end
83
- puts 'done.'
83
+ puts 'updated done.'
84
84
  end
85
85
 
86
86
  end
@@ -1,3 +1,3 @@
1
1
  module Chihuahua
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chihuahua
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - inokappa