marathon-srv 0.1.0 → 0.1.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
  SHA1:
3
- metadata.gz: 6293ca2434d9b7b39ac223b7e24bc00a42b50c10
4
- data.tar.gz: 8e8a23f59a5c680836970b5e986ad117743ee9bb
3
+ metadata.gz: add5bc98456ab69ebd95077ba33bbfd748d22c99
4
+ data.tar.gz: 4326753358f3aaee821b4db2d010f90f6eada376
5
5
  SHA512:
6
- metadata.gz: c6776a6a33981f6298fc5b333f9bcba523fba2f886452cbf6ba6350ef6c0b36c334ba17cac0dd80ab1804fd00015eea22416b1c45031f2309925c72069765fe6
7
- data.tar.gz: 22ab808eec706682649244e5502145c7c672a46da3eea4cadf6a013be7448db55cbc51cb97f2eabe138b65cc2b4847c7a77456d3dc9eda8fd0e9167282225e8c
6
+ metadata.gz: ef71d6e4d737c3c25b56e65ddbb35dc3dc323261cefcd13a10bbae0b1e3c84010ccf7a8ccf83c6df48add0e581556c316068605ba24cec82c61590b6344a285b
7
+ data.tar.gz: ad49ec501bd2f6d99c3b82db3d02cd9f7c6f6d024b78b10982d6681f99345037a6779b7a198d6177282b3196df7910e19aefc34ca51b20572556c53423900cc9
data/LICENSE.md ADDED
@@ -0,0 +1,7 @@
1
+ Copyright (c) 2016 Andras Szerdahelyi
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4
+
5
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6
+
7
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -1,5 +1,5 @@
1
1
  module Marathon
2
2
  module Srv
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
data/marathon-srv.gemspec CHANGED
@@ -8,8 +8,9 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Marathon::Srv::VERSION
9
9
  spec.authors = ["Andras Szerdahelyi"]
10
10
  spec.email = ["andras.szerdahelyi@gmail.com"]
11
+ spec.license = "MIT"
11
12
 
12
- spec.summary = %q{CLI to 'resolve' Marathon managed docker containers to slave ip and container ports to host ports }
13
+ spec.summary = %q{A simple CLI/library to resolve (BRIDGE networked) ports of Docker containerized Marathon application tasks/instances to Mesos slave host names and host ports}
13
14
  spec.description = %q{Uses the Marathon API to match one or more ports set up under BRIDGE Docker networking for a Marathon application (grouped or not) to slave ip/s and slave (host) port/s}
14
15
  spec.homepage = "https://github.com/andlaz/marathon-srv"
15
16
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: marathon-srv
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andras Szerdahelyi
@@ -123,6 +123,7 @@ files:
123
123
  - ".rspec"
124
124
  - ".travis.yml"
125
125
  - Gemfile
126
+ - LICENSE.md
126
127
  - README.md
127
128
  - Rakefile
128
129
  - bin/console
@@ -135,7 +136,8 @@ files:
135
136
  - marathon-srv.gemspec
136
137
  - response.json
137
138
  homepage: https://github.com/andlaz/marathon-srv
138
- licenses: []
139
+ licenses:
140
+ - MIT
139
141
  metadata: {}
140
142
  post_install_message:
141
143
  rdoc_options: []
@@ -156,6 +158,6 @@ rubyforge_project:
156
158
  rubygems_version: 2.4.8
157
159
  signing_key:
158
160
  specification_version: 4
159
- summary: CLI to 'resolve' Marathon managed docker containers to slave ip and container
160
- ports to host ports
161
+ summary: A simple CLI/library to resolve (BRIDGE networked) ports of Docker containerized
162
+ Marathon application tasks/instances to Mesos slave host names and host ports
161
163
  test_files: []