soundcloud 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,9 +1,7 @@
1
1
  class Soundcloud::HashResponseWrapper < Hashie::Mash
2
2
  attr_reader :response
3
3
  def initialize(response, *args)
4
- super(response, *args) do |x|
5
- raise NoMethodError
6
- end
4
+ super(response, *args)
7
5
  @response = response
8
6
  end
9
7
  end
@@ -1,3 +1,3 @@
1
1
  class Soundcloud
2
- VERSION = '0.2.2'
2
+ VERSION = '0.2.3'
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 2
9
- version: 0.2.2
8
+ - 3
9
+ version: 0.2.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Johannes Wagener
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-04-05 00:00:00 +02:00
17
+ date: 2011-04-13 00:00:00 +02:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency