neptuno 1.0.0 → 1.0.1

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: 9f8b34816894d9a5e4f50fc3847ce64da8f969fb3b220e96eb0a7e87691b6904
4
- data.tar.gz: 3e5c496c79bb82813ba3b27150bbfab277befbd0c03a4ea3eba46be1790e66b1
3
+ metadata.gz: cebda03cb2cd34fdb85887980cb5d897e14f3e5873606d4878b80cbfe00d01e2
4
+ data.tar.gz: 4d49ac95b51bb34d3013a65cc29058bf2f8a7e35d9ca98dbf86440fb340cf0c4
5
5
  SHA512:
6
- metadata.gz: 32e1a81aba38f7aae2ebdbb68728979ff30a429b4ffbf3ce47197bb913ff4393b40e1d1eac4f58e38b587cdf3d39854c23b074e0401fb69dd66f837f39612bb7
7
- data.tar.gz: 2b651f4713347275b0c50aa860c15deb1b296d8bd984f43ebb53febb6d58df79fcb00b3f6554bb6478b1d20b0751cfaa36a9f74052afd09d992ffbb2529d4df2
6
+ metadata.gz: 57d560279e3e631a92583fdc8ebf767aa5fbad14187f58273548d4b50f2c5c568b4b94b27456d85958c563c16a781c99a0c25f9da6b18d65e9c51b4c12b3b4e5
7
+ data.tar.gz: 8107bdee726c28341fc453ea44bbd84d4ab613c27b70b82bb969f9f65d74c795704db7b5c7b809f0956ae52d547d47efb2e5d9795e1aab4cf462136223f0a3d1
@@ -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.1'
5
5
  end
data/neptuno.gemspec CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
  spec.summary = 'Unified Development Environment CLI'
12
12
  spec.description = "A CLI for Roberto Plancarte's Neptuno architectural style"
13
13
  spec.homepage = 'https://github.com/robertoplancarte/neptuno.git'
14
- spec.license = 'Apache 2.0'
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.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roberto Plancarte
@@ -251,7 +251,7 @@ files:
251
251
  - neptuno.gemspec
252
252
  homepage: https://github.com/robertoplancarte/neptuno.git
253
253
  licenses:
254
- - Apache 2.0
254
+ - Apache-2.0
255
255
  metadata:
256
256
  homepage_uri: https://github.com/robertoplancarte/neptuno.git
257
257
  source_code_uri: https://github.com/robertoplancarte/neptuno.git