docker_toolkit 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +2 -2
- data/Gemfile +0 -2
- data/Gemfile.lock +12 -20
- data/README.md +1 -1
- data/docker_toolkit.gemspec +1 -1
- data/lib/docker_toolkit/version.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: c9065c8bb330bb661236077890a09b9e29231a7962ac51c907a5ad734bd952d5
|
4
|
+
data.tar.gz: 290f4cb58b9dbea44f6e409f624911ca9f0c661468fa937484ad151d788f82ef
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: abb75dc06309b0b09ea590e0e4e1bf444d9c546695ab68706cb84694355ea655ce4405243d1eaf11617123243dd64406a26c3ae02a3a8419fef073bc2ac80717
|
7
|
+
data.tar.gz: 5ae23825dbd86459d5a2e117e46ff8e15bec266077be420ce69dd5efde75d4b0ab65e92fa91fbe9e9d4e71519bc59dc5fca0fa5117b8bc8f1280b4c11a80c420
|
data/.travis.yml
CHANGED
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
docker_toolkit (0.1.
|
4
|
+
docker_toolkit (0.1.2)
|
5
5
|
diplomat
|
6
6
|
json
|
7
7
|
|
@@ -9,37 +9,31 @@ GEM
|
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
11
|
awesome_print (1.8.0)
|
12
|
-
concurrent-ruby (1.0.5)
|
13
12
|
diff-lcs (1.3)
|
14
13
|
diplomat (2.0.2)
|
15
14
|
faraday (~> 0.9)
|
16
15
|
json
|
17
|
-
faker (1.9.1)
|
18
|
-
i18n (>= 0.7)
|
19
|
-
faker-russian (0.0.6)
|
20
16
|
faraday (0.15.2)
|
21
17
|
multipart-post (>= 1.2, < 3)
|
22
|
-
i18n (1.0.1)
|
23
|
-
concurrent-ruby (~> 1.0)
|
24
18
|
json (2.1.0)
|
25
19
|
multipart-post (2.0.0)
|
26
20
|
rake (10.5.0)
|
27
|
-
rspec (3.
|
28
|
-
rspec-core (~> 3.
|
29
|
-
rspec-expectations (~> 3.
|
30
|
-
rspec-mocks (~> 3.
|
31
|
-
rspec-core (3.
|
32
|
-
rspec-support (~> 3.
|
33
|
-
rspec-expectations (3.
|
21
|
+
rspec (3.8.0)
|
22
|
+
rspec-core (~> 3.8.0)
|
23
|
+
rspec-expectations (~> 3.8.0)
|
24
|
+
rspec-mocks (~> 3.8.0)
|
25
|
+
rspec-core (3.8.0)
|
26
|
+
rspec-support (~> 3.8.0)
|
27
|
+
rspec-expectations (3.8.1)
|
34
28
|
diff-lcs (>= 1.2.0, < 2.0)
|
35
|
-
rspec-support (~> 3.
|
36
|
-
rspec-mocks (3.
|
29
|
+
rspec-support (~> 3.8.0)
|
30
|
+
rspec-mocks (3.8.0)
|
37
31
|
diff-lcs (>= 1.2.0, < 2.0)
|
38
|
-
rspec-support (~> 3.
|
32
|
+
rspec-support (~> 3.8.0)
|
39
33
|
rspec-retry (0.6.1)
|
40
34
|
rspec-core (> 3.3)
|
41
35
|
rspec-set (0.1.3)
|
42
|
-
rspec-support (3.
|
36
|
+
rspec-support (3.8.0)
|
43
37
|
|
44
38
|
PLATFORMS
|
45
39
|
ruby
|
@@ -48,8 +42,6 @@ DEPENDENCIES
|
|
48
42
|
awesome_print
|
49
43
|
bundler (~> 1.14)
|
50
44
|
docker_toolkit!
|
51
|
-
faker
|
52
|
-
faker-russian
|
53
45
|
rake (~> 10.0)
|
54
46
|
rspec
|
55
47
|
rspec-retry
|
data/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
1
|
# docker_toolkit
|
2
2
|
Helper tools for work with docker and consul
|
3
3
|
|
4
|
-
[![Build Status](https://travis-ci.com/RnD-Soft/docker_toolkit.svg?branch=master)](https://travis-ci.com/RnD-Soft/docker_toolkit)
|
4
|
+
[![Build Status](https://travis-ci.com/RnD-Soft/docker_toolkit.svg?branch=master)](https://travis-ci.com/RnD-Soft/docker_toolkit) [![Gem Version](https://badge.fury.io/rb/docker_toolkit.svg)](https://badge.fury.io/rb/docker_toolkit)
|
data/docker_toolkit.gemspec
CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
|
|
8
8
|
spec.authors = ['Godko Ivan', 'Samoilenko Yuri']
|
9
9
|
spec.email = ['igodko@rnds.pro', 'kinnalru@gmail.com']
|
10
10
|
spec.homepage = 'https://github.com/RnD-Soft/docker_toolkit'
|
11
|
-
spec.required_ruby_version = '>= 2.
|
11
|
+
spec.required_ruby_version = '>= 2.0.0'
|
12
12
|
|
13
13
|
spec.summary = 'Helper scripts for work with docker and consul'
|
14
14
|
spec.description = 'Advanced docker and consul control scripts'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: docker_toolkit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Godko Ivan
|
@@ -107,7 +107,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
107
107
|
requirements:
|
108
108
|
- - ">="
|
109
109
|
- !ruby/object:Gem::Version
|
110
|
-
version: 2.
|
110
|
+
version: 2.0.0
|
111
111
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
112
112
|
requirements:
|
113
113
|
- - ">="
|