shuffler_fm 0.1.0 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ 1.0.0
2
+ -----
3
+
4
+ Major release
5
+
1
6
  0.1.0
2
7
  -----
3
8
 
@@ -11,4 +16,4 @@ Added the per_page parameter & corrected pagination threshold
11
16
  0.0.1
12
17
  -----
13
18
 
14
- 1st release
19
+ 1st release
data/README.md CHANGED
@@ -1,7 +1,6 @@
1
- # ShufflerFM [![Build Status](https://secure.travis-ci.org/mguinada/shuffler_fm.png?branch=master)](http://travis-ci.org/mguinada/shuffler_fm) [![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/mguinada/shuffler_fm)
1
+ # ShufflerFM [![Build Status](https://secure.travis-ci.org/mguinada/shuffler_fm.png?branch=master)](http://travis-ci.org/mguinada/shuffler_fm)
2
2
 
3
3
  [travis]: http://travis-ci.org/mguinada/shuffler_fm
4
- [codeclimate]: https://codeclimate.com/github/mguinada/shuffler_fm
5
4
 
6
5
  Ruby API wrapper for [shuffler.fm v1 API](http://developers.shuffler.fm/)
7
6
 
@@ -1,3 +1,3 @@
1
1
  module ShufflerFM
2
- VERSION = "0.1.0"
2
+ VERSION = "1.0.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shuffler_fm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 1.0.0
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-08 00:00:00.000000000 Z
12
+ date: 2012-11-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: faraday