neptuno 1.0.1 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cebda03cb2cd34fdb85887980cb5d897e14f3e5873606d4878b80cbfe00d01e2
4
- data.tar.gz: 4d49ac95b51bb34d3013a65cc29058bf2f8a7e35d9ca98dbf86440fb340cf0c4
3
+ metadata.gz: 9fae466d455aa821936b90939ba0a855a643ed38a3f04ae348aad5084a222a69
4
+ data.tar.gz: edb31dfae133228fe6a8e0c67ffdd21e2f2cc6b101e90a3df69fbe35ed24b2be
5
5
  SHA512:
6
- metadata.gz: 57d560279e3e631a92583fdc8ebf767aa5fbad14187f58273548d4b50f2c5c568b4b94b27456d85958c563c16a781c99a0c25f9da6b18d65e9c51b4c12b3b4e5
7
- data.tar.gz: 8107bdee726c28341fc453ea44bbd84d4ab613c27b70b82bb969f9f65d74c795704db7b5c7b809f0956ae52d547d47efb2e5d9795e1aab4cf462136223f0a3d1
6
+ metadata.gz: 38e0e81a410f573bef3fc80185e3a43f32e927f13d58fb736bd24dc7174e9b4030b9b4f9bfef985555b1af868f81dc52b8f125468019751e887444314734cab2
7
+ data.tar.gz: e31f2426d4b53f8ea75812e3a87f714fc926ffa7f5b5d69199d5f2301498ddbab1ecfceebbd754083b492e50714eb9c2db9983edc4aad8aa6cf2910635ef780f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- neptuno (1.0.0)
4
+ neptuno (1.0.4)
5
5
  dotiw
6
6
  dry-cli
7
7
  hirb
@@ -33,14 +33,15 @@ GEM
33
33
  hirb (0.7.3)
34
34
  i18n (1.12.0)
35
35
  concurrent-ruby (~> 1.0)
36
- minitest (5.16.0)
36
+ json (2.6.2)
37
+ minitest (5.16.2)
37
38
  minitest-reporters (1.5.0)
38
39
  ansi
39
40
  builder
40
41
  minitest (>= 5.0)
41
42
  ruby-progressbar
42
43
  parallel (1.22.1)
43
- parser (3.1.2.0)
44
+ parser (3.1.2.1)
44
45
  ast (~> 2.4.1)
45
46
  pastel (0.8.0)
46
47
  tty-color (~> 0.5)
@@ -48,24 +49,25 @@ GEM
48
49
  rake (13.0.6)
49
50
  regexp_parser (2.5.0)
50
51
  rexml (3.2.5)
51
- rubocop (1.29.1)
52
+ rubocop (1.35.0)
53
+ json (~> 2.3)
52
54
  parallel (~> 1.10)
53
- parser (>= 3.1.0.0)
55
+ parser (>= 3.1.2.1)
54
56
  rainbow (>= 2.2.2, < 4.0)
55
57
  regexp_parser (>= 1.8, < 3.0)
56
58
  rexml (>= 3.2.5, < 4.0)
57
- rubocop-ast (>= 1.17.0, < 2.0)
59
+ rubocop-ast (>= 1.20.1, < 2.0)
58
60
  ruby-progressbar (~> 1.7)
59
61
  unicode-display_width (>= 1.4.0, < 3.0)
60
- rubocop-ast (1.18.0)
62
+ rubocop-ast (1.21.0)
61
63
  parser (>= 3.1.1.0)
62
- rubocop-performance (1.13.3)
64
+ rubocop-performance (1.14.3)
63
65
  rubocop (>= 1.7.0, < 2.0)
64
66
  rubocop-ast (>= 0.4.0)
65
67
  ruby-progressbar (1.11.0)
66
- standard (1.12.1)
67
- rubocop (= 1.29.1)
68
- rubocop-performance (= 1.13.3)
68
+ standard (1.16.0)
69
+ rubocop (= 1.35.0)
70
+ rubocop-performance (= 1.14.3)
69
71
  tty-color (0.6.0)
70
72
  tty-command (0.10.1)
71
73
  pastel (~> 0.8)
@@ -88,7 +90,7 @@ GEM
88
90
  tty-which (0.5.0)
89
91
  tzinfo (2.0.5)
90
92
  concurrent-ruby (~> 1.0)
91
- unicode-display_width (2.1.0)
93
+ unicode-display_width (2.2.0)
92
94
  wisper (2.0.1)
93
95
  zeitwerk (2.6.0)
94
96
 
data/README.md CHANGED
@@ -59,7 +59,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
59
59
 
60
60
  ## Contributing
61
61
 
62
- Bug reports and pull requests are welcome on GitHub at https://github.com/robertoplancarte/neptuno. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/[USERNAME]/neptuno/blob/master/CODE_OF_CONDUCT.md).
62
+ Bug reports and pull requests are welcome on GitHub at https://github.com/apptegy/neptuno. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/[USERNAME]/neptuno/blob/master/CODE_OF_CONDUCT.md).
63
63
 
64
64
  ## License
65
65
 
data/docs/splash.png CHANGED
Binary file
@@ -24,7 +24,8 @@ module Neptuno
24
24
  end.to_h
25
25
 
26
26
  begin
27
- docker_containers = system('docker compose ps', exception: true).lines[1..]
27
+ docker_containers = `docker compose ps`.lines[1..]
28
+ raise if $?.exitstatus != 0
28
29
  rescue RuntimeError
29
30
  exit
30
31
  end
@@ -88,7 +88,6 @@ module Neptuno
88
88
  begin
89
89
  system("cd #{neptuno_path}/procfiles/#{services.first} && overmind connect shell", exception: true)
90
90
  rescue RuntimeError
91
- puts 'sry'
92
91
  system("cd #{neptuno_path} && docker compose exec #{service} kill -9 -1")
93
92
  system("cd #{neptuno_path}/procfiles/#{service} && rm .overmind.sock > /dev/null 2>&1")
94
93
  system("cd #{neptuno_path}/procfiles/#{service} && overmind start -D -N > /dev/null 2>&1")
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Neptuno
4
- VERSION = '1.0.1'
4
+ VERSION = '1.0.5'
5
5
  end
data/neptuno.gemspec CHANGED
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.email = ['roberto.plancarte@gmail.com']
10
10
 
11
11
  spec.summary = 'Unified Development Environment CLI'
12
- spec.description = "A CLI for Roberto Plancarte's Neptuno architectural style"
13
- spec.homepage = 'https://github.com/robertoplancarte/neptuno.git'
12
+ spec.description = "A CLI for Neptuno distributed architectural style applications"
13
+ spec.homepage = 'https://github.com/apptegy/neptuno'
14
14
  spec.license = 'Apache-2.0'
15
15
  spec.required_ruby_version = '>= 2.6.1'
16
16
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: neptuno
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roberto Plancarte
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-08-16 00:00:00.000000000 Z
11
+ date: 2022-08-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dotiw
@@ -178,7 +178,7 @@ dependencies:
178
178
  - - ">="
179
179
  - !ruby/object:Gem::Version
180
180
  version: '0'
181
- description: A CLI for Roberto Plancarte's Neptuno architectural style
181
+ description: A CLI for Neptuno distributed architectural style applications
182
182
  email:
183
183
  - roberto.plancarte@gmail.com
184
184
  executables:
@@ -249,13 +249,13 @@ files:
249
249
  - lib/neptuno/tty/which.rb
250
250
  - lib/neptuno/version.rb
251
251
  - neptuno.gemspec
252
- homepage: https://github.com/robertoplancarte/neptuno.git
252
+ homepage: https://github.com/apptegy/neptuno
253
253
  licenses:
254
254
  - Apache-2.0
255
255
  metadata:
256
- homepage_uri: https://github.com/robertoplancarte/neptuno.git
257
- source_code_uri: https://github.com/robertoplancarte/neptuno.git
258
- changelog_uri: https://github.com/robertoplancarte/neptuno.git/releases
256
+ homepage_uri: https://github.com/apptegy/neptuno
257
+ source_code_uri: https://github.com/apptegy/neptuno
258
+ changelog_uri: https://github.com/apptegy/neptuno/releases
259
259
  post_install_message:
260
260
  rdoc_options: []
261
261
  require_paths: