soundcloud2 0.3.2 → 0.3.3

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.
@@ -1,3 +1,3 @@
1
1
  module Soundcloud2
2
- VERSION = "0.3.2"
2
+ VERSION = "0.3.3"
3
3
  end
data/soundcloud2.gemspec CHANGED
@@ -24,8 +24,8 @@ Gem::Specification.new do |s|
24
24
  s.add_runtime_dependency("faraday_middleware", '~> 0.7.0')
25
25
  s.add_runtime_dependency('hashie', '~> 1.1.0')
26
26
  s.add_runtime_dependency('yajl-ruby', '~> 0.8.1')
27
- # s.add_runtime_dependency('multi_json', '~> 1.0.3')
28
- s.add_runtime_dependency('multi_json', '~> 0.0.2')
27
+ s.add_runtime_dependency('multi_json', '~> 1.0.3')
28
+ # s.add_runtime_dependency('multi_json', '~> 0.0.2')
29
29
 
30
30
 
31
31
  s.files = `git ls-files`.split("\n")
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: soundcloud2
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.3.2
5
+ version: 0.3.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Alex Manelis
@@ -141,7 +141,7 @@ dependencies:
141
141
  requirements:
142
142
  - - ~>
143
143
  - !ruby/object:Gem::Version
144
- version: 0.0.2
144
+ version: 1.0.3
145
145
  type: :runtime
146
146
  version_requirements: *id012
147
147
  description: A wrapper for the Soundcloud v2 API