pkce.gemspec in pkce-1.0.1 vs pkce.gemspec in pkce-1.0.2
- old
+ new
@@ -1,19 +1,19 @@
# frozen_string_literal: true
Gem::Specification.new do |spec|
spec.name = "pkce"
- spec.version = "1.0.1"
+ spec.version = "1.0.2"
spec.authors = ["Brooke Kuhlmann"]
spec.email = ["brooke@alchemists.io"]
- spec.homepage = "https://www.alchemists.io/projects/pkce"
+ spec.homepage = "https://alchemists.io/projects/pkce"
spec.summary = "Builds Proof Key for Code Exchange (PKCE) challenge and verify codes for OAuth."
spec.license = "Hippocratic-2.1"
spec.metadata = {
"bug_tracker_uri" => "https://github.com/bkuhlmann/pkce/issues",
- "changelog_uri" => "https://www.alchemists.io/projects/pkce/versions",
- "documentation_uri" => "https://www.alchemists.io/projects/pkce",
+ "changelog_uri" => "https://alchemists.io/projects/pkce/versions",
+ "documentation_uri" => "https://alchemists.io/projects/pkce",
"funding_uri" => "https://github.com/sponsors/bkuhlmann",
"label" => "PKCE",
"rubygems_mfa_required" => "true",
"source_code_uri" => "https://github.com/bkuhlmann/pkce"
}