specific_install 0.3.4 → 0.3.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 67fb17da19b930aa9bf3fb9b35cef97e1a97d559
4
- data.tar.gz: 6f7a3649c0128acf2c8c0c6f743a8c2794603dc0
3
+ metadata.gz: 1cf60e956c233f744de19b891346d0c71aba6c5c
4
+ data.tar.gz: ca46ddc44a3228e3f192d66c9541e3d3159a9d70
5
5
  SHA512:
6
- metadata.gz: 9ac4fa8753d88955819d1c38a4f5e41d0fa20d77ff90e27027445702b8cc4b9734584dfc57b3539c52680bebfc72940a3494a56364bdcd82953bb554359b6c6a
7
- data.tar.gz: 2414feaa06887345b6d9eea0d279a0a61cd37a8661b94205d805fd4b17b4ace2d93c4e8863cb024afc5d26e813227dc0d9830aaeb67e44ba346e846e876e4af3
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 LOCATION', arguments) do |branch, options|
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", @topdir, redirect_for_specs
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
 
@@ -1,3 +1,3 @@
1
1
  module SpecificInstall
2
- VERSION = "0.3.4"
2
+ VERSION = "0.3.5"
3
3
  end
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
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-28 00:00:00.000000000 Z
12
+ date: 2018-07-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec