This repository has been archived by the owner on Aug 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
link gem to Travis ci #27
Open
Thembadev
wants to merge
10
commits into
master
Choose a base branch
from
link_to_ci
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 8 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
448e11e
Linking to Travis ci
Thembadev cd4f52d
Add travis yml
Thembadev 0f31919
correct version of ruby gem
Thembadev f6fa1a0
previous version of ruby gem
Thembadev 8d93eba
Update README
Thembadev ee0efdc
Build status badge markdown to rdoc
Thembadev 7b0ef07
Delete unneeded travis.yml
Thembadev d5c8e63
bump back up to 2.2
Thembadev 7f50213
doing it right this time
Thembadev 0803c3f
use syck on 2.2
Thembadev File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
language: ruby | ||
rvm: | ||
- 2.2.0 | ||
notifications: | ||
campfire: | ||
rooms: | ||
- secure: "Dy/OtCgChcv+AS6zrPce4vvJGUJstUSi8eE2s5x6ruDy2ZTNSHo0ITGPRQPYuM75hlUxhJLvJLEsbG/llldl96wihq2q2KeSb20Pzuma+TVe9B4QYIjodrTeudmFrrgWV3IpuXnrwkZeZJywBFM5kXWRIvROCK7aRNKTBWzsI/Y=" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,7 @@ group :development do | |
gem 'vcr' | ||
gem 'webmock' | ||
end | ||
|
||
group :test do | ||
gem 'rake' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,6 +88,7 @@ DEPENDENCIES | |
crack (> 0.1.7) | ||
httparty (>= 0.13.1) | ||
jeweler (> 1.4) | ||
rake | ||
rspec | ||
vcr | ||
webmock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
= madmimi | ||
= madmimi {<img src="https://travis-ci.org/madmimi/madmimi-gem.svg?branch=master" alt="Build Status" />}[https://travis-ci.org/madmimi/madmimi-gem] | ||
|
||
The power of Mad Mimi in your Ruby application. Deliver emails, track statistics, and manage your subscriber base with ease. | ||
|
||
|
@@ -64,6 +64,10 @@ You can set +verify_ssl+ to either true or false in initializer, if you wish ver | |
|
||
mimi.list_members('Test List', 2, 50) # get audience members on the 2nd page in specific list (50 members per page) | ||
|
||
mimi.list_size('Test List') # get audience count in a specific list | ||
|
||
mimi.list_size_since('Test List', 'unix timestamp') # get the count of audience members added to a specific list since a specified date | ||
|
||
mimi.suppressed?('[email protected]') # check if audience member is suppressed | ||
|
||
mimi.suppress_email('[email protected]') # move email to suppressed list | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, I meant adding multiple Rubies to test 😉 So we should at least test 2.1 and 2.2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Totally missed that one. Sorted now