omniauth-signalwire 0.2.0 → 0.2.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: cff92a1ba4006038f465e91ab072473a1a9ecb940a5215a8ee6db9231e2a92e7
4
- data.tar.gz: bc5a35d1592762d3836e7a9fa1b73948d9a0e7be4fbe920ee83936ae1f27c88c
3
+ metadata.gz: 004032de30bacd8eac64c2bbc4a3a54355ae54b16e96ff71d9bc2c49c11c6e50
4
+ data.tar.gz: 4af1fb37c8dcd26896946a1a97a112d046c6961d4183bd7aa8c58cb4d580ba01
5
5
  SHA512:
6
- metadata.gz: 85af2e00992a6894360d27d2688143d87b8fd0595edaac40f79253c1e9978ad9d9c6eb5277a25c948f8c41ccebe45107241371ed18d0c0b1a6c0d25915699cc1
7
- data.tar.gz: 86d3719ab55886494f9b868572781a59022f4c29fc711246d9cea3884351c76af38a68e642dccbc50656ee1fa3e5b05ea0fd6dedc6f806f5b0d2110158601ac0
6
+ metadata.gz: 3ceda430351bd8570f5fbae81b0fe3d28d450201cb76e9865ea0633dffc1f654ad537f7f56c9ecf6ee83791c65c3a916f1251f1a30be09c0881bf3e073549f16
7
+ data.tar.gz: 4c4b487410287c2b3c91c4bf360e7f949216d921ade03825362213782b3772b47465fd97a8ebb15471bea5dafd499d13ea4c7884534b3ceb47274a0efdd1a600
data/CHANGELOG.md CHANGED
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
 
8
8
  ## [Unreleased] - yyyy-mm-dd
9
9
 
10
+ ## [0.2.1] - 2024-02-29
11
+
12
+ ### Fixed
13
+
14
+ - Fix `changelog_uri` in gemspec
10
15
 
11
16
  ## [0.2.0] - 2024-02-29
12
17
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module OmniAuth
4
4
  module SignalWire
5
- VERSION = "0.2.0"
5
+ VERSION = "0.2.1"
6
6
  end
7
7
  end
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
18
18
 
19
19
  spec.metadata["homepage_uri"] = spec.homepage
20
20
  spec.metadata["source_code_uri"] = "https://github.com/ryanwi/omniauth-signalwire"
21
- spec.metadata["changelog_uri"] = "https://github.com/ryanwi/omniauth-signalwire/CHANGELOG.md"
21
+ spec.metadata["changelog_uri"] = "https://github.com/ryanwi/omniauth-signalwire/blob/main/CHANGELOG.md"
22
22
 
23
23
  spec.bindir = "exe"
24
24
  spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-signalwire
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - SignalWire Team
@@ -110,7 +110,7 @@ licenses:
110
110
  metadata:
111
111
  homepage_uri: https://github.com/ryanwi/omniauth-signalwire
112
112
  source_code_uri: https://github.com/ryanwi/omniauth-signalwire
113
- changelog_uri: https://github.com/ryanwi/omniauth-signalwire/CHANGELOG.md
113
+ changelog_uri: https://github.com/ryanwi/omniauth-signalwire/blob/main/CHANGELOG.md
114
114
  post_install_message:
115
115
  rdoc_options: []
116
116
  require_paths: