steam_web_api 0.0.1 → 0.0.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8a9cf2fa5814b5db9b50d5b1a8618601f10bc37f
4
- data.tar.gz: ce011229745fb9819ccab18720e3ae717a4a5d5c
3
+ metadata.gz: 2152db28abcc8beeb04ee596c89d9034d8b669e4
4
+ data.tar.gz: 396443261d6f46784c15c23fd1ca976a8d6e45ee
5
5
  SHA512:
6
- metadata.gz: f84377940cbd5cc09a0833d1c47977ce3fa0b4f02d54622b2642a04d0bee10d90428ea22699a5abecec7cdc858a78f2cf99865f3bad9ed62a46c973793534e04
7
- data.tar.gz: d803d93c28041ad488d24894cf21d2d138911ce3c55212266d77ad82553f2a4c99a03cd1cb8b861044f185f15655add8c105351ef1cfca7099c3344096bf008e
6
+ metadata.gz: 05945716b534ad69cf40cce8633295a406c54fcbac7cc8109e4a050971f88227993dddccd33ee5e6ec1458b27664cd436cbc310657c33e5b49fdee3a989ef833
7
+ data.tar.gz: d922428501be8a23baad1e6ff5584b225e7b99407f000579df3ce06d5652a72d96f197a02629d5970d7700f6e86bd9fca513b220cba67277675379e79ebb1c20
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # SteamWebApi
2
2
 
3
- [![Build Status](https://api.travis-ci.org/Olgagr/steam-web-api.svg?branch=master)](https://api.travis-ci.org/Olgagr/steam-web-api.svg?branch=master) [![Code Climate](https://codeclimate.com/github/Olgagr/steam-web-api/badges/gpa.svg)](https://codeclimate.com/github/Olgagr/steam-web-api) [![Test Coverage](https://codeclimate.com/github/Olgagr/steam-web-api/badges/coverage.svg)](https://codeclimate.com/github/Olgagr/steam-web-api)
3
+ [![Build Status](https://api.travis-ci.org/Olgagr/steam-web-api.svg?branch=master)](https://api.travis-ci.org/Olgagr/steam-web-api.svg?branch=master) [![Code Climate](https://codeclimate.com/github/Olgagr/steam-web-api/badges/gpa.svg)](https://codeclimate.com/github/Olgagr/steam-web-api) [![Test Coverage](https://codeclimate.com/github/Olgagr/steam-web-api/badges/coverage.svg)](https://codeclimate.com/github/Olgagr/steam-web-api) [![Gem Version](https://badge.fury.io/rb/steam_web_api.svg)](http://badge.fury.io/rb/steam_web_api)
4
4
 
5
5
  This is a gem that makes trivial interacting with the Steam Web API. It supports all methods listed here: https://developer.valvesoftware.com/wiki/Steam_Web_API and [one more](#get-list-of-all-games).
6
6
 
@@ -13,13 +13,17 @@ Gem supports Ruby: 2.0, 2.1, 2.2
13
13
  Add this line to your application's Gemfile:
14
14
 
15
15
  ```ruby
16
- gem 'steam_web_api', git: 'https://github.com/Olgagr/steam-web-api.git'
16
+ gem 'steam_web_api'
17
17
  ```
18
18
 
19
19
  And then execute:
20
20
 
21
21
  $ bundle
22
22
 
23
+ Or run in the console:
24
+
25
+ $ gem install steam_web_api
26
+
23
27
  ## Usage
24
28
 
25
29
  ### Configuration
@@ -1,3 +1,3 @@
1
1
  module SteamWebApi
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: steam_web_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Olga Grabek