rdioid 0.0.1 → 0.0.2
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 +4 -4
- data/README.md +1 -1
- data/lib/rdioid/version.rb +1 -1
- data/rdioid.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f6bb7b2e6be4c12aeb7c25e99816a7600ef0877c
|
|
4
|
+
data.tar.gz: ffd4511c4745af951fb31dbda604d54a36f44a47
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f7f588695304964cef895a3664996234afa6f73b093780fc25f9a08ac327a6d48c33b06c4293653338c678460eb5b934129481e77701d9e8f339b3c6608bc468
|
|
7
|
+
data.tar.gz: d98d0c3016bf75195c6555ce440e64ddd199afdab9fbbbeadb545ba18bafa0dbe45775eddcdeb5e587292915985df688d0cdd28ee231d5322b0003b33987a9a1
|
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Rdioid
|
|
2
2
|
|
|
3
|
-
A simple Ruby Gem wrapper for the Rdio Web Services API with OAuth 2.0. Handles OAuth
|
|
3
|
+
A simple Ruby Gem wrapper for the Rdio Web Services API with OAuth 2.0. Handles OAuth authentication and API calls.
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
data/lib/rdioid/version.rb
CHANGED
data/rdioid.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["reddshack@gmail.com"]
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{Simple Rdio Web Services API wrapper with OAuth 2.0}
|
|
13
|
-
spec.description = %q{Handles OAuth
|
|
13
|
+
spec.description = %q{Handles OAuth authentication and API calls for Rdio Web Services API.}
|
|
14
14
|
spec.homepage = "https://github.com/reddshack/rdioid"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rdioid
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brent Redd
|
|
@@ -66,7 +66,7 @@ dependencies:
|
|
|
66
66
|
- - ">="
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '0'
|
|
69
|
-
description: Handles OAuth
|
|
69
|
+
description: Handles OAuth authentication and API calls for Rdio Web Services API.
|
|
70
70
|
email:
|
|
71
71
|
- reddshack@gmail.com
|
|
72
72
|
executables: []
|