neptuno 1.0.1 → 1.0.5
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 +4 -4
- data/Gemfile.lock +14 -12
- data/README.md +1 -1
- data/docs/splash.png +0 -0
- data/lib/neptuno/cli/list.rb +2 -1
- data/lib/neptuno/overmind/connect.rb +0 -1
- data/lib/neptuno/version.rb +1 -1
- data/neptuno.gemspec +2 -2
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9fae466d455aa821936b90939ba0a855a643ed38a3f04ae348aad5084a222a69
|
|
4
|
+
data.tar.gz: edb31dfae133228fe6a8e0c67ffdd21e2f2cc6b101e90a3df69fbe35ed24b2be
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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
|
-
|
|
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.
|
|
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.
|
|
52
|
+
rubocop (1.35.0)
|
|
53
|
+
json (~> 2.3)
|
|
52
54
|
parallel (~> 1.10)
|
|
53
|
-
parser (>= 3.1.
|
|
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.
|
|
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.
|
|
62
|
+
rubocop-ast (1.21.0)
|
|
61
63
|
parser (>= 3.1.1.0)
|
|
62
|
-
rubocop-performance (1.
|
|
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.
|
|
67
|
-
rubocop (= 1.
|
|
68
|
-
rubocop-performance (= 1.
|
|
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.
|
|
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/
|
|
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
|
data/lib/neptuno/cli/list.rb
CHANGED
|
@@ -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")
|
data/lib/neptuno/version.rb
CHANGED
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
|
|
13
|
-
spec.homepage = 'https://github.com/
|
|
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.
|
|
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-
|
|
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
|
|
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/
|
|
252
|
+
homepage: https://github.com/apptegy/neptuno
|
|
253
253
|
licenses:
|
|
254
254
|
- Apache-2.0
|
|
255
255
|
metadata:
|
|
256
|
-
homepage_uri: https://github.com/
|
|
257
|
-
source_code_uri: https://github.com/
|
|
258
|
-
changelog_uri: https://github.com/
|
|
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:
|