docker_toolkit 0.1.1 → 0.1.2

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: 82124575ffd36caa747680a91163d2a307ef19bac458d36687ab3da58299b9a3
4
- data.tar.gz: 458e3984c05e58bb1a9571806b69a20d2a4c09d804ac48a6396b3f55c739a0ba
3
+ metadata.gz: c9065c8bb330bb661236077890a09b9e29231a7962ac51c907a5ad734bd952d5
4
+ data.tar.gz: 290f4cb58b9dbea44f6e409f624911ca9f0c661468fa937484ad151d788f82ef
5
5
  SHA512:
6
- metadata.gz: 30562b50862db6c96a465f3a33ee04e8044700ce33e5b8b6df9e7d697b34bcddd9dd5ac4a4b8c8dee2cc30c5b9f7a8bc4e90a2719999a0ee1a7948b8d7f1572d
7
- data.tar.gz: c8213dea8cde2f70b26b21cfacd4dfe478ee077521c0c4c07212ceb117d9e7072170000cc4a48cba778e63d1c3863d2b10174ee93a64a75508f873d667ee8e98
6
+ metadata.gz: abb75dc06309b0b09ea590e0e4e1bf444d9c546695ab68706cb84694355ea655ce4405243d1eaf11617123243dd64406a26c3ae02a3a8419fef073bc2ac80717
7
+ data.tar.gz: 5ae23825dbd86459d5a2e117e46ff8e15bec266077be420ce69dd5efde75d4b0ab65e92fa91fbe9e9d4e71519bc59dc5fca0fa5117b8bc8f1280b4c11a80c420
data/.travis.yml CHANGED
@@ -1,6 +1,6 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 2.1
3
+ - 2.0
4
4
  - 2.5
5
5
 
6
6
  services:
@@ -14,7 +14,7 @@ script:
14
14
  jobs:
15
15
  include:
16
16
  - stage: gem release
17
- rvm: 2.5
17
+ rvm: 2.0
18
18
  script: echo "Deploying to rubygems.org ..."
19
19
  deploy:
20
20
  provider: rubygems
data/Gemfile CHANGED
@@ -6,8 +6,6 @@ gemspec
6
6
 
7
7
  group :test do
8
8
  gem 'awesome_print'
9
- gem 'faker'
10
- gem 'faker-russian'
11
9
  gem 'rspec'
12
10
  gem 'rspec-retry'
13
11
  gem 'rspec-set'
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- docker_toolkit (0.1.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.7.0)
28
- rspec-core (~> 3.7.0)
29
- rspec-expectations (~> 3.7.0)
30
- rspec-mocks (~> 3.7.0)
31
- rspec-core (3.7.1)
32
- rspec-support (~> 3.7.0)
33
- rspec-expectations (3.7.0)
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.7.0)
36
- rspec-mocks (3.7.0)
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.7.0)
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.7.1)
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)
@@ -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.1.0'
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'
@@ -1,5 +1,5 @@
1
1
  module DockerToolkit
2
2
 
3
- VERSION = '0.1.1'.freeze
3
+ VERSION = '0.1.2'.freeze
4
4
 
5
5
  end
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.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.1.0
110
+ version: 2.0.0
111
111
  required_rubygems_version: !ruby/object:Gem::Requirement
112
112
  requirements:
113
113
  - - ">="