bootsetting 0.1.9 → 0.2.0

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: 7a19e109aafdb7ea4c7d4caf5b990a3b68115567e58f61e7f910bdf264236e65
4
- data.tar.gz: 776109c41cf6433f216774220ab0ad965caf9680291f4a1f5ea6e3619ab1185b
3
+ metadata.gz: 1a3cee1b6c76b00b06e8e23c3399555a11b79879922ae8530e248d3df3791afa
4
+ data.tar.gz: 0c92a5f046c126d67a32d2d3e0db0c6f8a1592a3c00a2fb47d6420907b67577c
5
5
  SHA512:
6
- metadata.gz: 533f1d38b92667c1234684ea3bcc61ea8529d82acbbcc294311272c524567521eb8e048cdab79f5468cd4aff14b66cb2f033fcaff63ba85938bd189839e01743
7
- data.tar.gz: 64ff6391c7e3ca5a7e67645cf30f8c4090fe73bbe11b217bc43c6f69d95b1b319402e1b6a50ec7c2d9422ab45b011a0165ad7a097788539b8ea3bc7da9f0a042
6
+ metadata.gz: 55e79d04e82705e06bef6a66786d20823eb9feac91761763698e0eee0c6171fed31d4d9eb7b272a2bb4e861b70ab3dab6ba683436963472193c8c7603b2135be
7
+ data.tar.gz: c3bb5519dcbcd02616fca9b350b64ab3cc58aa7165a352c9f61345fa5b5f8fe099f11da139023ca0c52a33db5e15cedb548bcf53e82354b548a8d57d646686d8
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bootsetting (0.1.9)
4
+ bootsetting (0.2.0)
5
5
  colored2
6
6
  rainbow
7
7
  thor
@@ -1,3 +1,3 @@
1
1
  module Bootsetting
2
- VERSION = "0.1.9"
2
+ VERSION = "0.2.0"
3
3
  end
@@ -20,13 +20,10 @@ class FileCheckHelper
20
20
  end
21
21
  fileMaps = Hash.new([])
22
22
  files.each { |filePath|
23
- puts "🌹check type: #{type} suffix: #{suffix}"
24
23
  key = ""
25
24
  if type == "md5"
26
- puts "check type: #{type} suffix: #{suffix}"
27
25
  key = md5 = Digest::MD5.hexdigest(File.read(filePath))
28
26
  elsif type == "name"
29
- puts "check type: #{type} suffix: #{suffix}"
30
27
  key = File.basename(filePath)
31
28
  end
32
29
  fileArr = [] + fileMaps[key]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootsetting
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - CNKCQ