mailflow-ruby 0.1.3 → 0.1.4

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: 9dcd4f86d4a9b219b2ac70cec9d870c878d1e3f7
4
- data.tar.gz: c45ae95d7416f94c1a78637de5b39b074a6a0b33
3
+ metadata.gz: 5d0019427145b025da150edf668b9da6c1e7845d
4
+ data.tar.gz: 9da0ec44e14029795fe9448de5c4ff9f4317491f
5
5
  SHA512:
6
- metadata.gz: 4f833df8e3c73f8a169101777ef185285155a507960234d1684320fe2c8b3d9eb49cd39bf7e2c47827f1d5122599bb05c051bc14309447905213987f403bf018
7
- data.tar.gz: da0d3cae82d69fe77ba7974a724228f36692df25e5423c1f3d23c552f31e8944151c1505752206068ffad494880a8b18bfc5fe74f191bb41e6d926eacdeb1db5
6
+ metadata.gz: 65dd09e13c17850d67916ffefd88c0023bacfc539659a786c8a287ce2477287bc2b2c3db1d62d095c0a27fb08d4628609545d7f65ab6dc3861e499def2e023d7
7
+ data.tar.gz: 661ef174c37796f4a6d3f31d04eaf683691002fe32359862e7b73ac68bf3a6bd3357cf6875676b8d484dd009fede82d30a77cd0b02e7357f99936496b852b850
@@ -6,7 +6,7 @@ module Mailflow
6
6
 
7
7
  include Mailflow::APIOperations
8
8
 
9
- attr_accessor :name
9
+ attr_accessor :key, :label, :value
10
10
 
11
11
  class << self
12
12
  def list(options = {})
@@ -1,3 +1,3 @@
1
1
  module Mailflow
2
- VERSION = '0.1.3'
2
+ VERSION = '0.1.4'
3
3
  end
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mailflow-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mailflow
@@ -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.2.gem
135
+ - mailflow-ruby-0.1.3.gem
136
136
  - mailflow-ruby.gemspec
137
137
  homepage: https://mailflow.com/support/api-reference
138
138
  licenses:
Binary file