Skip to content

Commit

Permalink
k8s-client v0.5.0 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakolehm authored Oct 27, 2018
1 parent f9afcac commit d52f925
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PATH
kontena-mortar (0.3.0.dev)
clamp (~> 1.3)
deep_merge (~> 1.2)
k8s-client (~> 0.4.2)
k8s-client (~> 0.5.0)
pastel (~> 0.7.2)
rouge (~> 3.2)
tty-table (~> 0.10.0)
Expand Down Expand Up @@ -47,12 +47,17 @@ GEM
hashdiff (0.3.7)
ice_nine (0.11.2)
jaro_winkler (1.5.1)
k8s-client (0.4.2)
jsonpath (0.9.5)
multi_json
to_regexp (~> 0.2.1)
k8s-client (0.5.0)
deep_merge (~> 1.2.1)
dry-struct (~> 0.5.0)
excon (~> 0.62.0)
hashdiff (~> 0.3.7)
jsonpath (~> 0.9.5)
recursive-open-struct (~> 1.1.0)
multi_json (1.13.1)
necromancer (0.4.0)
parallel (1.12.1)
parser (2.5.1.2)
Expand Down Expand Up @@ -92,6 +97,7 @@ GEM
unicode-display_width (~> 1.4.0)
unicode_utils (~> 1.4.0)
strings-ansi (0.1.0)
to_regexp (0.2.1)
tty-color (0.4.3)
tty-screen (0.6.5)
tty-table (0.10.0)
Expand All @@ -114,4 +120,4 @@ DEPENDENCIES
rubocop (~> 0.57)

BUNDLED WITH
1.16.1
1.16.2
2 changes: 1 addition & 1 deletion kontena-mortar.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
spec.post_install_message = "To install shell auto-completions, use:\n mortar install-completions"

spec.add_runtime_dependency "clamp", "~> 1.3"
spec.add_runtime_dependency "k8s-client", "~> 0.4.2"
spec.add_runtime_dependency "k8s-client", "~> 0.5.0"
spec.add_runtime_dependency "rouge", "~> 3.2"
spec.add_runtime_dependency "deep_merge", "~> 1.2"
spec.add_runtime_dependency "pastel", "~> 0.7.2"
Expand Down

0 comments on commit d52f925

Please sign in to comment.