Skip to content

Commit cfe140a

Browse files
committed
Remove old Ruby branching
1 parent adae9d2 commit cfe140a

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

serpapi.gemspec

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
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

83
Gem::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
1510
information.'
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-
3428
end

0 commit comments

Comments
 (0)