clip.rb 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 +4 -4
- data/clip.gemspec +1 -1
- data/lib/clip/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 11f8432ac3cdf60f476483e616d8a28a119ecf40257887fa274bcf8cfff27f4d
|
|
4
|
+
data.tar.gz: feb58bc345fa37aa5b1913f8199ce47034c27b4ddcd3e8c151bbf256aaac27eb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cd614aee7ee4b5e23735e32bb83f01a473e8b34d3e414b36c78565abfdf0c5f1ce00f21b9d13fb90142d12a2fa5aafed2aabe6af7957649e880af8208b5fed57
|
|
7
|
+
data.tar.gz: 55b6ffd07833be9f8a25f43a123fc40d3dab9b9909f7df3f581ca94cc37f67a3bb6d3f161267f2871ac815587e324d07239e8c1bbcc02a8e5295c0c3b9622106
|
data/clip.gemspec
CHANGED
|
@@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
|
|
|
15
15
|
for line limits, markdown wrapping, appending, and echoing output.
|
|
16
16
|
DESC
|
|
17
17
|
|
|
18
|
-
spec.homepage = "https://github.com/n-at-han-k/clip"
|
|
18
|
+
spec.homepage = "https://github.com/n-at-han-k/clip.rb"
|
|
19
19
|
spec.license = "MIT"
|
|
20
20
|
spec.required_ruby_version = ">= 3.2.0"
|
|
21
21
|
|
data/lib/clip/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: clip.rb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nathan Kidd
|
|
@@ -89,13 +89,13 @@ files:
|
|
|
89
89
|
- lib/clip.rb
|
|
90
90
|
- lib/clip/cli.rb
|
|
91
91
|
- lib/clip/version.rb
|
|
92
|
-
homepage: https://github.com/n-at-han-k/clip
|
|
92
|
+
homepage: https://github.com/n-at-han-k/clip.rb
|
|
93
93
|
licenses:
|
|
94
94
|
- MIT
|
|
95
95
|
metadata:
|
|
96
|
-
homepage_uri: https://github.com/n-at-han-k/clip
|
|
97
|
-
source_code_uri: https://github.com/n-at-han-k/clip
|
|
98
|
-
documentation_uri: https://github.com/n-at-han-k/clip
|
|
96
|
+
homepage_uri: https://github.com/n-at-han-k/clip.rb
|
|
97
|
+
source_code_uri: https://github.com/n-at-han-k/clip.rb
|
|
98
|
+
documentation_uri: https://github.com/n-at-han-k/clip.rb
|
|
99
99
|
rubygems_mfa_required: 'true'
|
|
100
100
|
post_install_message:
|
|
101
101
|
rdoc_options: []
|