Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Commit

Permalink
version 0.13.1!
Browse files Browse the repository at this point in the history
  • Loading branch information
smayya337 committed Jan 17, 2021
1 parent db16db4 commit e04d2c1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
*.gem
ztestscript*.rb
.idea
.yardoc
doc
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ other fun stuff. The format is a subset of YAML for easy implementation of
parsers across many programming languages.

A website that generates results tables based off SciolyFF files can be found
[here](https://duosmium.smayya.me/results/) and the source code for the website
[here](https://duosmium.org/results/) and the source code for the website
[here](https://github.com/Duosmium/duosmium).

## Specification
Expand All @@ -31,7 +31,7 @@ official releases, build from source:
```
git clone https://github.com/Duosmium/sciolyff.git && cd sciolyff
gem build sciolyff.gemspec
gem install ./sciolyff-duosmium-0.13.0.gem
gem install ./sciolyff-duosmium-0.13.1.gem
```

## Usage
Expand Down Expand Up @@ -84,9 +84,9 @@ team_one.points #=> 448
i.teams #=> [#<...{:school=>"Troy H.S.", :number=>3, :state=>"CA"}>, ... ]
```

A fuller example can be found here in the code for the Unosmium Results website,
A fuller example can be found here in the code for the Duosmium Results website,
found
[here](https://github.com/Duosmium/duosmium/blob/master/source/results/template.html.erb).
There is also of course the
[documentation](https://www.rubydoc.info/gems/sciolyff-duosmium/0.13.0), a bit sparse
[documentation](https://www.rubydoc.info/gems/sciolyff-duosmium/0.13.1), a bit sparse
currently.
2 changes: 1 addition & 1 deletion bin/sciolyff
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require 'optimist'
require 'sciolyff'

opts = Optimist.options do
version 'sciolyff 0.13.0'
version 'sciolyff 0.13.1'
banner <<~STRING
Checks if a given file is in the Scioly File Format
Expand Down
2 changes: 1 addition & 1 deletion sciolyff.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|
s.license = 'MIT'
s.name = 'sciolyff-duosmium'
s.summary = 'A file format for Science Olympiad tournament results.'
s.version = '0.13.0'
s.version = '0.13.1'
s.executables << 'sciolyff'
s.add_runtime_dependency 'erubi', '~> 1.9'
s.add_runtime_dependency 'optimist', '~> 3.0'
Expand Down

0 comments on commit e04d2c1

Please sign in to comment.