kuzushi 0.0.39 → 0.0.40

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.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/kuzushi.rb +3 -3
  3. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.39
1
+ 0.0.40
@@ -323,9 +323,9 @@ class Kuzushi
323
323
  FileUtils.mkdir_p(f.file)
324
324
  shell "cd #{f.file} && git init"
325
325
  shell "cd #{f.file} && git remote add origin #{f.git}"
326
- shell "cd #{f.file} && git fetch"
327
- shell "cd #{f.file} && git checkout master"
328
- shell "chown -R #{f.user}:#{f.group} #{f.dir}" if f.user || f.group ## is this needed? handled above in files?
326
+ shell "cd #{f.file} && git fetch origin"
327
+ shell "cd #{f.file} && git checkout -b master --track origin/master"
328
+ shell "chown -R #{f.user}:#{f.group} #{f.file}" if f.user || f.group ## is this needed? handled above in files?
329
329
  end
330
330
  end
331
331
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 39
9
- version: 0.0.39
8
+ - 40
9
+ version: 0.0.40
10
10
  platform: ruby
11
11
  authors:
12
12
  - Orion Henry