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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5d0019427145b025da150edf668b9da6c1e7845d
4
- data.tar.gz: 9da0ec44e14029795fe9448de5c4ff9f4317491f
3
+ metadata.gz: 5775bd5d39689c818ad67185eed61a2ba0894e2a
4
+ data.tar.gz: 00036e7619173acb6fdb9f8db40eec0a59b1a958
5
5
  SHA512:
6
- metadata.gz: 65dd09e13c17850d67916ffefd88c0023bacfc539659a786c8a287ce2477287bc2b2c3db1d62d095c0a27fb08d4628609545d7f65ab6dc3861e499def2e023d7
7
- data.tar.gz: 661ef174c37796f4a6d3f31d04eaf683691002fe32359862e7b73ac68bf3a6bd3357cf6875676b8d484dd009fede82d30a77cd0b02e7357f99936496b852b850
6
+ metadata.gz: 5965774df475bbd355fede71d1917ac8ff56f6878325031481b0e29c45ae618930a24256bf0bcf3ac397e220e5d8bab096bcad267ea373fc510d2ae9e04b3f80
7
+ data.tar.gz: 6760d0b09796eaf39aec93862cfc14a0bf4a8213b1cb2664b5539e769551168bfdb25edf649591e15a9b7e18104228d0e18a00e0b2d6de7a960099fa7f8fb385
@@ -5,7 +5,7 @@ module Mailflow
5
5
  module ClassMethods
6
6
 
7
7
  def url(endpoint)
8
- "https://mailflow.com/api/#{endpoint}"
8
+ "https://mailflowhq.com/api/#{endpoint}"
9
9
  end
10
10
 
11
11
  def get_request(endpoint, params = {})
@@ -1,3 +1,3 @@
1
1
  module Mailflow
2
- VERSION = '0.1.4'
2
+ VERSION = '0.1.5'
3
3
  end
@@ -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@mailflow.com"]
10
+ spec.email = ["support@mailflowhq.com"]
11
11
 
12
12
  spec.summary = "The official Ruby library for Mailflow's API"
13
- spec.homepage = "https://mailflow.com/support/api-reference"
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
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-03-04 00:00:00.000000000 Z
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@mailflow.com
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://mailflow.com/support/api-reference
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.4.8
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
Binary file