specific_install 0.3.4 → 0.3.5
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1cf60e956c233f744de19b891346d0c71aba6c5c
|
4
|
+
data.tar.gz: ca46ddc44a3228e3f192d66c9541e3d3159a9d70
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: df914f85bed08fdd9be0f2a556f28eada0f160e92f29996aff808c89c2f16fb436760f9ed94c0c6b58e68670c94bbd940a2a1d6df099bf4a1576932a1e51966b
|
7
|
+
data.tar.gz: 539c384819a5f61a90a92b4e331f32f0cbc9ffad721a028418ce2c656e4c961c1d1e9c5d057a7167a19cbd0b15c9304d612b457aa20a2339da78fa05413adec9
|
@@ -16,7 +16,7 @@ class Gem::Commands::SpecificInstallCommand < Gem::Command
|
|
16
16
|
options[:location] = location
|
17
17
|
end
|
18
18
|
|
19
|
-
add_option('-b', '--branch
|
19
|
+
add_option('-b', '--branch BRANCH', arguments) do |branch, options|
|
20
20
|
options[:branch] = branch
|
21
21
|
end
|
22
22
|
|
@@ -134,7 +134,7 @@ class Gem::Commands::SpecificInstallCommand < Gem::Command
|
|
134
134
|
output.puts "Installing from git@github.com:#{@loc}.git"
|
135
135
|
|
136
136
|
redirect_for_specs = ENV.fetch( "SPECIFIC_INSTALL_SPEC" ) { "" }
|
137
|
-
git "clone", "git@github.com:#{@loc}.git", @
|
137
|
+
git "clone", "git@github.com:#{@loc}.git", @top_dir, redirect_for_specs
|
138
138
|
install_from_git(@src_dir)
|
139
139
|
end
|
140
140
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: specific_install
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Roger Pack
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2018-07-
|
12
|
+
date: 2018-07-31 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rspec
|