smtpcom-sendapi 1.0.0 → 1.0.1

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
- MzQ1NzA5OGMxOGI1MDk3ZDFkOWNkMzdhM2M4N2E2Yjg0NjY2MjU5Zg==
4
+ ZmUxMGQxM2M0ZDVlNTcxZGZhM2M0M2Y1YjA0ZjRlMTBhNjYzMTcyMw==
5
5
  data.tar.gz: !binary |-
6
- ZjdlZTA0OWY4YzlkNzc5NDJlZTlkZGI0ZWI0ZGY1ZmM2MzE0MmRhYQ==
6
+ ZTZlOWQ4NzYyOWQ3MjYzNWJkMmMzNWZlZGJlMDZmZGU3OTJmMDExYQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- Nzk5NjllZjdlMTI5MDk1ODdjZDZjMTZmNzIwMzkxYTJiYjNmNTcxYWNiMWZl
10
- MDYwZTM2OTBkNGZmODYyOGU4YTcxODg1ODdjZTM4MmQxYzMxNjlhMmFkMGNh
11
- ODBhZjBkYmU3ZDRiYzQ4MWY2YTU1NDU4NWRjYzRmMjdmMWNkNmQ=
9
+ YzUwMDE4NmZhNzBhODkzZGQxNmFkM2QyN2EyYzcwYTE3ZjU4NTA2NGFiMjc2
10
+ NTRkM2I5YmVhYzczYjY5YjBiN2NkYmIyM2NkZjY4ZGFlMjFjNGFkOGU2NWE1
11
+ NzU5YTA1NDFlNWJmZGEyMjE1MTA2OTliMjg1ODM3Y2M4MzIxMjg=
12
12
  data.tar.gz: !binary |-
13
- Nzg3YzEyZDAzMGE0ODk3MDk2Y2ZiMzhiMWZjZmU3YjgwOTg2ZDc2ZWE5YzZi
14
- ZmM0NGRjN2FlODI2ZjZkMjQyMWNjYThiYTJkYWEwZjhlOTA1OWU2MzUxNDAy
15
- M2MzZTY5NmE0YmRkODhiMzI4M2VhYzRiYzU3OWIwMmRkMmFlZWU=
13
+ MjA0ZGQzNjhiNjAyNGE2MmU5MGI0YTkxMzM5NGY3MjM2ZDk1Nzk1MjI2ZTg4
14
+ NDU0OWU4OTdiMWMwZDk3NmJhZWUyYzJhMjNlZGViZGRiNTM4NDEyNGQ2MmVl
15
+ ZDExNzMxMmVjNzE2YmRlYTAwZDhhZGMwMjc2NGQwOGZjNWRhYzc=
@@ -1,5 +1,5 @@
1
1
  module Smtpcom
2
2
  module Sendapi
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
@@ -9,15 +9,16 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Vasiliy Sablin"]
10
10
  spec.email = ["vasiliy.sablin@gmail.com"]
11
11
 
12
- spec.summary = %q{Wrapper for Smtpcom Sendapi}
13
- spec.description = %q{Details - https://www.smtp.com/solutions/transactional-email-service-api/}
14
- spec.homepage = "https://www.smtp.com/solutions/transactional-email-service-api/"
12
+ spec.summary = %q{Ruby bindings for Smtpcom Sendapi}
13
+ spec.description = %q{Easy way to manage your email campaigns. See https://www.smtp.com/solutions/transactional-email-service-api/ for details}
14
+ spec.homepage = "https://github.com/smtpinc/sendapi-ruby"
15
15
  spec.license = 'MIT'
16
16
 
17
17
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
18
18
  spec.bindir = "exe"
19
19
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
20
20
  spec.require_paths = ["lib"]
21
+ spec.required_ruby_version = ">= 1.9.3"
21
22
 
22
23
  spec.add_runtime_dependency "httparty", "~> 0.13"
23
24
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smtpcom-sendapi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vasiliy Sablin
@@ -112,7 +112,8 @@ dependencies:
112
112
  - - ! '>='
113
113
  - !ruby/object:Gem::Version
114
114
  version: 1.21.0
115
- description: Details - https://www.smtp.com/solutions/transactional-email-service-api/
115
+ description: Easy way to manage your email campaigns. See https://www.smtp.com/solutions/transactional-email-service-api/
116
+ for details
116
117
  email:
117
118
  - vasiliy.sablin@gmail.com
118
119
  executables: []
@@ -142,7 +143,7 @@ files:
142
143
  - lib/smtpcom/sendapi/utils.rb
143
144
  - lib/smtpcom/sendapi/version.rb
144
145
  - smtpcom-sendapi.gemspec
145
- homepage: https://www.smtp.com/solutions/transactional-email-service-api/
146
+ homepage: https://github.com/smtpinc/sendapi-ruby
146
147
  licenses:
147
148
  - MIT
148
149
  metadata: {}
@@ -154,7 +155,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
154
155
  requirements:
155
156
  - - ! '>='
156
157
  - !ruby/object:Gem::Version
157
- version: '0'
158
+ version: 1.9.3
158
159
  required_rubygems_version: !ruby/object:Gem::Requirement
159
160
  requirements:
160
161
  - - ! '>='
@@ -165,5 +166,5 @@ rubyforge_project:
165
166
  rubygems_version: 2.4.6
166
167
  signing_key:
167
168
  specification_version: 4
168
- summary: Wrapper for Smtpcom Sendapi
169
+ summary: Ruby bindings for Smtpcom Sendapi
169
170
  test_files: []