soundcloud-ruby-api-wrapper 0.4.7 → 0.4.8
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -0
- data/VERSION.yml +1 -1
- data/lib/soundcloud/public_oauth_access_token.rb +1 -1
- data/soundcloud-ruby-api-wrapper.gemspec +2 -2
- metadata +2 -2
data/Rakefile
CHANGED
data/VERSION.yml
CHANGED
@@ -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
|
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.
|
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-
|
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.
|
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-
|
14
|
+
date: 2010-05-25 00:00:00 +02:00
|
15
15
|
default_executable:
|
16
16
|
dependencies:
|
17
17
|
- !ruby/object:Gem::Dependency
|