rodauth 2.26.0 → 2.26.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: 4a071d4186e38bc942b2eeff4eb684dc5600f9b56e182b77bbdb1db1ecb0b26e
4
- data.tar.gz: 828ee9405e19f0f368101ce7fa00c5db997dfe32137a5da36f842ac1ac350d03
3
+ metadata.gz: f30e5f8dc756435bee2a6956764516d6697434f507e3226562659807a02b2f0a
4
+ data.tar.gz: 71738c31b50b8f82f351eabf0743eb3439cf7519782a10483d16a32a3d0b709b
5
5
  SHA512:
6
- metadata.gz: 8813675142dc50ec6f2383a76e5f10a9fdc8071ff3be1f328cd44d51e910f2908546b3ad7db1b93f0f54e24318ab1b29c18fc8db5b978357212b93a11624cab6
7
- data.tar.gz: b502557f7fffd20431601ecf85dde35451823eac85e8bd70334f6fc619cf03ea725439dffc8e362fc28a530a12520e74b1b681f4640477a0a95304396cc04422
6
+ metadata.gz: 7b28515139d2894a9a6164e6ef6f95aebe33b8be4b54548bb4d5c616dd380c7eeb7ff9470c1ac8dc044bbcafb373b596324286f48c860375ed3e1b85aebb6b84
7
+ data.tar.gz: 20445419c0e2af068dc3141976cda754e71bfcd96204c1f97215e81764afe4376a58f03cbd6d53c524364e3b56e4ae20ff34904b876a4dcc7beb89254e698b80
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ === 2.26.1 (2022-11-08)
2
+
3
+ * Fix regression in QR code generation in otp feature causing all black QR code (janko) (#279)
4
+
1
5
  === 2.26.0 (2022-10-21)
2
6
 
3
7
  * Raise a more informative error when using a feature requiring hmac_secret but not setting hmac_secret (janko) (#271)
@@ -308,7 +308,7 @@ module Rodauth
308
308
  end
309
309
 
310
310
  def otp_qr_code
311
- svg = RQRCode::QRCode.new(otp_provisioning_uri).as_svg(:module_size=>8, :viewbox=>true, :use_path=>true, :fill=>"#fff")
311
+ svg = RQRCode::QRCode.new(otp_provisioning_uri).as_svg(:module_size=>8, :viewbox=>true, :use_path=>true, :fill=>"fff")
312
312
  svg.sub(/\A<\?xml version="1\.0" standalone="yes"\?>/, '')
313
313
  end
314
314
 
@@ -10,7 +10,7 @@ module Rodauth
10
10
 
11
11
  # The patch version of Rodauth, updated only for bug fixes from the last
12
12
  # feature release.
13
- TINY = 0
13
+ TINY = 1
14
14
 
15
15
  # The full version of Rodauth as a string
16
16
  VERSION = "#{MAJOR}.#{MINOR}.#{TINY}".freeze
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rodauth
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.26.0
4
+ version: 2.26.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Evans
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-21 00:00:00.000000000 Z
11
+ date: 2022-11-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sequel