steam_api 0.1.5 → 0.1.6
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.
- checksums.yaml +4 -4
- data/LICENSE.txt +1 -1
- data/README.md +1 -1
- data/lib/steam_api/version.rb +1 -1
- data/steam_api-0.1.5.gem +0 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fcacb3af2d6461783974879f22c887b3a1094d4b
|
|
4
|
+
data.tar.gz: f418dc29c25a830877a4d49be5034d5029aaa741
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 06d55a952fcb3ba40c82faaff14756eb6c7ed5a1dc1c12cec774dc8dfdb9888940de5fd9110f041cd88fc6e5aaec80e46031a2c9893d607a40a35ad7407aee6b
|
|
7
|
+
data.tar.gz: c899cdae2b154ae6dc9acb1d65afc47e67720b28995ebe1ac294ff24c79cf9f78f91e7457de1935b7f84f1ce5db38ccf9853e1abcc83fc5565f4881979419442
|
data/LICENSE.txt
CHANGED
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('
|
|
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
|
|
data/lib/steam_api/version.rb
CHANGED
data/steam_api-0.1.5.gem
ADDED
|
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.
|
|
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:
|