picobox 0.2.2 → 0.2.3

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: 29136ef31ec1beae33859bce9b509f3a5e58f755
4
- data.tar.gz: f82e4ca951b28947d3d4fa6476e8e9fa1d3171b7
3
+ metadata.gz: f9c5a13b802b9addb0ac60b8cc6adfdae29750bb
4
+ data.tar.gz: 26e92ea3b4ffef5c837b08793d94e1375e3a43df
5
5
  SHA512:
6
- metadata.gz: 9169db34c221ede9ca6be6427cd9d17e7b791da51377d973ee15ccec51fbf914f067ba4b7706a65dd5eb3dd9580ba299bc41ec30c556ac2e6ea26d707e3ed6ab
7
- data.tar.gz: aa5d3194f570ff2a0ef3851f9d44ffd4726537a27665aba123c7163e491f9de6bb4eee4f2d2a9c06e4c3070dd26dd014e8db3f4a92c283922ae87e02068bbb46
6
+ metadata.gz: 3a9e4841cc62d07c5eae88bebd6c6faa913fee618b67c5f18dad7e78ab49ec5003064385d681c2bc1751585bb62371da2ef941c3a197a198af48fd24a6f1e26a
7
+ data.tar.gz: 69264952958282807fb0695cee2d876156a6e4dc19f3b7f13b050e49c0c80c4ff0454af7bcc033e5ed9ef7defecf23a7e83a20e0f08b2f1f9782416ce54d6c58
@@ -27,7 +27,7 @@ module Picobox
27
27
  unless os.docker_installed?
28
28
  publish_event :install_docker_start
29
29
 
30
- stream = open('get.docker.com')
30
+ stream = open('https://get.docker.com')
31
31
 
32
32
  IO.copy_stream( stream, 'get-docker.sh' )
33
33
 
@@ -1,6 +1,6 @@
1
1
  module Picobox
2
2
  # names for files / directories
3
- VERSION = '0.2.2'
3
+ VERSION = '0.2.3'
4
4
  HOMEPAGE = 'https://github.com/surzycki/picobox'
5
5
  CONFIG_DIR = '.picobox'
6
6
  PROJECT_INI = 'project.ini'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: picobox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stefan Surzycki
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-09-18 00:00:00.000000000 Z
11
+ date: 2017-09-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: byebug