steam_api 0.1.5 → 0.1.6

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: 4a8c1e06c8da16a0a0411e520f789095ba26679e
4
- data.tar.gz: 9c2d5984b17cda8e39ae5c61f901409f7c2700a8
3
+ metadata.gz: fcacb3af2d6461783974879f22c887b3a1094d4b
4
+ data.tar.gz: f418dc29c25a830877a4d49be5034d5029aaa741
5
5
  SHA512:
6
- metadata.gz: 766a9665fbd3fa3d097c2db0973713654e92b69b4b94c1cfa0255097f060a55fc1deff09393f69366811b5182431dafe12bff5523bb218cb493e2291821b624a
7
- data.tar.gz: b4c4e8e32890c14dd557355a52baf5e1b4902002ca05fb8c59d3a16c2309ffba191924f182bcd750b483c9b5e42379079458952c271720206a8f0e7c26e57746
6
+ metadata.gz: 06d55a952fcb3ba40c82faaff14756eb6c7ed5a1dc1c12cec774dc8dfdb9888940de5fd9110f041cd88fc6e5aaec80e46031a2c9893d607a40a35ad7407aee6b
7
+ data.tar.gz: c899cdae2b154ae6dc9acb1d65afc47e67720b28995ebe1ac294ff24c79cf9f78f91e7457de1935b7f84f1ce5db38ccf9853e1abcc83fc5565f4881979419442
data/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2014 TODO: Yusef Ouda
1
+ Copyright (c) 2014 Yusef Ouda
2
2
 
3
3
  MIT License
4
4
 
data/README.md CHANGED
@@ -31,7 +31,7 @@ client = SteamApi::Client.new("###INSERT STEAM API KEY HERE###")
31
31
  This will allow you to call methods such as:
32
32
 
33
33
  ```ruby
34
- client.get_friend_list('2834798123')
34
+ client.get_friend_list('76561197995163285')
35
35
  ```
36
36
  where the number that is passed in the user's SteamID64. In order to fetch a user's SteamID64, you can call:
37
37
 
@@ -1,4 +1,4 @@
1
1
  module SteamApi
2
2
  # The current version
3
- VERSION = "0.1.5"
3
+ VERSION = "0.1.6"
4
4
  end
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: steam_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yusef Ouda
@@ -186,6 +186,7 @@ files:
186
186
  - steam_api-0.1.2.gem
187
187
  - steam_api-0.1.3.gem
188
188
  - steam_api-0.1.4.gem
189
+ - steam_api-0.1.5.gem
189
190
  - steam_api.gemspec
190
191
  homepage: http://github.com/YusefOuda/steam-api
191
192
  licenses: