ssport 0.1.5 → 0.1.6

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: a03b859f30c0c302704140239f36fa1fbe083ecb36cfbd75156b82fe42ddbecb
4
- data.tar.gz: 9c337d40680f117dbba656dc70f2035a0e9f9c98071715635b0deb5d7d413dbc
3
+ metadata.gz: b2fd06e0655ad5e381028f80555ac448cf6cb636a33e45d58b712b56baaa6d11
4
+ data.tar.gz: 20022567ddca6646e0be6d135a4a21ff47c260af67618c30b7c4326c532b9514
5
5
  SHA512:
6
- metadata.gz: a854d3b50180f4bcbc93a91a1e80221cbcd37618f7eeec394943d603b9e4505d87a54111e853f4bf07d9425d4dd214b5bfb92c4cfd9de54952c9fca868a69e38
7
- data.tar.gz: c6a80d955329a56a96b6b1b03c8eb5d1c7232489c5168373ecb0c436f17fe4869d463f72fac5cd8acca2cd317371957a8576deb56f95d4187113b1b88b70a3db
6
+ metadata.gz: fc47d219b8ffed252442c930e43d83b2f5c5f13e5884766cb1929a0ee25bf431174128044859f2270b0346544410c3361ba034115450c1cc09052795857384b2
7
+ data.tar.gz: c070ceea5b805d07f20e7c30e8374e9c6cc6f4ec3dc89553facaa1ae64a641eb4d5f7babe4f52e4c54466b79cde41ead0ec3d17cfbce64a35195dabc1694d79d
data/lib/ssport/config.rb CHANGED
@@ -20,6 +20,7 @@ class Config
20
20
  end
21
21
 
22
22
  def parseConfig
23
+ p "---------bengin parse #{@config_file} ------------"
23
24
  if File.exist? @config_file
24
25
  file_content = File.read @config_file
25
26
  @config_json = JSON.parse file_content
@@ -30,6 +31,7 @@ class Config
30
31
 
31
32
  def changeField(config_key, option_key)
32
33
  option_value = @options[option_key]
34
+ p "---------bengin change #{config_key} : #{option_value} ------------"
33
35
  if option_value
34
36
  @config_json[config_key] = option_value
35
37
  end
@@ -1,3 +1,3 @@
1
1
  module Ssport
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
data/lib/ssport.rb CHANGED
@@ -72,7 +72,7 @@ module Ssport
72
72
  end
73
73
 
74
74
  p '----------------Remote---------------'
75
- puts output.colorize(:red)
75
+ puts output
76
76
  p '-------------------------------------'
77
77
 
78
78
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ssport
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - kaich
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-29 00:00:00.000000000 Z
11
+ date: 2018-05-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler