beatport 0.1.9 → 0.1.10

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: beatport
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-12 00:00:00.000000000 Z
12
+ date: 2013-08-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: httparty
@@ -32,17 +32,17 @@ dependencies:
32
32
  requirement: !ruby/object:Gem::Requirement
33
33
  none: false
34
34
  requirements:
35
- - - ! '>='
35
+ - - ~>
36
36
  - !ruby/object:Gem::Version
37
- version: '0'
37
+ version: 5.1.1
38
38
  type: :runtime
39
39
  prerelease: false
40
40
  version_requirements: !ruby/object:Gem::Requirement
41
41
  none: false
42
42
  requirements:
43
- - - ! '>='
43
+ - - ~>
44
44
  - !ruby/object:Gem::Version
45
- version: '0'
45
+ version: 5.1.1
46
46
  - !ruby/object:Gem::Dependency
47
47
  name: bundler
48
48
  requirement: !ruby/object:Gem::Requirement
@@ -238,7 +238,6 @@ files:
238
238
  - spec/fixtures/audio_format.yml
239
239
  - spec/fixtures/autocomplete.yml
240
240
  - spec/fixtures/chart.yml
241
- - spec/fixtures/chart_overview.yml
242
241
  - spec/fixtures/country.yml
243
242
  - spec/fixtures/currency.yml
244
243
  - spec/fixtures/genre.yml
@@ -269,7 +268,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
269
268
  version: '0'
270
269
  segments:
271
270
  - 0
272
- hash: -4339444266390201649
271
+ hash: 3099949540174036320
273
272
  required_rubygems_version: !ruby/object:Gem::Requirement
274
273
  none: false
275
274
  requirements:
@@ -278,7 +277,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
278
277
  version: '0'
279
278
  requirements: []
280
279
  rubyforge_project:
281
- rubygems_version: 1.8.24
280
+ rubygems_version: 1.8.25
282
281
  signing_key:
283
282
  specification_version: 3
284
283
  summary: ruby gem for accessing the beatport api
@@ -1,41 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: get
5
- uri: http://api.beatport.com/catalog/3/charts/overview?
6
- body:
7
- encoding: US-ASCII
8
- string: ''
9
- headers: {}
10
- response:
11
- status:
12
- code: 404
13
- message: Not Found
14
- headers:
15
- date:
16
- - Sun, 11 Nov 2012 17:28:06 GMT
17
- server:
18
- - Apache
19
- expires:
20
- - Thu, 01 Jan 1970 00:00:00 GMT
21
- pragma:
22
- - no-cache
23
- cache-control:
24
- - max-age=0, no-cache, no-store, must-revalidate, pre-check=0, post-check=0
25
- access-control-allow-origin:
26
- - ! '*'
27
- connection:
28
- - close
29
- transfer-encoding:
30
- - chunked
31
- content-type:
32
- - text/html; charset=UTF-8
33
- body:
34
- encoding: US-ASCII
35
- string: ! "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\"; \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd>\n<html
36
- xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n <meta http-equiv=\"Content-Type\"
37
- content=\"text/html; charset=utf-8\" />\n <title>Zend Framework Default Application</title>\n</head>\n<body>\n
38
- \ <h1>An error occurred</h1>\n <h2>Page not found</h2>\n\n \n</body>\n</html>\n"
39
- http_version: '1.1'
40
- recorded_at: Sun, 11 Nov 2012 17:28:04 GMT
41
- recorded_with: VCR 2.2.5