wordstream_client 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/README.md +1 -8
  2. metadata +2 -2
data/README.md CHANGED
@@ -1,17 +1,10 @@
1
- # Wordstream API Gem
1
+ # Wordstream API Gem [![Build Status](https://secure.travis-ci.org/mtchavez/wordstream-client.png)](http://travis-ci.org/mtchavez/wordstream-client?branch=master)
2
2
 
3
3
  A wrapper around the Wordstream API calls.
4
4
 
5
5
  * [Github](http://github.com/mtchavez/wordstream-client "Github Repo")
6
6
  * [Rubygems](https://rubygems.org/gems/wordstream-client "Rubygems Page")
7
7
 
8
- ## Disclaimer
9
-
10
- The Wordstream API is constructed very poorly in my personal opinion. In addition to this I have had issues with it's
11
- reliability and usability. I take no responsibility for you using their service and I advise you use them
12
- **at your own risk**. This library was written due to the lack of libraries for Ruby and due to the only one out there does
13
- not look maintained nor does it implement all the current endpoints available.
14
-
15
8
  ## Description
16
9
 
17
10
  Wordstream API gem to wrap the API calls available. Allows you to login/logout, get your api credits, get keyword volumes,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wordstream_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-10-02 00:00:00.000000000 Z
12
+ date: 2012-10-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rest-client