Skip to content

Commit

Permalink
Add README to gemspec for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Freaky committed Dec 7, 2023
1 parent 1913c27 commit f3ec01e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google_search_results.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |s|
s.description = "Scape localized search results from search engine using SerpApi.com and returns Hash, JSON, raw HTML"
s.authors = ["hartator", "jvmvik"]
s.email = "[email protected]"
s.files = [ "lib/google_search_results.rb"] + Dir.glob("lib/search/*.rb")
s.files = [ "README.md", "lib/google_search_results.rb"] + Dir.glob("lib/search/*.rb")
s.homepage = "https://github.com/serpapi/google-search-results-ruby"
s.license = "MIT"
s.required_ruby_version = '>= 1.9.2'
Expand Down

0 comments on commit f3ec01e

Please sign in to comment.