git-fastclone 1.1.1 → 1.1.2
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 +4 -2
- data/lib/git-fastclone/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ebc92dd7541a4acc3c73355da48b66541373b29a
|
|
4
|
+
data.tar.gz: 99c1ebf5cd8df06cfd5d487b04f764301b75ee5e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 66e543070bdd86fff06f6a18f3e1d55c94319a1bf0dfe73481c36942b56294532fdde406f2bca65c1b9c78a9ee9992ad27e2efcedc5b79be652b78bcc2c94207
|
|
7
|
+
data.tar.gz: 662e46428e556027005781eef6896ee6c1525726257aabfcd6d3661df20f30df378bfd61ceb37a65a6c68fc4ea4874e371ad066d797655250ed34d2e45bb1fe8
|
data/lib/git-fastclone.rb
CHANGED
|
@@ -123,8 +123,6 @@ module GitFastClone
|
|
|
123
123
|
end
|
|
124
124
|
|
|
125
125
|
def parse_options
|
|
126
|
-
usage = 'Usage: git fastclone [options] <git-url> [path]'
|
|
127
|
-
|
|
128
126
|
# One option --branch=<branch> We're not as brittle as clone. That branch
|
|
129
127
|
# can be a sha or tag and we're still okay.
|
|
130
128
|
OptionParser.new do |opts|
|
|
@@ -349,5 +347,9 @@ module GitFastClone
|
|
|
349
347
|
yield reference_repo_dir(url, reference_dir, using_local_repo)
|
|
350
348
|
end
|
|
351
349
|
end
|
|
350
|
+
|
|
351
|
+
def usage
|
|
352
|
+
'Usage: git fastclone [options] <git-url> [path]'
|
|
353
|
+
end
|
|
352
354
|
end
|
|
353
355
|
end
|
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.2
|
|
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:
|
|
12
|
+
date: 2017-01-02 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: cocaine
|
|
@@ -78,7 +78,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
78
78
|
version: '0'
|
|
79
79
|
requirements: []
|
|
80
80
|
rubyforge_project:
|
|
81
|
-
rubygems_version: 2.
|
|
81
|
+
rubygems_version: 2.5.1
|
|
82
82
|
signing_key:
|
|
83
83
|
specification_version: 4
|
|
84
84
|
summary: git-clone --recursive on steroids!
|
|
@@ -86,4 +86,3 @@ 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:
|