riot_games_api 0.0.3 → 0.0.4

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: 28be7efe4632376cb37279d8089e99445b8b914d
4
- data.tar.gz: edc5b8faa28fd65e367335a6c524dca002ab3539
3
+ metadata.gz: 79feef7a74fb8e41114e9996725603a880401e0a
4
+ data.tar.gz: 6c08ab4633c39dea9ee109cd322943608c9a0c84
5
5
  SHA512:
6
- metadata.gz: 115bbf88867b326f0b94d629283dff1a357bd0a9a67f9134a6f67ac81ea91725cd1189d0dd3a15e84ca78e7b72d2da8a9280c233f888148e1d42a375fc6cbdf2
7
- data.tar.gz: ec1f9ced6ad7ff19a39827bd8ca6d0773fdf529bfd94469a0732c89914b746d420a93e9b8670fea4bfcd79fa4a132dbe5fd051a7ed7140e7a8d08221bc3e08a5
6
+ metadata.gz: bbf0a973a180469e9f7bc38bec59ac8929c082c1974c3f1243f206496c34ebf09a672695d33e5abcb51314ea852f49c1f6533d40b23692b525e67c2cf18e12a2
7
+ data.tar.gz: dbd2392f97ecc3beddceea612c12bd3ad5ec8672f97551cf6b45030a0f393ad58a0ce01996ccb819ba7d8c781bddd4c873aa8dfde091fa8bb5b96761bc641e8a
@@ -1,3 +1,3 @@
1
1
  module RiotGamesApi
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
@@ -34,7 +34,7 @@ describe RiotGamesApi::LOL::Resource::Game, :vcr do
34
34
  end
35
35
 
36
36
  it 'should first game is win' do
37
- recent_games.games.first.stats.win.should be_true
37
+ recent_games.games.first.stats.win.should eq true
38
38
  end
39
39
  end
40
40
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: riot_games_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shigenobu Nishikawa