bootsetting 0.1.8 → 0.1.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
  SHA256:
3
- metadata.gz: 6706e57c0afebac612659cae0aa4d1ea7b5584c2d63bbec7bfc97936f27ce47f
4
- data.tar.gz: 837cb6353b916e780ff5d87bf78235fd7378ae55bd0c36c84e4995fcf289a7f4
3
+ metadata.gz: 7a19e109aafdb7ea4c7d4caf5b990a3b68115567e58f61e7f910bdf264236e65
4
+ data.tar.gz: 776109c41cf6433f216774220ab0ad965caf9680291f4a1f5ea6e3619ab1185b
5
5
  SHA512:
6
- metadata.gz: b42ca269ad22cbf3514197436e75adabfa0a61036f1722250b7af7699edc9b16222980034e7d7a6b3692688d900c27535dc60ccf558b1b08dbba98d41fd920fc
7
- data.tar.gz: bd2862ae9871b7e29a063f79bae0d2927a8634fc9923afe893aacb863bca4680ad60e11cd035483d4447fec72edb9f74e1d589e101df99ebcde99655a90c9c96
6
+ metadata.gz: 533f1d38b92667c1234684ea3bcc61ea8529d82acbbcc294311272c524567521eb8e048cdab79f5468cd4aff14b66cb2f033fcaff63ba85938bd189839e01743
7
+ data.tar.gz: 64ff6391c7e3ca5a7e67645cf30f8c4090fe73bbe11b217bc43c6f69d95b1b319402e1b6a50ec7c2d9422ab45b011a0165ad7a097788539b8ea3bc7da9f0a042
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bootsetting (0.1.7)
4
+ bootsetting (0.1.9)
5
5
  colored2
6
6
  rainbow
7
7
  thor
@@ -1,3 +1,3 @@
1
1
  module Bootsetting
2
- VERSION = "0.1.8"
2
+ VERSION = "0.1.9"
3
3
  end
@@ -11,10 +11,10 @@ class FileCheckHelper
11
11
  # duplicate file check
12
12
  def check(type, suffix)
13
13
  # specify files which should not be copied
14
- super_dir = File.expand_path('../', __FILE__)
15
- puts "🐈 #{super_dir}"
14
+ current_dir = Dir.pwd
15
+ puts "🐈 #{current_dir}"
16
16
  fileNames = []
17
- files = Dir[super_dir + "/**/*.{#{suffix}}"]
17
+ files = Dir[current_dir + "/**/*.{#{suffix}}"]
18
18
  files.each do |old_dest|
19
19
  fileNames.push(File.basename(old_dest))
20
20
  end
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.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - CNKCQ