install_gem_local 0.1.14 → 0.1.15

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f3a3a7a6a31d5071008efcdf76845b9d864fe6219891d6d4bc4ff3f2c650fd63
4
- data.tar.gz: 99a67098934edf7c492deb4e96840bf52e423e7a95dfbf7e45df8a61f948bc4d
3
+ metadata.gz: 718597f68b8457b83285bd4fea0af320ed7b288db5b20fa3c0948ac69e948844
4
+ data.tar.gz: 8c588a0b6678e95e6fa3cf5f04db203a9575d8fb977b01ba175fb7e1a8085151
5
5
  SHA512:
6
- metadata.gz: 1aa28a777bea8553ab8ce3eba8907ef4d1189d05f99fd02dd561e847ae593ccadf5e3cc976793d6da11d2988bb8ae875afc3f1b35ace90fbf2b48b81b1651c01
7
- data.tar.gz: bc7c6634a6e2f60ff2128a683bf530c561f5c4114e9a6b3eeba2d07db5a7d98446446ac2b47327dc76b80f2fdf934324e0da3c85d3b4277e4cb8ff27c2d9e22f
6
+ metadata.gz: 01554ca58691d30813a774d1e2b9f0f49091bc8866bd27324bdec0c80e648a8186444e3e5bcc469dfee2d7818ef3af5ee3e2a84823f8a814c7a37798cbe67ed4
7
+ data.tar.gz: d430630be73030796aefcd2bc992638f929ea52c9052b306f1ea5575e25563badb2a710b6af64be2a9c9757da9c1af23fe317af81943009635df198b3528dcfb
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- install_gem_local (0.1.14)
4
+ install_gem_local (0.1.15)
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)
@@ -6,14 +6,15 @@ require 'awesome_print'
6
6
  require 'tty-command'
7
7
  require 'i18n'
8
8
 
9
+ I18n.config.available_locales = :en
10
+ I18n.load_path << Dir[File.expand_path("config/locales") + "/*.yml"]
11
+
9
12
  require 'install_gem_local/action/install_gem'
10
13
  require 'install_gem_local/action/build_gem'
11
14
  require 'install_gem_local/action/remove_gem'
12
15
  require 'install_gem_local/action/copy_gem'
13
16
  require 'install_gem_local/action/push_gem'
14
17
  Dir[File.join(File.expand_path(__dir__), 'install_gem_local', '**/*.rb')].each { |f| require f }
15
- I18n.load_path << Dir[File.expand_path("config/locales") + "/*.yml"]
16
- I18n.config.available_locales = :en
17
18
 
18
19
  module InstallGemLocal
19
20
  class App < Thor
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module InstallGemLocal
4
- VERSION = '0.1.14'
4
+ VERSION = '0.1.15'
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.14
4
+ version: 0.1.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dhanabal T