riotgames_api 0.1.0 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1481645dbd958502946a683faf77c8f67acf44912aab1cc194eeb5f8f9e323ed
4
- data.tar.gz: 0fb9ffcafc6c5ed285043dfc29af016177c3663deea8bc82b3fd9fc2acbbbf39
3
+ metadata.gz: 23b3fb3d0f6fc57faa84a84174e164bb62ba5ac9eb9a54368559c486846e9d66
4
+ data.tar.gz: 76ce7e9b7c8ccf9fdd2461803e07311e616791d79a0f80e88bffdec35db1f850
5
5
  SHA512:
6
- metadata.gz: 84f11cc918fc2ec3f917152d0356fe0501454eb13b2b59e3b3298642558e63548b32e5e6cafbfd356cabf92e652c7076ea842b8137321f1acb27950f83aaeeba
7
- data.tar.gz: af045e6586c0a4440fe9c8aca3d7600e76008944b2b09371eedf9d989f9c4445c9b1d9b77dcb29d9c1b0556ec7e3698c31bfa0e63b4698fc3784e4a1772ee775
6
+ metadata.gz: 072d6c2e21e91e54772570d752c209f0b8d48266ba3d9d592ce6542dd5041a1fff708a4acca333c04e384b9c05f4e62912e2f141b8f1ca512248eb143913de6f
7
+ data.tar.gz: 0a28c47720070459e437ef28c56a15da5e0186eb57c285c06988b6901542ff9afd167d319c375d2ec8041098f5326a1397ae7e8eed09bd3f6a2b2acd8c42e02f
data/.gitignore CHANGED
@@ -6,6 +6,7 @@
6
6
  /pkg/
7
7
  /spec/reports/
8
8
  /tmp/
9
-
10
- # rspec failure tracking
11
9
  .rspec_status
10
+ Gemfile.lock
11
+ .ruby-version
12
+ .ruby-gemset
data/README.md CHANGED
@@ -1,8 +1,7 @@
1
- # RiotAPI
1
+ # riotgames_api
2
+ The RiotAPI gem allows Ruby developers to programatically access the Riot Games API with a cool DSL.
2
3
 
3
- The RiotAPI gem allows Ruby developers to programatically access the Riot Games API with a cool DSL. P.S.: Blitzcrank approves!
4
-
5
- ![Blitzcrank approves!](https://vignette.wikia.nocookie.net/p__/images/4/41/Blitzcrank_Render_old_%281%29.png/revision/latest?cb=20170128010045&path-prefix=protagonist)
4
+ ![Blitzcrank approves!](https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/40b52aba-ebad-4342-96c5-d8c23437ad5b/d5xuhop-d5f510a7-391e-4a7e-9307-c8cab2e7d72e.png/v1/fill/w_1024,h_485,q_80,strp/iblitz_crank_by_figgycus_d5xuhop-fullview.jpg?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7ImhlaWdodCI6Ijw9NDg1IiwicGF0aCI6IlwvZlwvNDBiNTJhYmEtZWJhZC00MzQyLTk2YzUtZDhjMjM0MzdhZDViXC9kNXh1aG9wLWQ1ZjUxMGE3LTM5MWUtNGE3ZS05MzA3LWM4Y2FiMmU3ZDcyZS5wbmciLCJ3aWR0aCI6Ijw9MTAyNCJ9XV0sImF1ZCI6WyJ1cm46c2VydmljZTppbWFnZS5vcGVyYXRpb25zIl19.6d3xFdnUaZljN0mKWR9AQk2W8QLOKp2VCNdm_Nc1MV4)
6
5
 
7
6
 
8
7
  ## Installation
@@ -37,5 +37,6 @@ module RiotAPI
37
37
  s.summoner_level = json["summoner_level"]
38
38
  s.revision_date = json["revision_date"]
39
39
  end
40
+ end
40
41
  end
41
42
  end
@@ -1,3 +1,3 @@
1
1
  module RiotAPI
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: riotgames_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vinicius Brasil