pkce.gemspec in pkce-0.0.0 vs pkce.gemspec in pkce-0.1.0

- old
+ new

@@ -1,21 +1,21 @@ # frozen_string_literal: true Gem::Specification.new do |spec| spec.name = "pkce" - spec.version = "0.0.0" + spec.version = "0.1.0" spec.authors = ["Brooke Kuhlmann"] spec.email = ["brooke@alchemists.io"] spec.homepage = "https://www.alchemists.io/projects/pkce" - spec.summary = "Encodes Proof Key for Code Exchange (PKCE) for OAuth." + 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", "funding_uri" => "https://github.com/sponsors/bkuhlmann", - "label" => "Pkce", + "label" => "PKCE", "rubygems_mfa_required" => "true", "source_code_uri" => "https://github.com/bkuhlmann/pkce" } spec.signing_key = Gem.default_key_path