sciolyff 0.7.1 → 0.7.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
  SHA256:
3
- metadata.gz: 1c1819dc4e693f02b62f0faf985459ce6835a084cd9bafa549b604b628cada7f
4
- data.tar.gz: 38568c82e07ab4bd15953d19cf81b54f36013582a8536b89b89bb97b3f92077d
3
+ metadata.gz: 3fa5d842e42bc16f982593c2035ba2c753b91ce4bf39f330ece71a8dff70371c
4
+ data.tar.gz: 2ceecc1b1830a25f71e77327ab3ea6859ac1299be30cb4ceaeca431faf286377
5
5
  SHA512:
6
- metadata.gz: bfea2890d6a6b85b0ade97438c53b61f5f936042b0f6b8fa5bcc2da45ba6b71f81be993820aaddbc18399fd9be14d928186160396d3fcf954a032f5794d171ec
7
- data.tar.gz: 9f753a41c3ff214fd593a38a6ffd4d257c01eb5954bb124bdaf76e47a399808b275a64fe0fa6f5f25db074525787995e9766f24b7c43c2a45491a3bd30218525
6
+ metadata.gz: 8852c727705a1de79952ee46dabf8092db727603b599111c4c95d5c092109c7e6c93f9e5926a318b87ec0dba605800483b7fbff327663b83a01679387dee28e7
7
+ data.tar.gz: 30f12194806aeb5eff2080d674e1e925174324d031a9f4d34575facb48ccc3ab61f7d4287e8fc266902cd6d6a66c3455494f03731e913ff8f6322352d815277a
data/bin/sciolyff CHANGED
@@ -6,7 +6,7 @@ require 'yaml'
6
6
  require 'sciolyff'
7
7
 
8
8
  opts = Optimist.options do
9
- version 'sciolyff 0.7.1'
9
+ version 'sciolyff 0.7.2'
10
10
  banner <<~STRING
11
11
  Checks if a given file is in the Scioly File Format
12
12
 
@@ -38,11 +38,11 @@ module SciolyFF
38
38
  end
39
39
 
40
40
  def did_not_participate?
41
- !participated? && !disqualified?
41
+ !participated?
42
42
  end
43
43
 
44
44
  def participation_only?
45
- participated? && !place && !unknown?
45
+ participated? && !place && !disqualified? && !unknown?
46
46
  end
47
47
 
48
48
  def dropped_as_part_of_worst_placings?
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sciolyff
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.1
4
+ version: 0.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Em Zhan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-10-15 00:00:00.000000000 Z
11
+ date: 2019-10-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minitest