install_gem_local 0.1.16 → 0.1.17
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/Gemfile.lock +1 -1
- data/lib/install_gem_local/version.rb +1 -1
- data/lib/install_gem_local.rb +1 -1
- data/{config → lib}/locales/en.yml +0 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5f1432088f80f31c1c5d51c5ad7316a6ebef2f9bf75fb79b2c0adce9d4e24b4a
|
|
4
|
+
data.tar.gz: 6cf6a8f3b77c1515891e3c06adb702582d142b19139a3320e48f6457b46127ac
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0746c4bb2b3cd178fbc0b9376693ae42d4c61c0b46528425fba2af10d8f3b8c00b5933cb2f0b1daf1a18ac02e196086390605d87c7571dcf8c22f500ba0e487b
|
|
7
|
+
data.tar.gz: 7b93486e1994e332bbd945f12429c5b6c24201d2482e8de579af9b42d79ec7d8c7c57f56b598a5598388874e3b1ba594ff0bc9fdd1e954f86da29fb36cc1cedc
|
data/Gemfile.lock
CHANGED
data/lib/install_gem_local.rb
CHANGED
|
@@ -6,7 +6,7 @@ require 'awesome_print'
|
|
|
6
6
|
require 'tty-command'
|
|
7
7
|
require 'i18n'
|
|
8
8
|
|
|
9
|
-
I18n.load_path << Dir[File.expand_path(
|
|
9
|
+
I18n.load_path << Dir[File.expand_path('lib/locales') + '/*.yml']
|
|
10
10
|
I18n.config.available_locales = :en
|
|
11
11
|
|
|
12
12
|
require 'install_gem_local/action/install_gem'
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: install_gem_local
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.17
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dhanabal T
|
|
@@ -171,7 +171,6 @@ files:
|
|
|
171
171
|
- Rakefile
|
|
172
172
|
- bin/console
|
|
173
173
|
- bin/setup
|
|
174
|
-
- config/locales/en.yml
|
|
175
174
|
- exe/install_gem_local
|
|
176
175
|
- install_gem_local.gemspec
|
|
177
176
|
- lib/install_gem_local.rb
|
|
@@ -185,6 +184,7 @@ files:
|
|
|
185
184
|
- lib/install_gem_local/navigation.rb
|
|
186
185
|
- lib/install_gem_local/utilization.rb
|
|
187
186
|
- lib/install_gem_local/version.rb
|
|
187
|
+
- lib/locales/en.yml
|
|
188
188
|
homepage: https://github.com/dhanabalt/install_gem_local
|
|
189
189
|
licenses:
|
|
190
190
|
- MIT
|