git-fastclone 1.1.0 → 1.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/lib/git-fastclone.rb +1 -1
- data/lib/git-fastclone/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 22ee14ada7720522917c1fd49e1670921cbcd319
|
|
4
|
+
data.tar.gz: 8ee78ce7837bde43642e077028d055fca2fc282a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 65497fa8231f7d99249ca19806a86342a13f1bbedd715aca2048d957530e2d68d9784e9ad6fa9eb0069221b66a98bbf27d81cd60e50c35f1a0084e0da6b68d77
|
|
7
|
+
data.tar.gz: 49a7039bddc7fa9674e54465b15243ece94522b97837b87122ebcce52d5072fb5146d97605c46365d1b720da55298ed74bb409486cc2af35e407c612d6eebd49
|
data/lib/git-fastclone.rb
CHANGED
|
@@ -223,7 +223,7 @@ module GitFastClone
|
|
|
223
223
|
threads = []
|
|
224
224
|
submodule_url_list = []
|
|
225
225
|
|
|
226
|
-
Cocaine::CommandLine.new('cd', ':path; git submodule init')
|
|
226
|
+
Cocaine::CommandLine.new('cd', ':path; git submodule init 2>&1')
|
|
227
227
|
.run(path: File.join(abs_clone_path, pwd)).split("\n").each do |line|
|
|
228
228
|
submodule_path, submodule_url = parse_update_info(line)
|
|
229
229
|
submodule_url_list << submodule_url
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: git-fastclone
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michael Tauraso
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2016-
|
|
12
|
+
date: 2016-06-20 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: cocaine
|
|
@@ -86,3 +86,4 @@ test_files:
|
|
|
86
86
|
- spec/git_fastclone_runner_spec.rb
|
|
87
87
|
- spec/git_fastclone_url_helper_spec.rb
|
|
88
88
|
- spec/spec_helper.rb
|
|
89
|
+
has_rdoc:
|