navio 0.1.0 → 0.1.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 +4 -4
- data/CHANGELOG.md +18 -2
- data/lib/navio/cli.rb +0 -1
- data/lib/navio/version.rb +1 -1
- metadata +5 -19
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a76541cf7c96bd8c4e99ca59d5ef79c9aeb886481c1ce6f218e21e098cd44466
|
4
|
+
data.tar.gz: abb792047a5a956661adba4cfe6c8fa36f72219bc5c351174b3355364db324fc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d2d5c5544a48d993446c29f23ff15141db836e0f74f0c24f08767d9a139ca8ceddd1328536118dc17ef4a1d0623d4ae868195deddc989591a0b1d7a6c66b32ea
|
7
|
+
data.tar.gz: f51c55718ad3af0021f33a8191f00469d9df47916f4833268858ca814366afc0f339f07c130b76aca86d5ee605db6c3d53604e95ad2193c5e051a69912d2e365
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
|
+
# Changelog
|
2
|
+
|
3
|
+
All notable changes to this project will be documented in this file.
|
4
|
+
|
5
|
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
6
|
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
7
|
+
|
1
8
|
## [Unreleased]
|
2
9
|
|
3
|
-
|
10
|
+
### Added
|
11
|
+
- Initial release of the `navio` gem with basic CLI functionality.
|
12
|
+
|
13
|
+
### Changed
|
14
|
+
- N/A
|
15
|
+
|
16
|
+
### Fixed
|
17
|
+
- N/A
|
4
18
|
|
5
|
-
-
|
19
|
+
## [0.1.0] - 2023-10-01
|
20
|
+
### Added
|
21
|
+
- Initial release of the `navio` gem.
|
data/lib/navio/cli.rb
CHANGED
data/lib/navio/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: navio
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Juan Pablo Gil
|
@@ -23,20 +23,6 @@ dependencies:
|
|
23
23
|
- - "~>"
|
24
24
|
- !ruby/object:Gem::Version
|
25
25
|
version: 3.1.1
|
26
|
-
- !ruby/object:Gem::Dependency
|
27
|
-
name: byebug
|
28
|
-
requirement: !ruby/object:Gem::Requirement
|
29
|
-
requirements:
|
30
|
-
- - "~>"
|
31
|
-
- !ruby/object:Gem::Version
|
32
|
-
version: '11.1'
|
33
|
-
type: :development
|
34
|
-
prerelease: false
|
35
|
-
version_requirements: !ruby/object:Gem::Requirement
|
36
|
-
requirements:
|
37
|
-
- - "~>"
|
38
|
-
- !ruby/object:Gem::Version
|
39
|
-
version: '11.1'
|
40
26
|
description: Project Navigator provides a convenient way to define and access important
|
41
27
|
project-related URLs like design files, repositories, documentation, and more from
|
42
28
|
your terminal.
|
@@ -62,14 +48,14 @@ files:
|
|
62
48
|
- lib/navio/version.rb
|
63
49
|
- main.rb
|
64
50
|
- sig/navio.rbs
|
65
|
-
homepage: https://github.com/
|
51
|
+
homepage: https://github.com/JuanPabloGil/navio-gem/
|
66
52
|
licenses:
|
67
53
|
- MIT
|
68
54
|
metadata:
|
69
55
|
allowed_push_host: https://rubygems.org
|
70
|
-
homepage_uri: https://github.com/
|
71
|
-
source_code_uri: https://github.com/
|
72
|
-
changelog_uri: https://github.com/juanpablogil/
|
56
|
+
homepage_uri: https://github.com/JuanPabloGil/navio-gem/
|
57
|
+
source_code_uri: https://github.com/JuanPabloGil/navio-gem/
|
58
|
+
changelog_uri: https://github.com/juanpablogil/navio-gem/CHANGELOG.md
|
73
59
|
rdoc_options: []
|
74
60
|
require_paths:
|
75
61
|
- lib
|