Skip to content

Commit

Permalink
Merge pull request #18 from serpapi/update-gemspec-summary
Browse files Browse the repository at this point in the history
Improve gem summary, taking into account rubygem length restrictions
  • Loading branch information
Freaky authored Dec 22, 2023
2 parents c8fc9fb + bbdd679 commit e960407
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions google_search_results.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ require_relative 'lib/search/serp_api_search'
Gem::Specification.new do |s|
s.name = "google_search_results"
s.version = SerpApiSearch::VERSION
s.summary = "Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, Duckduckgo, Youtube search results via SerpApi.com"
s.description = "Scape localized search results from search engine using SerpApi.com and returns Hash, JSON, raw HTML"
s.summary = "Official client for SerpApi.com - scrape search results from multiple search engines."
s.description = "Integrate search data into your Ruby application. This library is the official wrapper for SerpApi.com. SerpApi supports Google, Google Maps, Google Shopping, Baidu, Yandex, Yahoo, eBay, App Stores, and more."
s.authors = ["hartator", "jvmvik"]
s.email = "[email protected]"
s.files = [ "README.md", "lib/google_search_results.rb"] + Dir.glob("lib/search/*.rb")
Expand Down

0 comments on commit e960407

Please sign in to comment.