steam-id2 0.4.1 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: eaee7d7a02a2373415af8c51de0901effa45b9b5
4
- data.tar.gz: 7ff9998a707c2852d4de1f9d450fd013f6aa2db6
3
+ metadata.gz: ad73a926e51a5ce9f1f6b75f50b065677ccc8443
4
+ data.tar.gz: 8417f19396fa3f8b771c5e885cade4ecf65ab293
5
5
  SHA512:
6
- metadata.gz: 538581954096d4cbc900aa2cff4bb632bb307ad127a9dc154f27e65c1e56baded1a9eed33acf5792b82b686edb0d97755c6d4ea8c46b907590c04b4e16f68689
7
- data.tar.gz: 7938b61255028a086e91e7d4e0b98cc4c0ec14c321f73a21ff5ebaa2d49bd254202db88f690c9fd32120c0b434f50f6127df06cbff3e6c99b106a0466564809c
6
+ metadata.gz: 215d742afbd19a0484e06a82144500fb71bd760eb583c4ef679410c656a02d2d396f9ea8c0731d505e12c7fbe40e48ce1c49e9ca1e8a0eeddc59335dbac82c49
7
+ data.tar.gz: 36c12b22561ced936bdfa572a45bfb8adccf46b2bc5d7226e8eacbfb95b921c099141ab1fd58a744e3c4dd9d636dee3b0b86fa003f0d31fa6e3efcea1ab5dac5
data/CHANGELOG.md CHANGED
@@ -19,14 +19,22 @@ glance - what to expact from upgrading to a new version.
19
19
  ### Removed
20
20
 
21
21
 
22
- ## [0.4.1]
22
+ ## [0.4.2] - 2017-11-25
23
+
24
+ ### Fixed
25
+
26
+ - Fix `SteamID::Parser#from_string` throwing an exception when resolving a
27
+ vanity URL.
28
+
29
+
30
+ ## [0.4.1] - 2017-11-19
23
31
 
24
32
  ### Fixed
25
33
 
26
34
  - Missing functionality of `SteamID.from_string`.
27
35
 
28
36
 
29
- ## [0.4.0]
37
+ ## [0.4.0] - 2017-11-18
30
38
 
31
39
  ### Added
32
40
 
@@ -58,7 +58,7 @@ module SteamID
58
58
  rescue ArgumentError
59
59
  begin
60
60
  # Trying to resolve as custom/vanity URL now.
61
- account_id = from_vanity_url(s, steam_api_key: steam_api_key)
61
+ account_id = from_vanity_url(s)
62
62
  rescue ArgumentError
63
63
  end
64
64
  end
data/steam-id2.gemspec CHANGED
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "steam-id2"
7
- spec.version = '0.4.1'
7
+ spec.version = '0.4.2'
8
8
  spec.authors = ["Michael Senn"]
9
9
  spec.email = ["michael@morrolan.ch"]
10
10
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: steam-id2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Senn
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-11-19 00:00:00.000000000 Z
11
+ date: 2017-11-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: steam-condenser