mgmt 0.2.3 → 0.2.4
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/bin/mgmt +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 62f2f2cff1dc34a1c4d37b606104527601ca9042
|
|
4
|
+
data.tar.gz: 20f47572148e83d7ff478ac99479a42660d24551
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9ae773b0085436a2e90eadaebf37127fd886d7f48446af9ad7b39fa18a0a57721d9cbace6bec6cb121fda000dccf3e7dda8c91267b42eecde886640fb12a7d61
|
|
7
|
+
data.tar.gz: acd0d1c66635dd41fed5326ce2ec950e8467a3623415519c6f9468ce15234ecc332259618fb119b4d79d3e1095095585f8d6bf33f5197aa160b43b3113260118
|
data/bin/mgmt
CHANGED
|
@@ -9,7 +9,7 @@ module MGMT
|
|
|
9
9
|
DEPSFILE = "Gopherfile"
|
|
10
10
|
LOCKFILE = "Gopherfile.lock"
|
|
11
11
|
VENDOR = ".vendor"
|
|
12
|
-
VERSION = "0.2.
|
|
12
|
+
VERSION = "0.2.4"
|
|
13
13
|
|
|
14
14
|
def xputs(code, msg)
|
|
15
15
|
code = nil if ENV['TERM'] != "xterm"
|
|
@@ -135,7 +135,7 @@ module MGMT
|
|
|
135
135
|
skip = false
|
|
136
136
|
if File.directory?(target)
|
|
137
137
|
skip = @tag && @tag == `cd #{target} && git --git-dir=.git log -n 1 --pretty=format:'%h'`.strip
|
|
138
|
-
MGMT.sh "cd #{target} && git --git-dir=.git
|
|
138
|
+
MGMT.sh "cd #{target} && git --git-dir=.git fetch -q --all" unless skip
|
|
139
139
|
else
|
|
140
140
|
MGMT.sh "git clone -q #{@repo} #{target}"
|
|
141
141
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mgmt
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dimitrij Denissenko
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-03-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|