krates 1.6.1 → 1.6.2
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/VERSION +1 -1
- data/lib/kontena/plugin_manager.rb +1 -1
- 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: 7cc81989faf6322c5dfceff79b8ea111cf248d51ce6d04dcf7a1fbb951693173
|
|
4
|
+
data.tar.gz: 62c1a3da11a2b555726f7d5c75f49dab0a18993c45d9540075f22be815886042
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3893d0074705612ae07f6d88f12b1db6f582081ecf27d678d81ece64a0b625959b81c8908c9eae58f796acab51a872b1a79c73b6ee0e404a04f8af562e495b59
|
|
7
|
+
data.tar.gz: 5460e06d47e5d146bc24dd8e091ebe8e5d9738ece99d7d9c0b2b7c392406248ed683c62d8e113223e1df4456fb3188de02ce0c349c833b64f7513a9301dfc78f
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.6.
|
|
1
|
+
1.6.2
|
|
@@ -11,7 +11,7 @@ module Kontena
|
|
|
11
11
|
def init
|
|
12
12
|
# TODO: Figure out how to co-exist with Bundler's post_reset hook
|
|
13
13
|
# that restores specs captured by Bundler's closure originally
|
|
14
|
-
Gem.post_reset_hooks.delete_if {|h| h.to_s.match /bundler/}
|
|
14
|
+
# Gem.post_reset_hooks.delete_if {|h| h.to_s.match /bundler/}
|
|
15
15
|
ENV["GEM_HOME"] = Common.install_dir
|
|
16
16
|
Gem.paths = ENV
|
|
17
17
|
Common.use_dummy_ui unless Kontena.debug?
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: krates
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.6.
|
|
4
|
+
version: 1.6.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pavel Tsurbeleu
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-11-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|