giturl 1.3.3 → 1.3.4
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 +11 -0
- data/README.md +1 -1
- data/lib/giturl/version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e43435dd2f65994223cba6a0102f6115be87e134fda05f1a3f3f9a070615f67a
|
4
|
+
data.tar.gz: 41ec81451225da88086dec1ecdd0cd497ea0af313b6697df7ea6304fe1b00925
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 820f72055d3b78a15959da42539745736a8da5e0d7107ddab76f3841fa232e3bb8b4175fde24e98f91fae1200aa1656653a5f53fabfbcd210b39bfe6dd3e2505
|
7
|
+
data.tar.gz: cda6f2388376fd9e4d1174d236dfe10bc7671e38f44b537499a66793586bd71b24e73dfdb834c63b4ec312e25bc13f23ac7fd31f26f2e27248fadfd621477892
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,16 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [v1.3.4](https://github.com/shinyaohtani/giturl/tree/v1.3.4 (2024-02-24)
|
4
|
+
|
5
|
+
[Full Changelog](https://github.com/shinyaohtani/giturl/compare/v1.3.3...v1.3.4)
|
6
|
+
|
7
|
+
- No changes in behavior
|
8
|
+
- code refactoring only.
|
9
|
+
|
10
|
+
**Closed issues:**
|
11
|
+
|
12
|
+
- none
|
13
|
+
|
3
14
|
## [v1.3.3](https://github.com/shinyaohtani/giturl/tree/v1.3.3) (2024-02-24)
|
4
15
|
|
5
16
|
[Full Changelog](https://github.com/shinyaohtani/giturl/compare/v1.3.2...v1.3.3)
|
data/README.md
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
## What is giturl?
|
5
5
|
|
6
|
-
`giturl
|
6
|
+
`giturl`: A simple navigation tool for GitHub pages from local git-cloned directories Working deep in a git-cloned project and need to view its GitHub page? `giturl` simplifies this for you. A single command unveils your repository's URL. Want more? It also opens your browser and goes straight to the page -- no extra steps needed. `giturl` streamlines your workflow, merging simplicity with sophistication.
|
7
7
|
|
8
8
|
You can use `giturl` like:
|
9
9
|
|
data/lib/giturl/version.rb
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
3
|
module Giturl
|
4
|
-
VERSION = '1.3.
|
4
|
+
VERSION = '1.3.4'
|
5
5
|
DESCRIPTION = <<~DESC
|
6
|
-
giturl: A simple navigation tool for GitHub pages from local git-cloned directories
|
6
|
+
giturl: A simple navigation tool for GitHub pages from local git-cloned directories.
|
7
7
|
|
8
8
|
Working deep in a git-cloned project and need to view its GitHub page?
|
9
9
|
'giturl' simplifies this for you. A single command unveils your repository's URL.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: giturl
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Shinya Ohtani (shinyaohtani@github)
|
@@ -151,7 +151,7 @@ dependencies:
|
|
151
151
|
- !ruby/object:Gem::Version
|
152
152
|
version: 1.38.1
|
153
153
|
description: |
|
154
|
-
giturl: A simple navigation tool for GitHub pages from local git-cloned directories
|
154
|
+
giturl: A simple navigation tool for GitHub pages from local git-cloned directories.
|
155
155
|
|
156
156
|
Working deep in a git-cloned project and need to view its GitHub page?
|
157
157
|
'giturl' simplifies this for you. A single command unveils your repository's URL.
|
@@ -204,7 +204,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
204
204
|
- !ruby/object:Gem::Version
|
205
205
|
version: '0'
|
206
206
|
requirements: []
|
207
|
-
rubygems_version: 3.
|
207
|
+
rubygems_version: 3.5.6
|
208
208
|
signing_key:
|
209
209
|
specification_version: 4
|
210
210
|
summary: Show or open GitHub URL for your local directory
|