Skip to content

Commit

Permalink
Version Bump v2.0.1: Add mail/send helper to the , updated http clien…
Browse files Browse the repository at this point in the history
…t dependency
  • Loading branch information
thinkingserious committed Jun 15, 2016
1 parent 12c7a33 commit dd23dcc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file.

## [2.0.1] - 2016-06-15 ##
### Added
- Add mail/send helper to the $LOAD_PATH, updated http client dependency

## [2.0.0] - 2016-06-13 ##
### Added
- Breaking change to support the v3 Web API
Expand Down
6 changes: 3 additions & 3 deletions sendgrid-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = 'sendgrid-ruby'
spec.version = '3.0.0'
spec.version = '3.0.1'
spec.authors = ['Elmer Thomas', 'Robin Johnson', 'Eddie Zaneski']
spec.email = '[email protected]'
spec.summary = 'Official SendGrid Gem'
Expand All @@ -15,8 +15,8 @@ Gem::Specification.new do |spec|
spec.files = `git ls-files -z`.split("\x0")
spec.executables = spec.files.grep(/^bin/) { |f| File.basename(f) }
spec.test_files = spec.files.grep(/^(test|spec|features)/)
spec.require_paths = ['lib']
spec.require_paths = ['lib', 'lib/helpers/mail']

spec.add_dependency 'ruby_http_client', '~> 2.1.1'
spec.add_dependency 'ruby_http_client', '~> 2.1.2'
spec.add_development_dependency 'rake', '~> 0'
end

0 comments on commit dd23dcc

Please sign in to comment.