owo 1.2.1 → 1.2.2
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/lib/owo.rb +1 -1
- data/lib/owo/ver.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1fe203eb93b393250b771e3943189ec1c2591ac2
|
|
4
|
+
data.tar.gz: 12f07ca21399f391a2096b2f00efbadfcfdf796d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8bef383c38dec27b3ca9c404846aef436fc2a7524a080a3fbc8c62a81ccf99e392558ea7f4b8b9d398662463fcfd468a1039105c1102532aa294a6a30a91b55c
|
|
7
|
+
data.tar.gz: dc42359d52c0e5b54a5d0918759b3edf8171c9b4520c4340268aca6fd49a57ad03a29b0baf0936c11e2be6b1f69abfb550a69cf3944a867199de3cb502a275ed
|
data/lib/owo.rb
CHANGED
|
@@ -57,7 +57,7 @@ module OwO
|
|
|
57
57
|
end
|
|
58
58
|
|
|
59
59
|
# Shortens a link with OwO.
|
|
60
|
-
# @param urls [String, Array<String>] URLs to
|
|
60
|
+
# @param urls [String, Array<String>] URLs to shorten
|
|
61
61
|
# @return [String, Array<String>] Returns the URLs of the shortened URLs
|
|
62
62
|
def shorten(urls)
|
|
63
63
|
raise OwO::Err::NoContent, 'Theres no URL provided!' if urls.empty?
|
data/lib/owo/ver.rb
CHANGED