mailflow-ruby 0.1.6 → 0.1.7

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: fd9586cd12fc3a3139c9ba6ec3142cbf65a94dbe
4
- data.tar.gz: d778fd621240556cbba398f257e523c59610f2f6
3
+ metadata.gz: dd9824f3850c43b56178c2224be1fc29cbe6ed72
4
+ data.tar.gz: d010aff40d0f7d29206132ad6336e66093d0cf4c
5
5
  SHA512:
6
- metadata.gz: ba6487b44c1cae652a18c4a52e0ea5bcbbf778d81b4681a773b785e3f6de54b7651d4b3fb8654682362fbb0e810637c6b6c67910611efe505450ac516d21142f
7
- data.tar.gz: f1cdba6f300c7bb78943219197f26e5e113e2da101d25d04b51c3ba13b4839f84785b095c709128cd22327e192569bf690b436f3416d60f1d493f785b5b6b66b
6
+ metadata.gz: f23c74d2f0298db67099344caa1f463b12b38c7cd332d2ea4c09ab3d04432dd2ccc8f714765e1a2ea3ad48eebee20779bf9e378b9c5529cff13c2a2701b12201
7
+ data.tar.gz: 4d60f3011e64e2e10d04ec82b09daa2934b0a5039c62879ca380d30b4f1dea7d9b8eef3e813807e2c8f07db81fb90dfb3db7728837ce5096b886ed818f6e51e9
@@ -2,7 +2,7 @@ require 'hashie'
2
2
 
3
3
  module Configurable
4
4
  def self.included(base)
5
- base.const_set(:Configuration, Class.new(Hashie::Mash))
5
+ base.const_set(:Configuration, Class.new(Hashie::Mash)) unless base.const_defined?(:Configuration)
6
6
  base.extend(ClassMethods)
7
7
  end
8
8
 
@@ -1,3 +1,3 @@
1
1
  module Mailflow
2
- VERSION = "0.1.6"
2
+ VERSION ||= "0.1.7"
3
3
  end
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.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mailflow
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-12-20 00:00:00.000000000 Z
11
+ date: 2017-01-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty
@@ -139,7 +139,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
139
139
  version: '0'
140
140
  requirements: []
141
141
  rubyforge_project:
142
- rubygems_version: 2.4.8
142
+ rubygems_version: 2.6.8
143
143
  signing_key:
144
144
  specification_version: 4
145
145
  summary: The official Ruby library for Mailflow's API