banana_bits 0.2.1 → 0.2.2

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
  SHA256:
3
- metadata.gz: dcfe37343f3c18bf14618c9a1c3203138aa1c80a73dfd64945fd0637fa2c99f4
4
- data.tar.gz: 6bd25faaa1b487e803e0084c24c37b049ba694e2e160e7cc119e10fb544414ba
3
+ metadata.gz: e8d430be7742bf8613eba315462cef556fb147cf75083ec25058181784b3fc29
4
+ data.tar.gz: 6ce154a4686a42643ca2b20e144cbb33f9eafcd544395823286ecad408df1401
5
5
  SHA512:
6
- metadata.gz: 69d11424a32c7127eaa9cad5fa5e28cb19a81c871d7f4ae8d947df9f7208a5c4901ebc8a573b2bb8edf86b9e3cc3230c39ee8c2bd1bd21d6ee19e0b5b8b83a90
7
- data.tar.gz: f37beb781fabc4780da79d8437f1992c847c109c6c548ee67bcc32350fa28a2fc56323100c0e65531a8d67b5346ef5922efd97457e7590690ecaa930fa974747
6
+ metadata.gz: ed2fc1b16c9bef052d11b8ab8e2b9718fd35bdd5aa39d7033076daa184124517f79a3c82eed8c22f6ebd3f5fcc0738fc78fef942751a169fe5130e30b630379c
7
+ data.tar.gz: a98833e351e433d2fde659e45720d3ae7d362dc092e06e65418cc6263e4f9088f18b9adbed0a2729054f93c8643000b9d4d552e67fbd8423b4930fc0a4ad583e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- banana_bits (0.2.1)
4
+ banana_bits (0.2.2)
5
5
  gibbon (~> 3.2.0)
6
6
 
7
7
  GEM
data/banana_bits.gemspec CHANGED
@@ -10,7 +10,10 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["james@eightbitstudios.com"]
11
11
 
12
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.}
13
+ spec.description = %q{
14
+ BananaBits simplifies some basic methods that are commonly used to manage Mailchimp members and lists with the Gibbon gem.
15
+ It allows you to get setup subscribing, unsubscribing, and archiving members in minutes.
16
+ }
14
17
  spec.homepage = "https://bitbucket.org/eightbitdevelopers/banana_bits"
15
18
  spec.license = "MIT"
16
19
 
@@ -1,3 +1,3 @@
1
1
  module BananaBits
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
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.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Stubblefield
@@ -66,8 +66,10 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: '3.0'
69
- description: It allows you to get setup subscribing, unsubscribing, and archiving
70
- members in minutes.
69
+ description: "\n BananaBits simplifies some basic methods
70
+ that are commonly used to manage Mailchimp members and lists with the Gibbon gem.\n
71
+ \ It allows you to get setup subscribing, unsubscribing,
72
+ and archiving members in minutes.\n "
71
73
  email:
72
74
  - james@eightbitstudios.com
73
75
  executables: []