Skip to content

Commit b37be13

Browse files
committed
Update gemspec.
1 parent d84cb3b commit b37be13

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

podcast_api.gemspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ Gem::Specification.new do |s|
1111
s.summary = "Ruby bindings for the Listen Notes Podcast API"
1212
s.description = "Listen Notes is the best podcast search engine and api. " \
1313
"This is the official Ruby Gem for the Listen Notes Podcast API. " \
14-
"See https://www.listennotes.com/api/ for details."
14+
"See https://www.PodcastAPI.com/ for details."
1515
s.author = "Listen Notes, Inc."
1616
s.email = "[email protected]"
17-
s.homepage = "https://www.listennotes.com/api/"
17+
s.homepage = "https://www.PodcastAPI.com/"
1818
s.license = "MIT"
1919
s.add_runtime_dependency "httparty"
2020
s.metadata = {
2121
"bug_tracker_uri" => "https://github.com/ListenNotes/podcast-api-ruby/issues",
2222
"changelog_uri" =>
2323
"https://github.com/ListenNotes/podcast-api-ruby/releases",
24-
"documentation_uri" => "https://www.listennotes.com/api/docs/",
24+
"documentation_uri" => "https://www.listennotes.com/podcast-api/docs/",
2525
"github_repo" => "https://github.com/ListenNotes/podcast-api-ruby",
26-
"homepage_uri" => "https://www.listennotes.com/api/",
26+
"homepage_uri" => "https://www.PodcastAPI.com/",
2727
"source_code_uri" => "https://github.com/ListenNotes/podcast-api-ruby",
2828
}
2929

0 commit comments

Comments
 (0)