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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dd5abcbdd6d06aecfc6b7753adf1e98257ebc9f0
4
- data.tar.gz: 626af7c0ec328b43bffae95f0be1f6663b0aae9c
3
+ metadata.gz: f6bb7b2e6be4c12aeb7c25e99816a7600ef0877c
4
+ data.tar.gz: ffd4511c4745af951fb31dbda604d54a36f44a47
5
5
  SHA512:
6
- metadata.gz: f3680cf4f7596175ad30deef58e9eabb6d5a7124a0ca259685c8e60fb8efdb7af8cd406de0d44003e3ab9ab17efcc1bae85d2fbb0c704a16734f1a08114ea7d8
7
- data.tar.gz: b8be35e3fb36bacfd148f453a44c651bd4625624bd63bc9fc317f9bf03a06f8776752f36367db46ee1102a77195829a68e4afa7cdca9b4dd596cc242f0271e7e
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 authtentication and API calls.
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
 
@@ -1,3 +1,3 @@
1
1
  module Rdioid
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
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 authtentication and API calls for Rdio Web Services API.}
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.1
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 authtentication and API calls for Rdio Web Services API.
69
+ description: Handles OAuth authentication and API calls for Rdio Web Services API.
70
70
  email:
71
71
  - reddshack@gmail.com
72
72
  executables: []