install_gem_local 1.0.0 → 1.0.1

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: 36c17936594860fc955e7eb1eb4080f0aee5d67ec2ec4d592b1f5d3d18e8517f
4
- data.tar.gz: 47152cceadc379ac6d36ee47cde147beebc91daf79345def1afcc986d366ff81
3
+ metadata.gz: 79c23e7aa6bfa0751c1886506fb1494f138e40175ed8e0d7f727aab96d4f9b54
4
+ data.tar.gz: 64c4539c74d90c4b4ee2bac7a262705054ae0e429933025dce7b3075b7bc74eb
5
5
  SHA512:
6
- metadata.gz: 8294986afacc6b5a3623e59bd871750a34b0b32746ee5cac2d55abb8874fd61e30cf49bb790bea256daaca9ddbfe7e5193c8d4abfaa6a24b4baa43426ffc34b4
7
- data.tar.gz: c10a7849be03f0afe3b6f8999694d3ca5aabe40b261b484802302cf930bb18fe78d2c987066270809cd29d08cda6792e7507d3e38d6863b9c329d543ce41bfb4
6
+ metadata.gz: 11907043a9b3207df2afaa531ff91be292667366edaf2496efba0f58856c56976fa9383a49413bb10b9170a2ae58f3aff1ab2f93611aaf3eef1581c7e103f645
7
+ data.tar.gz: e39d6d7f0055dadfdcc9a38276d75271257801ece5a08ac09b9e56ccf8325f9b841d02aa1f9614c33fd7bb068b424972b2d97d0a60f13917af3b9dbf9174a580
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- install_gem_local (1.0.0)
4
+ install_gem_local (1.0.1)
5
5
  awesome_print (~> 1.8, >= 1.8.0)
6
6
  downup (~> 0.11, >= 0.11.7)
7
7
  thor (~> 0.20, >= 0.20.3)
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- %w[thor downup awesome_print tty-command pry].each { |f| require f }
3
+ %w[thor downup awesome_print tty-command].each { |f| require f }
4
4
 
5
5
  # TODO: refactor these code later
6
6
  Dir[File.join(File.expand_path(__dir__), 'install_gem_local', 'action/*.rb')].each { |f| require f }
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module InstallGemLocal
4
- VERSION = '1.0.0'
4
+ VERSION = '1.0.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: install_gem_local
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dhanabal T
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-05-28 00:00:00.000000000 Z
11
+ date: 2019-05-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler