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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/neptuno/version.rb +1 -1
- data/neptuno.gemspec +2 -2
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fc5c137a5e60f1053dd23e6b9929aa4f8b1ee3065cab26216e569199181ed508
|
|
4
|
+
data.tar.gz: 22e29304ab72a4b63151c22a66f4e7f15ea2e476a2fa72a7255731e7a637a763
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d32cbe96d1f119cebcec05bc84757a72e5d3fa8473c58ff15522df6e14b1fab1bf8394dbb25de072f18fcd9e193b77c96c4807bae4ea1effacdab4a2e015de58
|
|
7
|
+
data.tar.gz: f75d7bb97ee9fe7d3fffbcc281459d0cdb17e0b8045b9346518038d1d22c54a250847eb0afeae528aa440742a4d009f487d76f2159555f0fd2411327b1007a16
|
data/Gemfile.lock
CHANGED
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,7 +1,7 @@
|
|
|
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.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
|
|
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:
|