brightbytes-sendgrid 0.0.1 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- OTI3NjE1NjIxNDJjNGEyZGUxZGUyMDJlOTMwNjQxMTEyOTk5MWFmMA==
4
+ NTExNDgxYjlhYjc1OGVmZTQ1MjY3M2I5NzAxN2NlZDkzNzkzZTEyZA==
5
5
  data.tar.gz: !binary |-
6
- YTlhNDdiYjUyYjRkZTY3ZjBiMmE3ZjNkZTJkMjViMTVmODkwNDY5Ng==
6
+ MDBhOGVlYThlZmIzNTIyZWQ5YTMzMDBhZGZiODc1YTQ0ODk2ODM1MA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZWNhZjJhMWYwY2U3NGFlNjIwM2FmZGVlMGQ1MjczZmYwYzVmODAwODZmZjc3
10
- ZDk2M2IzMDUxYWE3Nzg2OTY3NzhlY2Y2ZDhmZjUwMGY2ZTZiYTMxOTEwMDdl
11
- ZDhiMTkxYTQwZjA5OTgxZmIzN2U5NmI4NjVkMDQ2MzQ1NTM0ZjU=
9
+ YTVhZjZhZjdjOWNkNjk4NjJiYjY2OTQ0ZTlmZGQ2OGJmNTIwMDhmODE1Yzlh
10
+ YzQzY2Y0ZmE4OTAzOGNkMWE5N2UxNDkyZWZmNWJkZTY1NjI3NjFiYWM2OTkz
11
+ N2Y0MTIzZjI0YzZjNDJlYTFjYTdmOGIyZjg4MDNlYTlmNmQ4NDQ=
12
12
  data.tar.gz: !binary |-
13
- M2VmOGI0MGFlZTI0Yzg0MzRiYTRhNWEzOTZiOTFiMGZjOWI4MjQ4M2MwNjY5
14
- MGJhNmJmNDJkNDNkMGQyNGZiYjNhODZiOGM5YzBmZjQyNTE5NDZhMmZhMmIx
15
- ZTAyZTdjNDM0MjE2MDE4ODM0NWYwNGVkOWZjMzBkYjc1MTcwZDU=
13
+ YWY0MjYwYmFhNDM4NjkyNzg4NTA4NzcxMTBmMjJhZWZiMzEzYzYxN2M0NWIx
14
+ NDZlNDU3ZDVjZGVhNTJkYTFmNTE0NjcwZTJkNDJhNWEwMjhjNzkwYTM2NTA2
15
+ ZDUyZjcwOGFlMTAwZGNkMDEzMThjNzUxNTg2NWRmMWU4ZGYwZTU=
@@ -1,4 +1,4 @@
1
- Copyright (c) 2014 Serhiy Rozum
1
+ Copyright (c) 2014 BrightBytes Inc.
2
2
 
3
3
  MIT License
4
4
 
@@ -6,7 +6,7 @@ require 'brightbytes/sendgrid/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "brightbytes-sendgrid"
8
8
  spec.version = Brightbytes::Sendgrid::VERSION
9
- spec.authors = ["Serhiy Rozum"]
9
+ spec.authors = ["Brightbytes Inc.", "Serhiy Rozum"]
10
10
  spec.email = ["serhiy@brightbytes.net"]
11
11
  spec.summary = %q{BrightBytes and Sendgrid integration gem}
12
12
  spec.description = %q{Gem to extend ActionMailer with SMTP API support}
@@ -1,5 +1,5 @@
1
1
  module Brightbytes
2
2
  module Sendgrid
3
- VERSION = "0.0.1"
3
+ VERSION = "0.1.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,9 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brightbytes-sendgrid
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
+ - Brightbytes Inc.
7
8
  - Serhiy Rozum
8
9
  autorequire:
9
10
  bindir: bin
@@ -93,8 +94,7 @@ files:
93
94
  - .ruby-version
94
95
  - .travis.yml
95
96
  - Gemfile
96
- - LICENSE.txt
97
- - MIT-LICENSE
97
+ - LICENSE
98
98
  - README.md
99
99
  - Rakefile
100
100
  - brightbytes-sendgrid.gemspec
data/MIT-LICENSE DELETED
@@ -1,20 +0,0 @@
1
- Copyright 2014 BrightBytes Inc.
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining
4
- a copy of this software and associated documentation files (the
5
- "Software"), to deal in the Software without restriction, including
6
- without limitation the rights to use, copy, modify, merge, publish,
7
- distribute, sublicense, and/or sell copies of the Software, and to
8
- permit persons to whom the Software is furnished to do so, subject to
9
- the following conditions:
10
-
11
- The above copyright notice and this permission notice shall be
12
- included in all copies or substantial portions of the Software.
13
-
14
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.