install_gem_local 0.1.13 → 0.1.14

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: d4c2a76d829e5f7f0cd8811fb1952eff63c1b4cd7b2b0fd49578852d1afeb40c
4
- data.tar.gz: 0a2040bc6bb2ac4407782c3ba6cf47db9ef49c9c0f46f104dd9a34eb7f56911f
3
+ metadata.gz: f3a3a7a6a31d5071008efcdf76845b9d864fe6219891d6d4bc4ff3f2c650fd63
4
+ data.tar.gz: 99a67098934edf7c492deb4e96840bf52e423e7a95dfbf7e45df8a61f948bc4d
5
5
  SHA512:
6
- metadata.gz: 239b3604f730ac205e865211248d84d64cdc94bc0837443ff1b475c56b21953e59d9a540bd9032b87ceddbfa248be4cfdfb93bf01f9e5122f149a5b6a9cade36
7
- data.tar.gz: 5face3ee39bf96f3d5613e7039fd141850680df50e344b3d3c08b04b3a7d17a6dc672b2de4d2f1632ed09f2f7e4168c3ef58f2af424f39b499605de81e461acc
6
+ metadata.gz: 1aa28a777bea8553ab8ce3eba8907ef4d1189d05f99fd02dd561e847ae593ccadf5e3cc976793d6da11d2988bb8ae875afc3f1b35ace90fbf2b48b81b1651c01
7
+ data.tar.gz: bc7c6634a6e2f60ff2128a683bf530c561f5c4114e9a6b3eeba2d07db5a7d98446446ac2b47327dc76b80f2fdf934324e0da3c85d3b4277e4cb8ff27c2d9e22f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- install_gem_local (0.1.13)
4
+ install_gem_local (0.1.14)
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)
@@ -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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module InstallGemLocal
4
- VERSION = '0.1.13'
4
+ VERSION = '0.1.14'
5
5
  end
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.13
4
+ version: 0.1.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dhanabal T