1-
2- if RUBY_VERSION < '2.1.0'
3- load File . join ( File . dirname ( __FILE__ ) , 'lib/serpapi/version' )
4- else
5- require_relative 'lib/serpapi/version'
6- end
1+ require_relative 'lib/serpapi/version'
72
83Gem ::Specification . new do |s |
94 s . name = 'serpapi'
105 s . version = SerpApi ::VERSION
116 s . summary = 'Official Ruby library for SerpApi.com'
12- s . description = 'Integrate powerful search functionality into your Ruby application with SerpApi. SerpApi offers official
13- support for Google, Google Maps, Google Shopping, Baidu, Yandex, Yahoo, eBay, App Stores, and more.
14- Access a vast range of data, including web search results, local business listings, and product
7+ s . description = 'Integrate powerful search functionality into your Ruby application with SerpApi. SerpApi offers official
8+ support for Google, Google Maps, Google Shopping, Baidu, Yandex, Yahoo, eBay, App Stores, and more.
9+ Access a vast range of data, including web search results, local business listings, and product
1510information.'
1611 s . authors = [ 'victor benarbia' , 'Julien Khaleghy' ]
1712 s . email = 'victor@serpapi.com'
@@ -30,5 +25,4 @@ information.'
3025 s . add_development_dependency 'yard' , '~>0.9.28'
3126 s . add_development_dependency 'rubocop' , '~>1.75.7'
3227 s . add_development_dependency 'csv'
33-
3428end
0 commit comments