neptuno 1.0.8 → 1.0.9

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: fdd35003a1d21e386935b986fdfb6ad8c80e046b
4
- data.tar.gz: 55858aa807a99d00f00659ffbb62e34053f4250e
3
+ metadata.gz: e27114c9279512a968219b7cece6e07e6eaddecc
4
+ data.tar.gz: ad1f617d358625fe0f49a23a89083c99f86ddafe
5
5
  SHA512:
6
- metadata.gz: eef5f6e972d2f45eaf2bd829eddf7527ff338e7408d1fad72626552f1d31db2cd9c9f33d3b72c558c82c3734be8c4b55c6b9282ba17057727b577d74a6b4134f
7
- data.tar.gz: 4cc4927e14a4fa716090518106191fc37fbab4d45fb06d125f53096eda5f3c137cbb3f4740d7ad7f26c50706f1d184295b0d6de3b514e314432e32363bbe3ff1
6
+ metadata.gz: 5a95ddc6adb9c20edcf486c8ba0e5c2dcf671342b8de08e61f71a3888f1d6458c6756be4d9292cf3d1ede60ad00af7f5771af5f5d87f13b3ac671a53bad3ae6b
7
+ data.tar.gz: 7f097ccbc3aa45aaecee4c453313613c7f930ddff0e2bf1ad9b9b85eee4cb4b77419f2a7581ebd07c71842e050e186664ef6ed8e74398b964dd5b65433d0c6ad
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- neptuno (1.0.8)
4
+ neptuno (1.0.9)
5
5
  dotiw
6
6
  dry-cli
7
7
  hirb
@@ -11,7 +11,7 @@ module Neptuno
11
11
  args_path = options[:args].second
12
12
  path = args_path || git_url.split('/').last.split('.').first
13
13
  `git clone --recurse-submodules #{git_url} #{path}`
14
- `cd #{path}`
14
+ sleep(1)
15
15
  `cd #{path} && neptuno services update -am`
16
16
  puts "Building Docker images"
17
17
  `cd #{path} && neptuno build -a`
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Neptuno
4
- VERSION = '1.0.8'
4
+ VERSION = '1.0.9'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: neptuno
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.8
4
+ version: 1.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roberto Plancarte