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 +8 -8
- data/lib/smtpcom/sendapi/version.rb +1 -1
- data/smtpcom-sendapi.gemspec +4 -3
- metadata +6 -5
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ZmUxMGQxM2M0ZDVlNTcxZGZhM2M0M2Y1YjA0ZjRlMTBhNjYzMTcyMw==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ZTZlOWQ4NzYyOWQ3MjYzNWJkMmMzNWZlZGJlMDZmZGU3OTJmMDExYQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YzUwMDE4NmZhNzBhODkzZGQxNmFkM2QyN2EyYzcwYTE3ZjU4NTA2NGFiMjc2
|
|
10
|
+
NTRkM2I5YmVhYzczYjY5YjBiN2NkYmIyM2NkZjY4ZGFlMjFjNGFkOGU2NWE1
|
|
11
|
+
NzU5YTA1NDFlNWJmZGEyMjE1MTA2OTliMjg1ODM3Y2M4MzIxMjg=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MjA0ZGQzNjhiNjAyNGE2MmU5MGI0YTkxMzM5NGY3MjM2ZDk1Nzk1MjI2ZTg4
|
|
14
|
+
NDU0OWU4OTdiMWMwZDk3NmJhZWUyYzJhMjNlZGViZGRiNTM4NDEyNGQ2MmVl
|
|
15
|
+
ZDExNzMxMmVjNzE2YmRlYTAwZDhhZGMwMjc2NGQwOGZjNWRhYzc=
|
data/smtpcom-sendapi.gemspec
CHANGED
|
@@ -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{
|
|
13
|
-
spec.description = %q{
|
|
14
|
-
spec.homepage = "https://
|
|
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.
|
|
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:
|
|
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://
|
|
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:
|
|
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:
|
|
169
|
+
summary: Ruby bindings for Smtpcom Sendapi
|
|
169
170
|
test_files: []
|