easy_mailchimp 0.1.5 → 0.1.6

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: b324372c8414e976cf506787fa0076e2d45a7548
4
- data.tar.gz: d54acff084213e4bd78a3a70e22c7a9ca5b2ed3a
3
+ metadata.gz: 8442407d666ebea98205696dec058c226b20ef19
4
+ data.tar.gz: fed51069bca6cd850d4ea7502ee7e813e0553d8c
5
5
  SHA512:
6
- metadata.gz: 3d4742395f001205a5afbeb0d3fca4f593523e6a459fd403256642533e72c144259a8e1f497801b49d2ac1931ab201c45da54e5b5dfe729c97c7e253ded8de77
7
- data.tar.gz: 3ebb93995d8a7bcd76fc46320a31597010eee24419860acfc19cea01fc4328327613bffebe52eaf9d78e5b798492e3db8d7ab17af5d410b5c8bc88dcfbbcf21c
6
+ metadata.gz: e3d8e7b4eded82ffa7044862a5c80611d164be68d1085c5e07b697d9545761074b7ad5231ddcca8bdea3d5253a93a43f12558432eb79eaf65394173ea4634792
7
+ data.tar.gz: e640ec9d100f23fcc1fdf56c94ee3c570e47e1df30d3cc4adddc613c4412454146077a99d7da8d9f5cb1cf2e25b19dfb6dbf7ffc6f6a6b1e10d7efcb12d5174d
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # EasyMailchimp
2
2
 
3
+ [![Build Status](https://travis-ci.org/bsodmike/easy_mailchimp.svg?branch=master)](https://travis-ci.org/bsodmike/easy_mailchimp)
4
+
3
5
  Easy Mailchimp Ruby library.
4
6
 
5
7
  ## Installation
@@ -39,9 +41,6 @@ mailchimp.create_member('<Your Mailchimp List ID goes here>', {
39
41
 
40
42
  ## Development
41
43
 
42
- **IMPORTANT**: Specs are currently missing; unfortunately I'm pushed to meet
43
- a deadline, but will do my best to have specs up ASAP. Thanks!
44
-
45
44
  After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
46
45
 
47
46
  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).
@@ -1,3 +1,3 @@
1
1
  module EasyMailchimp
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: easy_mailchimp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael de Silva