qrgo 0.1.0 → 0.1.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/lib/qrcode/version.rb +1 -1
- data/qrcode.gemspec +4 -3
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2018725e38aef0e14c65578da89f45c022f9e779ac65b7ad1384c2f739746646
|
4
|
+
data.tar.gz: 79f46351193f69978141ae054739716430977b8e9f992f96370dc144f0926865
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dcc2ed6deeb17c9313119da2f07acbc1df21a17a8305feadd57700a0f0710905ddbaaac4e3851dcc4e4ba3b17f4fbe93b8a6c9f4052c4dc496dd700d85cc411e
|
7
|
+
data.tar.gz: f81185fe8671c46ddb1b2ebfd642da8c414eb9429db7b8dd445458c4d981ec84cc077e1b7c7b1a0a8d79e5e0449f48270c66554a2d101145880aca3d74b59c0b
|
data/lib/qrcode/version.rb
CHANGED
data/qrcode.gemspec
CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
|
|
8
8
|
spec.authors = ["Dante Bradshaw"]
|
9
9
|
spec.email = ["plansuperior@gmail.com"]
|
10
10
|
|
11
|
-
spec.summary = "Generate a QR Code using the
|
12
|
-
|
11
|
+
spec.summary = "Generate a QR Code using the GOQR api at https://goqr.me/"
|
12
|
+
spec.description = "This is a wrapper for the goqr.me api, it features methods for reading QR Codes as well as creating them."
|
13
13
|
spec.homepage = "https://www.dantebradshaw.com"
|
14
14
|
spec.license = "MIT"
|
15
15
|
spec.required_ruby_version = ">= 2.6.0"
|
@@ -17,7 +17,8 @@ Gem::Specification.new do |spec|
|
|
17
17
|
# spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'"
|
18
18
|
|
19
19
|
spec.metadata["homepage_uri"] = spec.homepage
|
20
|
-
|
20
|
+
|
21
|
+
spec.metadata["source_code_uri"] = "https://github.com/DanteB918/QRGo-Wrapper"
|
21
22
|
# spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
|
22
23
|
|
23
24
|
# Specify which files should be added to the gem when it is released.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: qrgo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dante Bradshaw
|
@@ -10,7 +10,8 @@ bindir: exe
|
|
10
10
|
cert_chain: []
|
11
11
|
date: 2024-02-07 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
|
-
description:
|
13
|
+
description: This is a wrapper for the goqr.me api, it features methods for reading
|
14
|
+
QR Codes as well as creating them.
|
14
15
|
email:
|
15
16
|
- plansuperior@gmail.com
|
16
17
|
executables: []
|
@@ -31,6 +32,7 @@ licenses:
|
|
31
32
|
- MIT
|
32
33
|
metadata:
|
33
34
|
homepage_uri: https://www.dantebradshaw.com
|
35
|
+
source_code_uri: https://github.com/DanteB918/QRGo-Wrapper
|
34
36
|
post_install_message:
|
35
37
|
rdoc_options: []
|
36
38
|
require_paths:
|
@@ -49,5 +51,5 @@ requirements: []
|
|
49
51
|
rubygems_version: 3.3.5
|
50
52
|
signing_key:
|
51
53
|
specification_version: 4
|
52
|
-
summary: Generate a QR Code using the
|
54
|
+
summary: Generate a QR Code using the GOQR api at https://goqr.me/
|
53
55
|
test_files: []
|