mailflow-ruby 0.1.2 → 0.1.3

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: 4d72404e363b19c8b438feb4040cceab26ad2976
4
- data.tar.gz: 82f72f817edd439270e9bda0a52a8d4631c9503e
3
+ metadata.gz: 9dcd4f86d4a9b219b2ac70cec9d870c878d1e3f7
4
+ data.tar.gz: c45ae95d7416f94c1a78637de5b39b074a6a0b33
5
5
  SHA512:
6
- metadata.gz: 795e64e517f949f1bd00c858f17176212314a66e802b2afd62fb6f35b4544fb187fde12fbb41b4af925a9153637202223c1ef50e688b3c6bfa757bd3d2de8e40
7
- data.tar.gz: 052c216341c705db288814d3093e3aecfc7ac199b74f8e983e9c7f313c7f38315407610f44c42fb378f0aebef41ffa7751410b9cff5b8164415999b8e86fe00b
6
+ metadata.gz: 4f833df8e3c73f8a169101777ef185285155a507960234d1684320fe2c8b3d9eb49cd39bf7e2c47827f1d5122599bb05c051bc14309447905213987f403bf018
7
+ data.tar.gz: da0d3cae82d69fe77ba7974a724228f36692df25e5423c1f3d23c552f31e8944151c1505752206068ffad494880a8b18bfc5fe74f191bb41e6d926eacdeb1db5
@@ -1,5 +1,4 @@
1
1
  require 'httparty'
2
- require 'byebug'
3
2
 
4
3
  module Mailflow
5
4
  module APIOperations
@@ -1,8 +1,3 @@
1
- require 'base64'
2
- require 'json'
3
- require 'httparty'
4
- require 'byebug'
5
-
6
1
  module Mailflow
7
2
 
8
3
  class << self
@@ -1,3 +1,3 @@
1
1
  module Mailflow
2
- VERSION = '0.1.2'
2
+ VERSION = '0.1.3'
3
3
  end
Binary file
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.2
4
+ version: 0.1.3
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-03 00:00:00.000000000 Z
11
+ date: 2016-03-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty
@@ -132,7 +132,7 @@ 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.1.gem
135
+ - mailflow-ruby-0.1.2.gem
136
136
  - mailflow-ruby.gemspec
137
137
  homepage: https://mailflow.com/support/api-reference
138
138
  licenses:
Binary file