git_refresh 0.1.0 → 0.1.1
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/exe/git_refresh +1 -1
- data/lib/git_refresh/version.rb +1 -1
- 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: 497accf5e69b0e717cd560208501c6bf75e73271
|
|
4
|
+
data.tar.gz: abfc60280d4ae7a268826f176d6ebb0eb5dbdba1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a29bc41bec927c24d8ddf22c150f641d931fe42a4a9975aa65348b30794bec66d36f96816c2dbdcd744b9376538048e16c277777a15f0148a296b854bfd98d35
|
|
7
|
+
data.tar.gz: 18a2163aacd75e40d63ae6797facddcad63bdccc60e2dfefc3a39aaa017c99433291bc0646515e267a0bce03519701d35b5b3a4b88ddd97404cabbf4936b2aab
|
data/exe/git_refresh
CHANGED
|
@@ -39,7 +39,7 @@ Escort::App.create do |app|
|
|
|
39
39
|
source_url = options[:global][:commands][:refresh][:options][:source_url]
|
|
40
40
|
ref = options[:global][:commands][:refresh][:options][:ref]
|
|
41
41
|
if target_dir and source_url
|
|
42
|
-
GitRefresh::Git.refresh(target_dir, source_url, ref
|
|
42
|
+
GitRefresh::Git.refresh(target_dir, source_url, ref)
|
|
43
43
|
else
|
|
44
44
|
Escort::Logger.error.error "Must specify --target-dir and --source-url"
|
|
45
45
|
end
|
data/lib/git_refresh/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: git_refresh
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Geoff Williams
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-04-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|