raykit 0.0.146 → 0.0.147

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. checksums.yaml +4 -4
  2. data/lib/raykit/git/directory.rb +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ab11bb04b9076d57a08a7b4d365ff117c5779680c45b19a10bd8e5eca423ee87
4
- data.tar.gz: 33fbcfa2fca6f8adc06b24c62991c21cb2c357e7cc5d4f6c427a3aea4bb3063c
3
+ metadata.gz: 20c6d393d7aea646534c2cf260874538def3ef02986ae24c3e295f8fac19ecac
4
+ data.tar.gz: 748fb6cedb813e96a3529b9914493d9f0f57c20c27a6f8c693411be047ba0375
5
5
  SHA512:
6
- metadata.gz: 3d3f2a86fbf5e12833c9d5aaa1873e5476e7efbd5e3eb370580cbd6c969b328c9e452536fe94b777381cb68ce087d123104f4d84107fc24c193f2f647b355526
7
- data.tar.gz: 6e7ca02007c69cf3c0f0791f3cb4467644888808c9a65b289d67a206d3bcfd99f7e81714744808a57b35e029329a851d43c5ec7544199a2cef731c9890761a8e
6
+ metadata.gz: 43c3dadeea27d4930e0d09f9f0cec69236cd8159dad6669160cf3de8042d012c4e31b98dbd7298522d7c33e9bdbacdbb84536b56b26b76b1472f33251724177a
7
+ data.tar.gz: 215f6c05eb73f2f6d7f0ae6b83615b480cece17cd12fb7cd235826923eed85dbf8039fcab623d26982e8e42c722b21ae302f384ef4b283474cb6f91e4d2a4ba5
@@ -25,7 +25,7 @@ module Raykit
25
25
  diff=`git diff`.strip
26
26
  status=`git status`.strip
27
27
  if(diff.length == 0 && status.include?('nothing to commit'))
28
- PROJECT.run('git pull')
28
+ PROJECT.run('git pull',false)
29
29
  end
30
30
  end
31
31
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: raykit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.146
4
+ version: 0.0.147
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lou Parslow