gli 2.21.4 → 2.21.5
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/gli.gemspec +1 -1
- data/lib/gli/version.rb +1 -1
- 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: 4090c5ae7772cf0833abb4eda596a2eb558577de6493a1389e90e68327f41093
|
4
|
+
data.tar.gz: 8f18bf74f7ac11bf544ac28be9c326355199a138364b7189a10537c7eb2903f4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '02638fe45837c6e17d83d8e1afaf3a90e94da181419b1dfc6f53db9487a90566ff281a2e9adc4155bd4baa379f5f43f379a716e788330e12f828ad2d9a233f99'
|
7
|
+
data.tar.gz: fbd6c9281eaf31a203cf5f6331ce21f4241eeb6b7e8cfafc5c3c4d63e81455a60246d76aa411ec4c3ffee3137c48921c569b819f6e0b7cc0e95225c5cdf18a1f
|
data/gli.gemspec
CHANGED
@@ -15,7 +15,7 @@ spec = Gem::Specification.new do |s|
|
|
15
15
|
s.metadata = {
|
16
16
|
'bug_tracker_uri' => 'https://github.com/davetron5000/gli/issues',
|
17
17
|
'changelog_uri' => 'https://github.com/davetron5000/gli/releases',
|
18
|
-
'documentation_uri' => '
|
18
|
+
'documentation_uri' => 'https://davetron5000.github.io/gli/rdoc/index.html',
|
19
19
|
'homepage_uri' => 'https://davetron5000.github.com/gli/',
|
20
20
|
'source_code_uri' => 'https://github.com/davetron5000/gli/',
|
21
21
|
'wiki_url' => 'https://github.com/davetron5000/gli/wiki',
|
data/lib/gli/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gli
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.21.
|
4
|
+
version: 2.21.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Copeland
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-07-
|
11
|
+
date: 2024-07-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|
@@ -215,7 +215,7 @@ licenses:
|
|
215
215
|
metadata:
|
216
216
|
bug_tracker_uri: https://github.com/davetron5000/gli/issues
|
217
217
|
changelog_uri: https://github.com/davetron5000/gli/releases
|
218
|
-
documentation_uri:
|
218
|
+
documentation_uri: https://davetron5000.github.io/gli/rdoc/index.html
|
219
219
|
homepage_uri: https://davetron5000.github.com/gli/
|
220
220
|
source_code_uri: https://github.com/davetron5000/gli/
|
221
221
|
wiki_url: https://github.com/davetron5000/gli/wiki
|