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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bfa8ad4c5b03a4daa7f287f9854a60958c6cf141247e5ad83b560cff36a2c978
4
- data.tar.gz: 026ca51e91f61d6049657e149b81369bcd321436d6aa83d69ab55536ffe55858
3
+ metadata.gz: 2018725e38aef0e14c65578da89f45c022f9e779ac65b7ad1384c2f739746646
4
+ data.tar.gz: 79f46351193f69978141ae054739716430977b8e9f992f96370dc144f0926865
5
5
  SHA512:
6
- metadata.gz: 4773c0b14a9ea3376b1155358a16d7ca167e20e647eeea8386b0d85211c335fe8d9b6eca93b586fd2454c2fe1814c127f935170624c18d50935f2758e62f05d3
7
- data.tar.gz: 8fc8e920d471eaaf30d38f95ffb955ecb23d08ee822b0fe1cd82d27ba5b96b82c0fa5332847696c1064a783cf27d09374374c0327f58c7abdd241f2082449f5c
6
+ metadata.gz: dcc2ed6deeb17c9313119da2f07acbc1df21a17a8305feadd57700a0f0710905ddbaaac4e3851dcc4e4ba3b17f4fbe93b8a6c9f4052c4dc496dd700d85cc411e
7
+ data.tar.gz: f81185fe8671c46ddb1b2ebfd642da8c414eb9429db7b8dd445458c4d981ec84cc077e1b7c7b1a0a8d79e5e0449f48270c66554a2d101145880aca3d74b59c0b
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module QRCode
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
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 goqr api at https://goqr.me/"
12
- # spec.description = "TODO: Write a longer description or delete this line."
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
- # spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here."
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.0
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 goqr api at https://goqr.me/
54
+ summary: Generate a QR Code using the GOQR api at https://goqr.me/
53
55
  test_files: []