steam-condenser 1.3.3 → 1.3.4.1

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/Gemfile.lock CHANGED
@@ -1,22 +1,25 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- steam-condenser (1.3.3)
4
+ steam-condenser (1.3.4)
5
5
  bzip2-ruby (~> 0.2.7)
6
- multi_json (~> 1.5.0)
7
- multi_xml (~> 0.5.1)
6
+ multi_json (~> 1.6.0)
7
+ multi_xml (~> 0.5.2)
8
8
 
9
9
  GEM
10
10
  remote: http://rubygems.org/
11
11
  specs:
12
12
  bzip2-ruby (0.2.7)
13
+ diff-lcs (1.1.3)
13
14
  metaclass (0.0.1)
14
15
  mocha (0.13.1)
15
16
  metaclass (~> 0.0.1)
16
- multi_json (1.5.1)
17
+ multi_json (1.6.0)
17
18
  multi_xml (0.5.3)
18
19
  rake (10.0.3)
19
- shoulda-context (1.0.2)
20
+ rspec-core (2.12.2)
21
+ rspec-expectations (2.12.1)
22
+ diff-lcs (~> 1.1.3)
20
23
  yard (0.8.3)
21
24
 
22
25
  PLATFORMS
@@ -25,6 +28,7 @@ PLATFORMS
25
28
  DEPENDENCIES
26
29
  mocha (~> 0.13.0)
27
30
  rake (~> 10.0.1)
28
- shoulda-context (~> 1.0.0)
31
+ rspec-core (~> 2.12.2)
32
+ rspec-expectations (~> 2.12.1)
29
33
  steam-condenser!
30
34
  yard (~> 0.8.0)
@@ -6,6 +6,6 @@
6
6
  module SteamCondenser
7
7
 
8
8
  # The current version of Steam Condenser
9
- VERSION = '1.3.3'
9
+ VERSION = '1.3.4.1'
10
10
 
11
11
  end
@@ -1,7 +1,7 @@
1
1
  # This code is free software; you can redistribute it and/or modify it under
2
2
  # the terms of the new BSD License.
3
3
  #
4
- # Copyright (c) 2008-2012, Sebastian Staudt
4
+ # Copyright (c) 2008-2013, Sebastian Staudt
5
5
 
6
6
  require 'errors/steam_condenser_error'
7
7
  require 'steam/community/cacheable'
@@ -122,6 +122,7 @@ class SteamGroup
122
122
 
123
123
  total_pages
124
124
  rescue
125
+ raise $! if $!.is_a? SteamCondenserError
125
126
  raise SteamCondenserError, 'XML data could not be parsed.'
126
127
  end
127
128
 
@@ -292,6 +292,7 @@ class SteamId
292
292
  end
293
293
  end
294
294
  rescue
295
+ raise $! if $!.is_a? SteamCondenserError
295
296
  raise SteamCondenserError, 'XML data could not be parsed.'
296
297
  end
297
298
 
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
11
11
  s.description = 'A multi-language library for querying the Steam Community, Source, GoldSrc servers and Steam master servers'
12
12
 
13
13
  s.add_dependency 'bzip2-ruby', '~> 0.2.7'
14
- s.add_dependency 'multi_json', '~> 1.5.0'
14
+ s.add_dependency 'multi_json', '~> 1.6.0'
15
15
  s.add_dependency 'multi_xml', '~> 0.5.2'
16
16
 
17
17
  s.add_development_dependency 'mocha', '~> 0.13.0'
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: steam-condenser
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 85
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
- - 3
10
- version: 1.3.3
9
+ - 4
10
+ - 1
11
+ version: 1.3.4.1
11
12
  platform: ruby
12
13
  authors:
13
14
  - Sebastian Staudt
@@ -15,7 +16,7 @@ autorequire:
15
16
  bindir: bin
16
17
  cert_chain: []
17
18
 
18
- date: 2013-02-12 00:00:00 Z
19
+ date: 2013-02-13 00:00:00 Z
19
20
  dependencies:
20
21
  - !ruby/object:Gem::Dependency
21
22
  name: bzip2-ruby
@@ -41,12 +42,12 @@ dependencies:
41
42
  requirements:
42
43
  - - ~>
43
44
  - !ruby/object:Gem::Version
44
- hash: 3
45
+ hash: 15
45
46
  segments:
46
47
  - 1
47
- - 5
48
+ - 6
48
49
  - 0
49
- version: 1.5.0
50
+ version: 1.6.0
50
51
  type: :runtime
51
52
  version_requirements: *id002
52
53
  - !ruby/object:Gem::Dependency