neptuno 1.0.2 → 1.0.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
  SHA256:
3
- metadata.gz: 1f47038692062d632d97b5fc9a11d2c4388ebbb83b468bec2884f6fa938af82f
4
- data.tar.gz: a581753203128ebaf2338ac3ae66cb5c192c8ea7374354bf6f47578dde8e4d87
3
+ metadata.gz: fc5c137a5e60f1053dd23e6b9929aa4f8b1ee3065cab26216e569199181ed508
4
+ data.tar.gz: 22e29304ab72a4b63151c22a66f4e7f15ea2e476a2fa72a7255731e7a637a763
5
5
  SHA512:
6
- metadata.gz: d365240497c914809fca5e8694690b88904618db149066c378270dc870e237bc9bb80e9fba795d15edd19c556464fdfd26e2404bb214bce10b1924b7c1c5807e
7
- data.tar.gz: 2fb02dd2ab8300a6e05dc05e65534ca71992834495015e0a3f43e2febe3261e7bf8ca9f2063ef9106188ae8b3186a7b554ee556584112b1156c8e7e1bee392fa
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.2)
4
+ neptuno (1.0.3)
5
5
  dotiw
6
6
  dry-cli
7
7
  hirb
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Neptuno
4
- VERSION = '1.0.2'
4
+ VERSION = '1.0.3'
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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: neptuno
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
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
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: