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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: baa6a1c6656f957254210137ebe49db595f7cf6afeb590fe52c95d13d33690f6
4
- data.tar.gz: a0a839fd126ddc12e5b3df999cb730f02a42286312fa2dd10bffcf7509229b8b
3
+ metadata.gz: 5f1432088f80f31c1c5d51c5ad7316a6ebef2f9bf75fb79b2c0adce9d4e24b4a
4
+ data.tar.gz: 6cf6a8f3b77c1515891e3c06adb702582d142b19139a3320e48f6457b46127ac
5
5
  SHA512:
6
- metadata.gz: 6671a847da27a252a3d524ebcd1d8a6c10c357681487de35a752ad9a118627e118f15811b3529c30f501f0388960d3d5d95aaaa5ec17c5f15c3f950c49981d7c
7
- data.tar.gz: 1cdb11b7bfed00f17fccbdf00dc4f8412fea8c394130956f9eb71668f0daee32a5ddd0dfd08cae301ab23c01990bc681cc97e0076f1373c07cf8c5e29b1620d4
6
+ metadata.gz: 0746c4bb2b3cd178fbc0b9376693ae42d4c61c0b46528425fba2af10d8f3b8c00b5933cb2f0b1daf1a18ac02e196086390605d87c7571dcf8c22f500ba0e487b
7
+ data.tar.gz: 7b93486e1994e332bbd945f12429c5b6c24201d2482e8de579af9b42d79ec7d8c7c57f56b598a5598388874e3b1ba594ff0bc9fdd1e954f86da29fb36cc1cedc
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- install_gem_local (0.1.15)
4
+ install_gem_local (0.1.17)
5
5
  awesome_print (~> 1.8, >= 1.8.0)
6
6
  downup (~> 0.11, >= 0.11.7)
7
7
  i18n (~> 1.6, >= 1.6.0)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module InstallGemLocal
4
- VERSION = '0.1.16'
4
+ VERSION = '0.1.17'
5
5
  end
@@ -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("config/locales") + "/*.yml"]
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.16
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