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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/clip.gemspec +1 -1
  3. data/lib/clip/version.rb +1 -1
  4. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3d5340ba053836445208d41b43f01a64089e220eeb2a657e17cc0ff160f5669c
4
- data.tar.gz: 268a7efbaf151ed8de7d7eefcc6baff088fd7a2be191f78b20018f125d49d590
3
+ metadata.gz: 11f8432ac3cdf60f476483e616d8a28a119ecf40257887fa274bcf8cfff27f4d
4
+ data.tar.gz: feb58bc345fa37aa5b1913f8199ce47034c27b4ddcd3e8c151bbf256aaac27eb
5
5
  SHA512:
6
- metadata.gz: c05ac3e5a4ba50ba4a3d610ec695fad7ef9811deaeacdd9b97bc614a9a9e87f32e373cfb4b864a6ee60d8460169bd70cdb398548c208c1dac8fe82dd606a98cd
7
- data.tar.gz: cb647b96704b3943a51c232d1bd7fffada219fa2d3cc935d058820781d2aa8d06407c2de4e94ef21a6375a9e9e6594797e384f16d96e95120d84f064e5ede3e2
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Clip
4
- VERSION = "1.0.0"
4
+ VERSION = "1.0.1"
5
5
  end
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.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: []