banana_bits 0.2.0

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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 6a327d9942e3ca848c69b0f7cf039c042b1a74b07a10f3437bbd0956ff29eaf0
4
+ data.tar.gz: 7f08f86483403de745e3a90420c6b66f3d77db531a780ea58bb419b47db9e116
5
+ SHA512:
6
+ metadata.gz: 0ccf352debc6350f8ccabd3ca804ac18ec47381fe5f6b39e5b4d32034e98d20b07c36e5ffc520d2f56b9f7e7e45ebe88f283bf61179ce6ce9c8f37c03b6acd48
7
+ data.tar.gz: 0c0f828b6bf4b3f998b5feb9e9d55a4f21ebb1ba922e876e9950be13c52b17c507ccea951d8f555eca915fb090bceacb8781b830eb39e455a853e71bda8dc75c
data/.gitignore ADDED
@@ -0,0 +1,11 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /_yardoc/
4
+ /coverage/
5
+ /doc/
6
+ /pkg/
7
+ /spec/reports/
8
+ /tmp/
9
+
10
+ # rspec failure tracking
11
+ .rspec_status
data/.rspec ADDED
@@ -0,0 +1,3 @@
1
+ --format documentation
2
+ --color
3
+ --require spec_helper
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ 2.5.3
data/.travis.yml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ sudo: false
3
+ language: ruby
4
+ cache: bundler
5
+ rvm:
6
+ - 2.3.1
7
+ before_install: gem install bundler -v 1.17.1
@@ -0,0 +1,74 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ In the interest of fostering an open and welcoming environment, we as
6
+ contributors and maintainers pledge to making participation in our project and
7
+ our community a harassment-free experience for everyone, regardless of age, body
8
+ size, disability, ethnicity, gender identity and expression, level of experience,
9
+ nationality, personal appearance, race, religion, or sexual identity and
10
+ orientation.
11
+
12
+ ## Our Standards
13
+
14
+ Examples of behavior that contributes to creating a positive environment
15
+ include:
16
+
17
+ * Using welcoming and inclusive language
18
+ * Being respectful of differing viewpoints and experiences
19
+ * Gracefully accepting constructive criticism
20
+ * Focusing on what is best for the community
21
+ * Showing empathy towards other community members
22
+
23
+ Examples of unacceptable behavior by participants include:
24
+
25
+ * The use of sexualized language or imagery and unwelcome sexual attention or
26
+ advances
27
+ * Trolling, insulting/derogatory comments, and personal or political attacks
28
+ * Public or private harassment
29
+ * Publishing others' private information, such as a physical or electronic
30
+ address, without explicit permission
31
+ * Other conduct which could reasonably be considered inappropriate in a
32
+ professional setting
33
+
34
+ ## Our Responsibilities
35
+
36
+ Project maintainers are responsible for clarifying the standards of acceptable
37
+ behavior and are expected to take appropriate and fair corrective action in
38
+ response to any instances of unacceptable behavior.
39
+
40
+ Project maintainers have the right and responsibility to remove, edit, or
41
+ reject comments, commits, code, wiki edits, issues, and other contributions
42
+ that are not aligned to this Code of Conduct, or to ban temporarily or
43
+ permanently any contributor for other behaviors that they deem inappropriate,
44
+ threatening, offensive, or harmful.
45
+
46
+ ## Scope
47
+
48
+ This Code of Conduct applies both within project spaces and in public spaces
49
+ when an individual is representing the project or its community. Examples of
50
+ representing a project or community include using an official project e-mail
51
+ address, posting via an official social media account, or acting as an appointed
52
+ representative at an online or offline event. Representation of a project may be
53
+ further defined and clarified by project maintainers.
54
+
55
+ ## Enforcement
56
+
57
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
+ reported by contacting the project team at james@eightbitstudios.com. All
59
+ complaints will be reviewed and investigated and will result in a response that
60
+ is deemed necessary and appropriate to the circumstances. The project team is
61
+ obligated to maintain confidentiality with regard to the reporter of an incident.
62
+ Further details of specific enforcement policies may be posted separately.
63
+
64
+ Project maintainers who do not follow or enforce the Code of Conduct in good
65
+ faith may face temporary or permanent repercussions as determined by other
66
+ members of the project's leadership.
67
+
68
+ ## Attribution
69
+
70
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
+ available at [http://contributor-covenant.org/version/1/4][version]
72
+
73
+ [homepage]: http://contributor-covenant.org
74
+ [version]: http://contributor-covenant.org/version/1/4/
data/Changelog.md ADDED
@@ -0,0 +1,2 @@
1
+ ## [0.2.0] - 2019-09-09
2
+ ### Initial release
data/Gemfile ADDED
@@ -0,0 +1,6 @@
1
+ source "https://rubygems.org"
2
+
3
+ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
4
+
5
+ # Specify your gem's dependencies in banana_bits.gemspec
6
+ gemspec
data/Gemfile.lock ADDED
@@ -0,0 +1,43 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ banana_bits (0.2.0)
5
+ gibbon (~> 3.2.0)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ diff-lcs (1.3)
11
+ faraday (0.15.4)
12
+ multipart-post (>= 1.2, < 3)
13
+ gibbon (3.2.0)
14
+ faraday (>= 0.9.1)
15
+ multi_json (>= 1.11.0)
16
+ multi_json (1.13.1)
17
+ multipart-post (2.1.1)
18
+ rake (10.5.0)
19
+ rspec (3.8.0)
20
+ rspec-core (~> 3.8.0)
21
+ rspec-expectations (~> 3.8.0)
22
+ rspec-mocks (~> 3.8.0)
23
+ rspec-core (3.8.2)
24
+ rspec-support (~> 3.8.0)
25
+ rspec-expectations (3.8.4)
26
+ diff-lcs (>= 1.2.0, < 2.0)
27
+ rspec-support (~> 3.8.0)
28
+ rspec-mocks (3.8.1)
29
+ diff-lcs (>= 1.2.0, < 2.0)
30
+ rspec-support (~> 3.8.0)
31
+ rspec-support (3.8.2)
32
+
33
+ PLATFORMS
34
+ ruby
35
+
36
+ DEPENDENCIES
37
+ banana_bits!
38
+ bundler (~> 1.17)
39
+ rake (~> 10.0)
40
+ rspec (~> 3.0)
41
+
42
+ BUNDLED WITH
43
+ 1.17.1
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2019 James Stubblefield
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,78 @@
1
+ # BananaBits
2
+
3
+ BananaBits simplifies some basic methods that are commonly used to manage Mailchimp members and lists with the [Gibbon gem](https://github.com/amro/gibbon).
4
+ It allows you to get setup subscribing, unsubscribing, and archiving members in minutes.
5
+
6
+ ## Installation
7
+
8
+ Add this line to your Gemfile:
9
+
10
+ ```ruby
11
+ gem 'banana_bits'
12
+ ```
13
+
14
+ And then execute:
15
+
16
+ $ bundle
17
+
18
+ ## Usage
19
+
20
+ This gem can be configured with your Mailchimp credentials in an initializer or they can be passed
21
+ in when initializing the client. You must provide both your API key and the list (audience) id.
22
+
23
+ ```
24
+ BananaBits.configure do |config|
25
+ config.api_key = 'your_mailchimp_api_key'
26
+ config.list_id = 'your_mailchimp_list_id'
27
+ end
28
+ ```
29
+
30
+ ```
31
+ BananaBits::Client.new(
32
+ 'some@email.com',
33
+ api_key: 'your_mailchimp_api_key',
34
+ list_id: 'your_mailchimp_list_id'
35
+ )
36
+ ```
37
+
38
+ ### Methods
39
+
40
+ #### Subscribe
41
+ ```
42
+ BananaBits::Client.new('test@example.com).subscribe(
43
+ {
44
+ merge_fields: {
45
+ FNAME: 'Test',
46
+ LNAME: 'User'
47
+ }
48
+ }
49
+ )
50
+ ```
51
+
52
+ #### Unsubscribe
53
+ ```
54
+ BananaBits::Client.new('test@example.com).unsubscribe
55
+ ```
56
+
57
+ #### Delete (Archive)
58
+ ```
59
+ BananaBits::Client.new('test@example.com).delete
60
+ ```
61
+
62
+ ## Development
63
+
64
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `bundle exec rspec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
65
+
66
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
67
+
68
+ ## Contributing
69
+
70
+ Bug reports and pull requests are welcome on GitHub at https://bitbucket.org/eightbitdevelopers/banana_bits. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
71
+
72
+ ## License
73
+
74
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
75
+
76
+ ## Code of Conduct
77
+
78
+ Everyone interacting in the BananaBits project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://bitbucket.org/eightbitdevelopers/banana_bits/src/master/CODE_OF_CONDUCT.md).
data/Rakefile ADDED
@@ -0,0 +1,6 @@
1
+ require "bundler/gem_tasks"
2
+ require "rspec/core/rake_task"
3
+
4
+ RSpec::Core::RakeTask.new(:spec)
5
+
6
+ task :default => :spec
@@ -0,0 +1,44 @@
1
+
2
+ lib = File.expand_path("../lib", __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require "banana_bits/version"
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "banana_bits"
8
+ spec.version = BananaBits::VERSION
9
+ spec.authors = ["James Stubblefield"]
10
+ spec.email = ["james@eightbitstudios.com"]
11
+
12
+ spec.summary = %q{A wrapper of commonly used endpoints on Mailchimp}
13
+ spec.description = %q{A wrapper of commonly used endpoints on Mailchimp}
14
+ spec.homepage = "https://bitbucket.org/eightbitdevelopers/banana_bits"
15
+ spec.license = "MIT"
16
+
17
+ # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
18
+ # to allow pushing to a single host or delete this section to allow pushing to any host.
19
+ if spec.respond_to?(:metadata)
20
+ spec.metadata["allowed_push_host"] = "https://rubygems.org"
21
+
22
+ spec.metadata["homepage_uri"] = spec.homepage
23
+ spec.metadata["source_code_uri"] = "https://bitbucket.org/eightbitdevelopers/banana_bits"
24
+ spec.metadata["changelog_uri"] = "https://bitbucket.org/eightbitdevelopers/banana_bits/src/master/Changelog.md"
25
+ else
26
+ raise "RubyGems 2.0 or newer is required to protect against " \
27
+ "public gem pushes."
28
+ end
29
+
30
+ # Specify which files should be added to the gem when it is released.
31
+ # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
32
+ spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
33
+ `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
34
+ end
35
+ spec.bindir = "exe"
36
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
37
+ spec.require_paths = ["lib"]
38
+
39
+ spec.add_dependency 'gibbon', '~> 3.2.0'
40
+
41
+ spec.add_development_dependency "bundler", "~> 1.17"
42
+ spec.add_development_dependency "rake", "~> 10.0"
43
+ spec.add_development_dependency "rspec", "~> 3.0"
44
+ end
data/bin/console ADDED
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "banana_bits"
5
+
6
+ # You can add fixtures and/or initialization code here to make experimenting
7
+ # with your gem easier. You can also use a different console, if you like.
8
+
9
+ # (If you use this, don't forget to add pry to your Gemfile!)
10
+ # require "pry"
11
+ # Pry.start
12
+
13
+ require "irb"
14
+ IRB.start(__FILE__)
data/bin/setup ADDED
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
8
+ # Do any other automated setup that you need to do here
@@ -0,0 +1,23 @@
1
+ require "banana_bits/version"
2
+ require "banana_bits/configuration"
3
+ require "banana_bits/client"
4
+
5
+ module BananaBits
6
+ class Error < StandardError; end
7
+
8
+ class << self
9
+ attr_writer :configuration
10
+
11
+ def configuration
12
+ @configuration ||= Configuration.new
13
+ end
14
+
15
+ def configure
16
+ yield(configuration)
17
+ end
18
+
19
+ def reset!
20
+ @configuration = Configuration.new
21
+ end
22
+ end
23
+ end
@@ -0,0 +1,76 @@
1
+ require 'gibbon'
2
+ require "banana_bits/concerns/hashable"
3
+
4
+ module BananaBits
5
+ class Client
6
+ include ::BananaBits::Concerns::Hashable
7
+
8
+ attr_reader :email, :list_id, :api_key
9
+
10
+ def initialize(email, options={})
11
+ @email = email
12
+ options = symbolize_keys(options)
13
+ @api_key = BananaBits.configuration.api_key || options[:api_key]
14
+ @list_id = BananaBits.configuration.list_id || options[:list_id]
15
+ check_for_missing_arguments!
16
+ end
17
+
18
+ def subscribe(body={})
19
+ body.merge! email_address: email, status: 'subscribed'
20
+ body = remove_blank_values!(body)
21
+ gibbon_client.lists(list_id).members(hashed_email).upsert(body: body)
22
+ end
23
+
24
+ def unsubscribe
25
+ gibbon_client.lists(list_id).members(hashed_email).update(
26
+ body: {
27
+ status: "unsubscribed"
28
+ }
29
+ )
30
+ end
31
+
32
+ def delete
33
+ gibbon_client.lists(list_id).members(hashed_email).delete
34
+ end
35
+
36
+ private
37
+
38
+ def gibbon_client
39
+ Gibbon::Request.new(api_key: api_key, symbolize_keys: true)
40
+ end
41
+
42
+ def hashed_email
43
+ Digest::MD5.hexdigest email.downcase
44
+ end
45
+
46
+ # TODO: Add functionality for adding and or pulling down groups
47
+
48
+ def group_options(group_name)
49
+ group = get_group(group_name)
50
+ group_id = group ? group[:id] : nil
51
+ get_group_options(group_id)
52
+ end
53
+
54
+ def get_group(group_name)
55
+ groups = gibbon_client.lists(list_id).interest_categories.retrieve.body
56
+ groups[:categories].select{ |g| g[:title].downcase == group_name.to_s.downcase }.first
57
+ end
58
+
59
+ def get_group_options(group_id=nil)
60
+ if group_id
61
+ options = gibbon_client.lists(list_id).interest_categories(group_id).interests.retrieve.body[:interests]
62
+ options.inject({}) { |result, interest| result.merge "#{interest[:name]}" => interest[:id]}
63
+ else
64
+ {}
65
+ end
66
+ end
67
+
68
+ def check_for_missing_arguments!
69
+ missing = %i(email api_key list_id).select{ |meth| self.public_send(meth).nil? }
70
+ if missing.any?
71
+ msg = "Missing required options: #{missing.join(', ')}."
72
+ raise BananaBits::Error.new(msg)
73
+ end
74
+ end
75
+ end
76
+ end
@@ -0,0 +1,55 @@
1
+ module BananaBits
2
+ module Concerns
3
+ module Hashable
4
+ def remove_blank_values(collection)
5
+ if collection.is_a?(Hash)
6
+ collection.each_with_object({}) do |(k, v), new_hash|
7
+ if v.empty? && v != false
8
+ new_hash.delete(k)
9
+ else
10
+ if v.is_a?(Hash)
11
+ new_hash[k] = remove_blank_values(v)
12
+ elsif v.is_a?(Array)
13
+ new_hash[k] = remove_blank_values_from_array!(v)
14
+ else
15
+ new_hash[k] = v unless collection.empty?
16
+ end
17
+ end
18
+ end
19
+ elsif collection.is_a?(Array)
20
+ remove_blank_values_from_array(collection)
21
+ end
22
+ end
23
+
24
+ def remove_blank_values!(collection)
25
+ if collection.is_a?(Hash)
26
+ collection.each_pair do |k, v|
27
+ if (v.empty? && v != false)
28
+ collection.delete(k)
29
+ elsif v.is_a?(Hash)
30
+ remove_blank_values!(v)
31
+ collection.delete(k) if collection[k].nil? || collection[k].empty?
32
+ elsif v.is_a?(Array)
33
+ remove_blank_values_from_array!(v)
34
+ end
35
+ end
36
+ elsif collection.is_a?(Array)
37
+ remove_blank_values_from_array!(collection)
38
+ end
39
+ return collection
40
+ end
41
+
42
+ def remove_blank_values_from_array(arr)
43
+ arr.map{|o| remove_blank_values(o)}
44
+ end
45
+
46
+ def remove_blank_values_from_array!(arr)
47
+ arr.map{|o| remove_blank_values!(o)}
48
+ end
49
+
50
+ def symbolize_keys(collection)
51
+ collection.inject({}){|result,(k,v)| result[k.to_sym] = v; result}
52
+ end
53
+ end
54
+ end
55
+ end
@@ -0,0 +1,5 @@
1
+ module BananaBits
2
+ class Configuration
3
+ attr_accessor :api_key, :list_id
4
+ end
5
+ end
@@ -0,0 +1,3 @@
1
+ module BananaBits
2
+ VERSION = "0.2.0"
3
+ end
metadata ADDED
@@ -0,0 +1,123 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: banana_bits
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.2.0
5
+ platform: ruby
6
+ authors:
7
+ - James Stubblefield
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2019-09-10 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: gibbon
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: 3.2.0
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: 3.2.0
27
+ - !ruby/object:Gem::Dependency
28
+ name: bundler
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '1.17'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '1.17'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rake
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '10.0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '10.0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: rspec
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: '3.0'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: '3.0'
69
+ description: A wrapper of commonly used endpoints on Mailchimp
70
+ email:
71
+ - james@eightbitstudios.com
72
+ executables: []
73
+ extensions: []
74
+ extra_rdoc_files: []
75
+ files:
76
+ - ".gitignore"
77
+ - ".rspec"
78
+ - ".ruby-version"
79
+ - ".travis.yml"
80
+ - CODE_OF_CONDUCT.md
81
+ - Changelog.md
82
+ - Gemfile
83
+ - Gemfile.lock
84
+ - LICENSE.txt
85
+ - README.md
86
+ - Rakefile
87
+ - banana_bits.gemspec
88
+ - bin/console
89
+ - bin/setup
90
+ - lib/banana_bits.rb
91
+ - lib/banana_bits/client.rb
92
+ - lib/banana_bits/concerns/hashable.rb
93
+ - lib/banana_bits/configuration.rb
94
+ - lib/banana_bits/version.rb
95
+ homepage: https://bitbucket.org/eightbitdevelopers/banana_bits
96
+ licenses:
97
+ - MIT
98
+ metadata:
99
+ allowed_push_host: https://rubygems.org
100
+ homepage_uri: https://bitbucket.org/eightbitdevelopers/banana_bits
101
+ source_code_uri: https://bitbucket.org/eightbitdevelopers/banana_bits
102
+ changelog_uri: https://bitbucket.org/eightbitdevelopers/banana_bits/src/master/Changelog.md
103
+ post_install_message:
104
+ rdoc_options: []
105
+ require_paths:
106
+ - lib
107
+ required_ruby_version: !ruby/object:Gem::Requirement
108
+ requirements:
109
+ - - ">="
110
+ - !ruby/object:Gem::Version
111
+ version: '0'
112
+ required_rubygems_version: !ruby/object:Gem::Requirement
113
+ requirements:
114
+ - - ">="
115
+ - !ruby/object:Gem::Version
116
+ version: '0'
117
+ requirements: []
118
+ rubyforge_project:
119
+ rubygems_version: 2.7.6
120
+ signing_key:
121
+ specification_version: 4
122
+ summary: A wrapper of commonly used endpoints on Mailchimp
123
+ test_files: []