neptuno 1.0.0 → 1.0.3

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: 9f8b34816894d9a5e4f50fc3847ce64da8f969fb3b220e96eb0a7e87691b6904
4
- data.tar.gz: 3e5c496c79bb82813ba3b27150bbfab277befbd0c03a4ea3eba46be1790e66b1
3
+ metadata.gz: fc5c137a5e60f1053dd23e6b9929aa4f8b1ee3065cab26216e569199181ed508
4
+ data.tar.gz: 22e29304ab72a4b63151c22a66f4e7f15ea2e476a2fa72a7255731e7a637a763
5
5
  SHA512:
6
- metadata.gz: 32e1a81aba38f7aae2ebdbb68728979ff30a429b4ffbf3ce47197bb913ff4393b40e1d1eac4f58e38b587cdf3d39854c23b074e0401fb69dd66f837f39612bb7
7
- data.tar.gz: 2b651f4713347275b0c50aa860c15deb1b296d8bd984f43ebb53febb6d58df79fcb00b3f6554bb6478b1d20b0751cfaa36a9f74052afd09d992ffbb2529d4df2
6
+ metadata.gz: d32cbe96d1f119cebcec05bc84757a72e5d3fa8473c58ff15522df6e14b1fab1bf8394dbb25de072f18fcd9e193b77c96c4807bae4ea1effacdab4a2e015de58
7
+ data.tar.gz: f75d7bb97ee9fe7d3fffbcc281459d0cdb17e0b8045b9346518038d1d22c54a250847eb0afeae528aa440742a4d009f487d76f2159555f0fd2411327b1007a16
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.3)
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
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Neptuno
4
- VERSION = '1.0.0'
4
+ VERSION = '1.0.3'
5
5
  end
data/neptuno.gemspec CHANGED
@@ -9,9 +9,9 @@ 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'
14
- spec.license = 'Apache 2.0'
12
+ spec.description = "A CLI for Neptuno distributed architectural style applications"
13
+ spec.homepage = 'https://github.com/apptegy/neptuno'
14
+ spec.license = 'Apache-2.0'
15
15
  spec.required_ruby_version = '>= 2.6.1'
16
16
 
17
17
  # spec.metadata['allowed_push_host'] = "TODO: Set to 'https://mygemserver.com'"
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.0
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roberto Plancarte
@@ -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
- - Apache 2.0
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: