mailflow-ruby 0.1.4 → 0.1.5
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 +4 -4
- data/lib/mailflow-ruby/api_operations.rb +1 -1
- data/lib/mailflow-ruby/version.rb +1 -1
- data/mailflow-ruby.gemspec +2 -2
- metadata +5 -6
- data/mailflow-ruby-0.1.3.gem +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5775bd5d39689c818ad67185eed61a2ba0894e2a
|
4
|
+
data.tar.gz: 00036e7619173acb6fdb9f8db40eec0a59b1a958
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5965774df475bbd355fede71d1917ac8ff56f6878325031481b0e29c45ae618930a24256bf0bcf3ac397e220e5d8bab096bcad267ea373fc510d2ae9e04b3f80
|
7
|
+
data.tar.gz: 6760d0b09796eaf39aec93862cfc14a0bf4a8213b1cb2664b5539e769551168bfdb25edf649591e15a9b7e18104228d0e18a00e0b2d6de7a960099fa7f8fb385
|
data/mailflow-ruby.gemspec
CHANGED
@@ -7,10 +7,10 @@ Gem::Specification.new do |spec|
|
|
7
7
|
spec.name = "mailflow-ruby"
|
8
8
|
spec.version = Mailflow::VERSION
|
9
9
|
spec.authors = ["Mailflow"]
|
10
|
-
spec.email = ["support@
|
10
|
+
spec.email = ["support@mailflowhq.com"]
|
11
11
|
|
12
12
|
spec.summary = "The official Ruby library for Mailflow's API"
|
13
|
-
spec.homepage = "https://
|
13
|
+
spec.homepage = "https://mailflowhq.com/support/api-reference"
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mailflow-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mailflow
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-06-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: httparty
|
@@ -110,7 +110,7 @@ dependencies:
|
|
110
110
|
version: '0'
|
111
111
|
description:
|
112
112
|
email:
|
113
|
-
- support@
|
113
|
+
- support@mailflowhq.com
|
114
114
|
executables: []
|
115
115
|
extensions: []
|
116
116
|
extra_rdoc_files: []
|
@@ -132,9 +132,8 @@ files:
|
|
132
132
|
- lib/mailflow-ruby/contact.rb
|
133
133
|
- lib/mailflow-ruby/tag.rb
|
134
134
|
- lib/mailflow-ruby/version.rb
|
135
|
-
- mailflow-ruby-0.1.3.gem
|
136
135
|
- mailflow-ruby.gemspec
|
137
|
-
homepage: https://
|
136
|
+
homepage: https://mailflowhq.com/support/api-reference
|
138
137
|
licenses:
|
139
138
|
- MIT
|
140
139
|
metadata: {}
|
@@ -154,7 +153,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
154
153
|
version: '0'
|
155
154
|
requirements: []
|
156
155
|
rubyforge_project:
|
157
|
-
rubygems_version: 2.
|
156
|
+
rubygems_version: 2.5.1
|
158
157
|
signing_key:
|
159
158
|
specification_version: 4
|
160
159
|
summary: The official Ruby library for Mailflow's API
|
data/mailflow-ruby-0.1.3.gem
DELETED
Binary file
|