duo_universal_ruby 0.1.1 → 0.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f415b4d90a0f543d5467d2d704675a473fddeec021d04d674dcc1e93a94ca297
4
- data.tar.gz: 8012aef8a3b2ac1f72ddf98fe1be7e2a8eb58d9d537ae56159fc0c7b2beed840
3
+ metadata.gz: f55b56ad695ff78ddadb49c27c10a9184dd62e68101221cb8eee2474226b1ec0
4
+ data.tar.gz: 4db1b2d803e2692fbcf32da757e101335db542caf3fd7d78e9296e4c3452e7b7
5
5
  SHA512:
6
- metadata.gz: 9f52dc63df5ad83ba272c5062d68d639860f3930cf16a6e2ef17e974b414ae5c21f6266a858a4ad28036e6a3b33dc232a62cb54b832e058a318b4b191b670362
7
- data.tar.gz: 996e1231b11d551eda3efb9b9adf05f6d321fd32431cb986a6bbf89ded27176d4fb245cb0ba347376fa2a9645b15ced083689cd777084e922cc9157ccd67249f
6
+ metadata.gz: e79206db4e70a6bd9944ce4799bbc661a7580d8a96855c2bfb8f069f9081d79d21b8c71854c074d044034f29a67bb6b9628f3dad4a8cb80aa439287356b6ba6f
7
+ data.tar.gz: 560c28117ec3a588ec77f0a10cf5397813ab4af5159d62afc05e584457c1e18cd113b8fd6caa1b1bfa27c0ee843ed9c272b6c4d0675d1014606f6a274936ddfd
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # DuoUniversalRuby
2
2
 
3
- ## A Ruby implementation of the Duo WebSDKv4 with Universal Prompt
3
+ ## A Ruby implementation of the 2FA API to Duo WebSDKv4 apps using the Universal Prompt
4
4
  - https://duo.com/docs/duoweb
5
5
  - https://duo.com/docs/oauthapi
6
6
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DuoUniversalRuby
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: duo_universal_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Todd Parsnick
@@ -49,7 +49,7 @@ licenses:
49
49
  metadata:
50
50
  homepage_uri: https://github.com/tparsnick/duo_universal_ruby
51
51
  source_code_uri: https://github.com/tparsnick/duo_universal_ruby
52
- changelog_uri: https://github.com/tparsnick/duo_universal_ruby/CHANGELOG.md
52
+ changelog_uri: https://github.com/tparsnick/duo_universal_ruby/blob/main/CHANGELOG.md
53
53
  allowed_push_host: https://rubygems.org
54
54
  rdoc_options: []
55
55
  require_paths: