easy_mailchimp 0.1.5 → 0.1.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -3
- data/lib/easy_mailchimp/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8442407d666ebea98205696dec058c226b20ef19
|
4
|
+
data.tar.gz: fed51069bca6cd850d4ea7502ee7e813e0553d8c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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).
|