soundcloud-ruby-api-wrapper 0.4.7 → 0.4.8

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.
data/Rakefile CHANGED
@@ -1,5 +1,6 @@
1
1
  require 'rubygems'
2
2
  require 'rake'
3
+ require 'yaml'
3
4
 
4
5
  begin
5
6
  require 'jeweler'
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 4
4
- :patch: 7
4
+ :patch: 8
@@ -27,7 +27,7 @@ module Soundcloud
27
27
  end
28
28
 
29
29
  path = "#{_uri.path}#{_uri.query ? "?#{_uri.query}" : ""}"
30
- rsp = http.request(create_http_request(http_method, path, token, request_options, *arguments, @key))
30
+ rsp = http.request(create_http_request(http_method, path, token, request_options, *arguments ))
31
31
 
32
32
  rsp
33
33
  end
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{soundcloud-ruby-api-wrapper}
8
- s.version = "0.4.7"
8
+ s.version = "0.4.8"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Johannes Wagener", "Thor Kell", "Hannes Tyden"]
12
- s.date = %q{2010-05-19}
12
+ s.date = %q{2010-05-25}
13
13
  s.email = %q{johannes@soundcloud.com}
14
14
  s.extra_rdoc_files = [
15
15
  "LICENSE",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: soundcloud-ruby-api-wrapper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.7
4
+ version: 0.4.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Johannes Wagener
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2010-05-19 00:00:00 +02:00
14
+ date: 2010-05-25 00:00:00 +02:00
15
15
  default_executable:
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency