admiral_stats_parser 0.1.8 → 0.1.9

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: aef0c8b05ae9d0b5927985b4adddac004e9d8cd7
4
- data.tar.gz: 2caebc70574e70a7d2d0bc5316aa3a1aa18c7a98
3
+ metadata.gz: 11fb622cad85c8c95a1af6bfc0de6ce8bbac56b7
4
+ data.tar.gz: fa14cf75b7f32975ce96096db2f6f88d9dc1efc2
5
5
  SHA512:
6
- metadata.gz: 8a494052c90c15bb4fb249e6ce6e2f83d727a01b02a660c16378baeb95c89424d436a12251347e14cee59d0b3c9ffc09e1c9016b31d65ae85fc787acacef69e4
7
- data.tar.gz: cf820f157bedac27f066eaef137724f978b1a6ad7c4bab3a71bad66b33c207ff2eb1f7fa560e4b9984309611644d4271234be4d9de99963cac5dfa4ab96f7d13
6
+ metadata.gz: 1b4067f6d75b90a66d9f7b1db8c2a9cbeac2c421b6b46bacdc5b4ca3eafb37ffd23e087cf5b0bc0a60050d0c6c03267619d87f32277d50070dd8163d9f2d84de
7
+ data.tar.gz: 227724e36a6b5d0602a38996c8d92ba15ece27e6ee9aa6a468668bdabcb8103f37e23cd88755d0ba0ab821b9eb253b7e6451fbed346f8c4cf6697676e5b8f8f4
@@ -1,3 +1,3 @@
1
1
  module AdmiralStatsParser
2
- VERSION = "0.1.8"
2
+ VERSION = "0.1.9"
3
3
  end
@@ -119,6 +119,8 @@ module AdmiralStatsParser
119
119
  raise "API version #{api_version} does not support event info"
120
120
  when 4
121
121
  {
122
+ opened: EventInfoParser.opened?(event_info_list, level),
123
+ all_cleared: EventInfoParser.all_cleared?(event_info_list, level),
122
124
  current_loop_counts: EventInfoParser.current_loop_counts(event_info_list, level),
123
125
  cleared_loop_counts: EventInfoParser.cleared_loop_counts(event_info_list, level),
124
126
  cleared_stage_no: EventInfoParser.cleared_stage_no(event_info_list, level),
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: admiral_stats_parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Masahiro Yoshizawa