Skip to content

Commit

Permalink
Release 0.4.0 (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimmo Lehto authored Jun 5, 2019
1 parent 2d4b095 commit 6e7101d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
23 changes: 12 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PATH
remote: .
specs:
kontena-mortar (0.3.2)
kontena-mortar (0.4.0)
clamp (~> 1.3)
deep_merge (~> 1.2)
k8s-client (~> 0.8.3)
k8s-client (~> 0.10.1)
pastel (~> 0.7.2)
rouge (~> 3.2)
tty-table (~> 0.10.0)
Expand All @@ -14,45 +14,46 @@ GEM
specs:
ast (2.4.0)
clamp (1.3.0)
concurrent-ruby (1.1.4)
concurrent-ruby (1.1.5)
deep_merge (1.2.1)
diff-lcs (1.3)
dry-configurable (0.8.1)
dry-configurable (0.8.3)
concurrent-ruby (~> 1.0)
dry-core (~> 0.4, >= 0.4.7)
dry-container (0.7.0)
concurrent-ruby (~> 1.0)
dry-configurable (~> 0.1, >= 0.1.3)
dry-core (0.4.7)
concurrent-ruby (~> 1.0)
dry-equalizer (0.2.1)
dry-equalizer (0.2.2)
dry-inflector (0.1.2)
dry-logic (0.5.0)
dry-container (~> 0.2, >= 0.2.6)
dry-logic (0.6.1)
concurrent-ruby (~> 1.0)
dry-core (~> 0.2)
dry-equalizer (~> 0.2)
dry-struct (0.5.1)
dry-core (~> 0.4, >= 0.4.3)
dry-equalizer (~> 0.2)
dry-types (~> 0.13)
ice_nine (~> 0.11)
dry-types (0.14.0)
dry-types (0.13.4)
concurrent-ruby (~> 1.0)
dry-container (~> 0.3)
dry-core (~> 0.4, >= 0.4.4)
dry-equalizer (~> 0.2)
dry-inflector (~> 0.1, >= 0.1.2)
dry-logic (~> 0.5, >= 0.5)
dry-logic (~> 0.4, >= 0.4.2)
equatable (0.5.0)
excon (0.62.0)
hashdiff (0.3.8)
hashdiff (0.3.9)
ice_nine (0.11.2)
jaro_winkler (1.5.2)
jsonpath (0.9.9)
multi_json
to_regexp (~> 0.2.1)
k8s-client (0.8.3)
k8s-client (0.10.1)
dry-struct (~> 0.5.0)
dry-types (~> 0.13.0)
excon (~> 0.62.0)
hashdiff (~> 0.3.7)
jsonpath (~> 0.9.5)
Expand Down
2 changes: 1 addition & 1 deletion lib/mortar/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Mortar
VERSION = "0.3.3"
VERSION = "0.4.0"
end

0 comments on commit 6e7101d

Please sign in to comment.