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 +4 -4
- data/lib/ssport/config.rb +2 -0
- data/lib/ssport/version.rb +1 -1
- data/lib/ssport.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b2fd06e0655ad5e381028f80555ac448cf6cb636a33e45d58b712b56baaa6d11
|
4
|
+
data.tar.gz: 20022567ddca6646e0be6d135a4a21ff47c260af67618c30b7c4326c532b9514
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
data/lib/ssport/version.rb
CHANGED
data/lib/ssport.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2018-05-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|