File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change Log
22All notable changes to this project will be documented in this file.
33
4- ## [ 4.0.5] - 2016-10-18 ##
4+ ## [ 4.0.7] - 2016-1-25 ##
5+ ### Fixes
6+ - [ Pull Request #7 ] ( https://github.com/sendgrid/ruby-http-client/pull/7 )
7+ - Fixes [ issue #6 ] ( https://github.com/sendgrid/ruby-http-client/issues/6 ) : TLS certificates not verified
8+ - Thanks to [ Koen Rouwhorst] ( https://github.com/koenrh ) for the pull request!
9+
10+ ## [ 4.0.6] - 2016-10-18 ##
511### Added
612- Pull #113 : Fix Travis CI Prism functionality for non-SendGrid contributors, update deprecated File.exists
713
Original file line number Diff line number Diff line change 11module SendGrid
2- VERSION = '4.0.6 '
2+ VERSION = '4.0.7 '
33end
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
1717 spec . test_files = spec . files . grep ( /^(test|spec|features)/ )
1818 spec . require_paths = [ 'lib' ]
1919
20- spec . add_dependency 'ruby_http_client' , '~> 3.0.0 '
20+ spec . add_dependency 'ruby_http_client' , '~> 3.0.1 '
2121 spec . add_development_dependency 'rake' , '~> 0'
2222 spec . add_development_dependency 'minitest'
2323end
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ def test_init
5353 ' )
5454 assert_equal ( test_headers , sg . request_headers )
5555 assert_equal ( "v3" , sg . version )
56- assert_equal ( "4.0.6 " , SendGrid ::VERSION )
56+ assert_equal ( "4.0.7 " , SendGrid ::VERSION )
5757 assert_instance_of ( SendGrid ::Client , sg . client )
5858 end
5959
You can’t perform that action at this time.
0 commit comments