install_gem_local 0.1.13 → 0.1.14
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/install_gem_local.rb +1 -0
- data/lib/install_gem_local/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f3a3a7a6a31d5071008efcdf76845b9d864fe6219891d6d4bc4ff3f2c650fd63
|
4
|
+
data.tar.gz: 99a67098934edf7c492deb4e96840bf52e423e7a95dfbf7e45df8a61f948bc4d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1aa28a777bea8553ab8ce3eba8907ef4d1189d05f99fd02dd561e847ae593ccadf5e3cc976793d6da11d2988bb8ae875afc3f1b35ace90fbf2b48b81b1651c01
|
7
|
+
data.tar.gz: bc7c6634a6e2f60ff2128a683bf530c561f5c4114e9a6b3eeba2d07db5a7d98446446ac2b47327dc76b80f2fdf934324e0da3c85d3b4277e4cb8ff27c2d9e22f
|
data/Gemfile.lock
CHANGED
data/lib/install_gem_local.rb
CHANGED
@@ -13,6 +13,7 @@ require 'install_gem_local/action/copy_gem'
|
|
13
13
|
require 'install_gem_local/action/push_gem'
|
14
14
|
Dir[File.join(File.expand_path(__dir__), 'install_gem_local', '**/*.rb')].each { |f| require f }
|
15
15
|
I18n.load_path << Dir[File.expand_path("config/locales") + "/*.yml"]
|
16
|
+
I18n.config.available_locales = :en
|
16
17
|
|
17
18
|
module InstallGemLocal
|
18
19
|
class App < Thor
|