gem-local 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/gem-local.gemspec +1 -1
- data/lib/rubygems/commands/local_command.rb +2 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 76708c6d19495eff1a3e00ea3294d835028fbdc3
|
4
|
+
data.tar.gz: ea17a6de71bb7e10b0fae23c8181cbc23a64ecea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 366d73d07640128d4dc06c3f340e276789c27db046c65ef561a739be663fb3ff5ba9640e4830a6c1c28a4afd43b5fd5cb21745635bbf3cf6b1a863624349f619
|
7
|
+
data.tar.gz: 67277c8cb1773bafb95db417ac90e952247660b1fd919be67203ec822307ff19de464b31d9c949bfc0b4591960da236031c2137d88616e598c81d54a29078979
|
data/gem-local.gemspec
CHANGED
@@ -124,6 +124,7 @@ help [cmd] | Displays help information.
|
|
124
124
|
end
|
125
125
|
end
|
126
126
|
alias_method :off, :ignore
|
127
|
+
alias_method :remote, :ignore
|
127
128
|
alias_method :deactivate, :ignore
|
128
129
|
alias_method :disable, :ignore
|
129
130
|
|
@@ -203,7 +204,7 @@ private
|
|
203
204
|
description: "Deactivates all registered local gems, or the specified gem, in bundler.",
|
204
205
|
usage: "ignore [gem]",
|
205
206
|
arguments: "takes any number of arguments",
|
206
|
-
aliases: %w[off deactivate disable],
|
207
|
+
aliases: %w[off remote deactivate disable],
|
207
208
|
},
|
208
209
|
"rebuild" => {
|
209
210
|
description: "Regenerates your local `.gemlocal` file from the bundle config if they get out of sync.",
|