Skip to content

Commit

Permalink
Release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherseeley committed Aug 21, 2024
1 parent 9081b7d commit ee34395
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ads_common/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2.1.0:
- Tightened dependency requirements to maintain 2.7 support.

2.0.1:
- Relaxed nokogiri dependency requirements to match ads_savon.

Expand Down
7 changes: 7 additions & 0 deletions ads_common/google-ads-common.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,17 @@ Gem::Specification.new do |s|
s.require_path = 'lib'
s.files = Dir.glob('lib/**/*') + %w(README.md ChangeLog)
s.add_runtime_dependency('faraday', '>= 0.9', '< 2.9')
s.add_runtime_dependency('faraday-net_http', '> 0', '< 3.1')
s.add_runtime_dependency('google-ads-savon', '~> 1.0', '>=1.0.2')
s.add_runtime_dependency('httpi', '~> 2.3')
s.add_runtime_dependency('httpclient', '~> 2.7')
s.add_runtime_dependency('signet', '~> 0.7')
s.add_runtime_dependency('rack', '> 0', '< 3.0')
s.add_runtime_dependency('nori', '> 0', '< 2.7')
s.add_runtime_dependency('public_suffix', '> 0', '< 6.0')
s.add_runtime_dependency('nokogiri', '> 0', '< 1.16')
s.add_runtime_dependency('akami', '> 0', '< 1.3.3')
s.add_development_dependency('wasabi', '>0', '< 3.6')
s.add_development_dependency('rake', '>= 12.3.3', '< 13.0')
s.add_development_dependency('test-unit', '~> 3.2')
s.add_development_dependency('webmock', '~> 3.0')
Expand Down
2 changes: 1 addition & 1 deletion ads_common/lib/ads_common/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

module AdsCommon
module ApiConfig
CLIENT_LIB_VERSION = '2.0.1'
CLIENT_LIB_VERSION = '2.1.0'
end
end

0 comments on commit ee34395

Please sign in to comment.