dip 3.8.1 → 3.8.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/dip/version.rb +1 -1
  4. metadata +3 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1e0d94954593095d103a96eadc37100d9c887b30235a15c962d8d1dc00c9ba39
4
- data.tar.gz: 0d62acee1691f761561fe662d2d81af1f44351a0f597b6cf4374e048b584b804
3
+ metadata.gz: '029585e8c8f0301ca6dbe33357b00c90d1671c58a38615b52715c68c165e8149'
4
+ data.tar.gz: 2b9ad0e0da997cdc7983f8bcc2cbaba698cd84f60fbf3c93905927efa51010f0
5
5
  SHA512:
6
- metadata.gz: cc73232ebf56473c05429f054317f458dc94c900ef06312e548864753341ad945d913e2c233423570957be2fcb661af38e4f37e4b4414ea3b92a892babb7e82a
7
- data.tar.gz: 39aa73c542e3b3dd427873242836b0923a04b68e2e8f31b384de33bf72c62154e91f2999d80786097a1e60597f4193ffa023e1203e389cf4daa96e50db870092
6
+ metadata.gz: 61bed9107e0a9c538d12494701fd90ee5525f55b091fc939d9f39a45a942b4d8da2905bcd1e7ae02b97135cc3333f51d1c756dda40fba42dfef2eab5df311471
7
+ data.tar.gz: 7774263ad4e9dccb824936cee6e637f4c6ff23036bd103f9909e0e0433ce79d88f6ced357b59868b812532ad08bd6a34f7918e9207d3f1ea094acc478c029cc6
data/README.md CHANGED
@@ -64,7 +64,7 @@ It can be found at [releases page](https://github.com/bibendi/dip/releases)
64
64
  or type bellow into your terminal:
65
65
 
66
66
  ```sh
67
- curl -L https://github.com/bibendi/dip/releases/download/3.8.0/dip-`uname -s`-`uname -m` > /usr/local/bin/dip
67
+ curl -L https://github.com/bibendi/dip/releases/download/3.8.2/dip-`uname -s`-`uname -m` > /usr/local/bin/dip
68
68
  chmod +x /usr/local/bin/dip
69
69
  ```
70
70
 
data/lib/dip/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Dip
4
- VERSION = "3.8.1"
4
+ VERSION = "3.8.2"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dip
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.8.1
4
+ version: 3.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - bibendi
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-07-03 00:00:00.000000000 Z
11
+ date: 2019-07-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -173,8 +173,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
173
173
  - !ruby/object:Gem::Version
174
174
  version: '0'
175
175
  requirements: []
176
- rubyforge_project:
177
- rubygems_version: 2.7.6
176
+ rubygems_version: 3.0.4
178
177
  signing_key:
179
178
  specification_version: 4
180
179
  summary: Ruby gem CLI tool for better interacting docker-compose files.