banana_bits 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6a327d9942e3ca848c69b0f7cf039c042b1a74b07a10f3437bbd0956ff29eaf0
4
- data.tar.gz: 7f08f86483403de745e3a90420c6b66f3d77db531a780ea58bb419b47db9e116
3
+ metadata.gz: dcfe37343f3c18bf14618c9a1c3203138aa1c80a73dfd64945fd0637fa2c99f4
4
+ data.tar.gz: 6bd25faaa1b487e803e0084c24c37b049ba694e2e160e7cc119e10fb544414ba
5
5
  SHA512:
6
- metadata.gz: 0ccf352debc6350f8ccabd3ca804ac18ec47381fe5f6b39e5b4d32034e98d20b07c36e5ffc520d2f56b9f7e7e45ebe88f283bf61179ce6ce9c8f37c03b6acd48
7
- data.tar.gz: 0c0f828b6bf4b3f998b5feb9e9d55a4f21ebb1ba922e876e9950be13c52b17c507ccea951d8f555eca915fb090bceacb8781b830eb39e455a853e71bda8dc75c
6
+ metadata.gz: 69d11424a32c7127eaa9cad5fa5e28cb19a81c871d7f4ae8d947df9f7208a5c4901ebc8a573b2bb8edf86b9e3cc3230c39ee8c2bd1bd21d6ee19e0b5b8b83a90
7
+ data.tar.gz: f37beb781fabc4780da79d8437f1992c847c109c6c548ee67bcc32350fa28a2fc56323100c0e65531a8d67b5346ef5922efd97457e7590690ecaa930fa974747
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- banana_bits (0.2.0)
4
+ banana_bits (0.2.1)
5
5
  gibbon (~> 3.2.0)
6
6
 
7
7
  GEM
@@ -40,4 +40,4 @@ DEPENDENCIES
40
40
  rspec (~> 3.0)
41
41
 
42
42
  BUNDLED WITH
43
- 1.17.1
43
+ 1.17.3
data/README.md CHANGED
@@ -1,4 +1,5 @@
1
1
  # BananaBits
2
+ [![Gem Version](https://badge.fury.io/rb/banana_bits.svg)](https://badge.fury.io/rb/banana_bits)
2
3
 
3
4
  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
5
  It allows you to get setup subscribing, unsubscribing, and archiving members in minutes.
data/banana_bits.gemspec CHANGED
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["James Stubblefield"]
10
10
  spec.email = ["james@eightbitstudios.com"]
11
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}
12
+ spec.summary = %q{BananaBits simplifies some basic methods that are commonly used to manage Mailchimp members and lists with the Gibbon gem}
13
+ spec.description = %q{It allows you to get setup subscribing, unsubscribing, and archiving members in minutes.}
14
14
  spec.homepage = "https://bitbucket.org/eightbitdevelopers/banana_bits"
15
15
  spec.license = "MIT"
16
16
 
@@ -1,3 +1,3 @@
1
1
  module BananaBits
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: banana_bits
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Stubblefield
@@ -66,7 +66,8 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: '3.0'
69
- description: A wrapper of commonly used endpoints on Mailchimp
69
+ description: It allows you to get setup subscribing, unsubscribing, and archiving
70
+ members in minutes.
70
71
  email:
71
72
  - james@eightbitstudios.com
72
73
  executables: []
@@ -115,9 +116,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
115
116
  - !ruby/object:Gem::Version
116
117
  version: '0'
117
118
  requirements: []
118
- rubyforge_project:
119
- rubygems_version: 2.7.6
119
+ rubygems_version: 3.0.6
120
120
  signing_key:
121
121
  specification_version: 4
122
- summary: A wrapper of commonly used endpoints on Mailchimp
122
+ summary: BananaBits simplifies some basic methods that are commonly used to manage
123
+ Mailchimp members and lists with the Gibbon gem
123
124
  test_files: []