kontena-mortar 0.3.0 → 0.3.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: 99c21c8c0662667b9c44f8ff8ba8dbc4b845f48fc4404f3936adce0faffecbf9
4
- data.tar.gz: 70d37797e6e681a964b85b2eb9cc966631eb0e7edee71e65732df895c733be0a
3
+ metadata.gz: 5c99ece723b086797f097c2adbf823e84d2c84e9b0df3414da295d8dedac9d78
4
+ data.tar.gz: '09394b193757196d1a8763676179aa30d9abb30086d611e2320b4c8170525121'
5
5
  SHA512:
6
- metadata.gz: b443a9b0f8aa4e6f3b476e3c1887aca7ade66e0cf5d2234c8211c3ca3a40ab977dbd67a3a71e5749224c87aae79b606346262252edb58b7e829bea31a19c67a5
7
- data.tar.gz: cd51ced906a0d0ce0ded904d633cc2712618c1786a432c9a5639d7dc7473720cbe980dcca6f0712a238a488728e9d472e2b3baf0c192f681b2be77a08e65a40a
6
+ metadata.gz: dde1580cbb76bf0bde121e6431633ec6ce37aec5383765fa94e3c2f112bf59953aef596917f94a6e1ae05c90fc964a5610d0c88bdc3c336afa99e0ceefdd37d1
7
+ data.tar.gz: c40a0df4bfb5af45aedd8fb774bf41f5dc647168d311a20744690c6dd1da83d7107421ced613b1296f61b1930f7e878465cccffaeb913aa892c95960ca764dd8
data/Gemfile.lock CHANGED
@@ -1,10 +1,10 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- kontena-mortar (0.3.0)
4
+ kontena-mortar (0.3.1)
5
5
  clamp (~> 1.3)
6
6
  deep_merge (~> 1.2)
7
- k8s-client (~> 0.6.2)
7
+ k8s-client (~> 0.6.4)
8
8
  pastel (~> 0.7.2)
9
9
  rouge (~> 3.2)
10
10
  tty-table (~> 0.10.0)
@@ -14,7 +14,7 @@ GEM
14
14
  specs:
15
15
  ast (2.4.0)
16
16
  clamp (1.3.0)
17
- concurrent-ruby (1.1.3)
17
+ concurrent-ruby (1.1.4)
18
18
  deep_merge (1.2.1)
19
19
  diff-lcs (1.3)
20
20
  dry-configurable (0.7.0)
@@ -35,7 +35,7 @@ GEM
35
35
  dry-equalizer (~> 0.2)
36
36
  dry-types (~> 0.13)
37
37
  ice_nine (~> 0.11)
38
- dry-types (0.13.2)
38
+ dry-types (0.13.3)
39
39
  concurrent-ruby (~> 1.0)
40
40
  dry-container (~> 0.3)
41
41
  dry-core (~> 0.4, >= 0.4.4)
@@ -47,16 +47,17 @@ GEM
47
47
  hashdiff (0.3.7)
48
48
  ice_nine (0.11.2)
49
49
  jaro_winkler (1.5.1)
50
- jsonpath (0.9.6)
50
+ jsonpath (0.9.8)
51
51
  multi_json
52
52
  to_regexp (~> 0.2.1)
53
- k8s-client (0.6.2)
53
+ k8s-client (0.6.4)
54
54
  deep_merge (~> 1.2.1)
55
55
  dry-struct (~> 0.5.0)
56
56
  excon (~> 0.62.0)
57
57
  hashdiff (~> 0.3.7)
58
58
  jsonpath (~> 0.9.5)
59
59
  recursive-open-struct (~> 1.1.0)
60
+ yajl-ruby (~> 1.4.0)
60
61
  multi_json (1.13.1)
61
62
  necromancer (0.4.0)
62
63
  parallel (1.12.1)
@@ -108,6 +109,7 @@ GEM
108
109
  tty-screen (~> 0.6.4)
109
110
  unicode-display_width (1.4.0)
110
111
  unicode_utils (1.4.0)
112
+ yajl-ruby (1.4.1)
111
113
 
112
114
  PLATFORMS
113
115
  ruby
data/README.md CHANGED
@@ -14,6 +14,10 @@ While we were developing [Kontena Pharos](https://kontena.io/pharos) Kubernetes
14
14
 
15
15
  ## Installation
16
16
 
17
+ ### Binaries
18
+
19
+ Mortar pre-baked binaries are available for OSX and Linux. You can download them from the [releases](https://github.com/kontena/mortar/releases) page. Remember to put it in the path and change the executable bit on.
20
+
17
21
  ### MacOS Homebrew
18
22
 
19
23
  `$ brew install kontena/mortar/mortar`
@@ -32,7 +36,6 @@ To install bash/zsh auto-completions, use `mortar install-completions` after Mor
32
36
 
33
37
  `$ docker pull quay.io/kontena/mortar:latest`
34
38
 
35
- We will be working on also to support binary installation method in near future.
36
39
 
37
40
  ## Usage
38
41
 
@@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
26
26
  spec.post_install_message = "To install shell auto-completions, use:\n mortar install-completions"
27
27
 
28
28
  spec.add_runtime_dependency "clamp", "~> 1.3"
29
- spec.add_runtime_dependency "k8s-client", "~> 0.6.2"
29
+ spec.add_runtime_dependency "k8s-client", "~> 0.6.4"
30
30
  spec.add_runtime_dependency "rouge", "~> 3.2"
31
31
  spec.add_runtime_dependency "deep_merge", "~> 1.2"
32
32
  spec.add_runtime_dependency "pastel", "~> 0.7.2"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Mortar
4
- VERSION = "0.3.0"
4
+ VERSION = "0.3.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kontena-mortar
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kontena, Inc
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-11-23 00:00:00.000000000 Z
11
+ date: 2018-12-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: clamp
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 0.6.2
33
+ version: 0.6.4
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 0.6.2
40
+ version: 0.6.4
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rouge
43
43
  requirement: !ruby/object:Gem::Requirement