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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cc5a445a8db2ffa88af586dd605805da38acd996f696ea7a2f47bc0f561f455f
4
- data.tar.gz: 688fbef2c8ed4b6c3bce0a562b2f238085832861aa97e04aaf36c6230f27f182
3
+ metadata.gz: e43435dd2f65994223cba6a0102f6115be87e134fda05f1a3f3f9a070615f67a
4
+ data.tar.gz: 41ec81451225da88086dec1ecdd0cd497ea0af313b6697df7ea6304fe1b00925
5
5
  SHA512:
6
- metadata.gz: 6edc334f3c7a80a1f7a4e1cc73d5f4948eee3584c864c54ba6574fe1043cc6e25e25188000a20e8ef4207a845a41d4d18e2d31753289545fdd25768af1a51203
7
- data.tar.gz: 844eeb6451c35bf338bda626b90cb7ba19a4b42191af7eb76581627cec351896aec201058c9b1796a09d371a47d09a10f1214a602d0cff7ca254230c4f6c02c6
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` is a helper for accessing GitHub web pages. Have you ever wanted to access a GitHub web page while working on a git-cloned local directory? You can use `giturl` to display the URL corresponding to the git-managed directory given as an argument. And furthermore, if you want to access the URL immediately with your browser, `giturl` opens your browser and automatically accesses the URL without your any operation on the browser. `giturl` is a simple command. you can easily use from now on.
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
 
@@ -1,9 +1,9 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Giturl
4
- VERSION = '1.3.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.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.4.10
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