TrueskillThroughTime 1.0.0

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.
@@ -0,0 +1,4 @@
1
+ module TrueskillThroughTime
2
+ VERSION: String
3
+ # See the writing guide of rbs: https://github.com/ruby/rbs#guides
4
+ end
metadata ADDED
@@ -0,0 +1,60 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: TrueskillThroughTime
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Solomon Birch
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2026-04-16 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description:
14
+ email:
15
+ - birch.jj@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - ".idea/TrueskillThroughTime.iml"
21
+ - ".idea/modules.xml"
22
+ - ".idea/vcs.xml"
23
+ - ".idea/workspace.xml"
24
+ - ".rubocop.yml"
25
+ - CHANGELOG.md
26
+ - LICENCE
27
+ - README.md
28
+ - Rakefile
29
+ - TrueskillThroughTime.gemspec
30
+ - lib/TrueskillThroughTime.rb
31
+ - lib/TrueskillThroughTime/version.rb
32
+ - lib/example_data/liquid_t2_tournament_results.json
33
+ - lib/example_data/liquid_tournament_results.json
34
+ - sig/TrueskillThroughTime.rbs
35
+ homepage: https://github.com/sjjbirch/Trueskill-Through-Time
36
+ licenses: []
37
+ metadata:
38
+ homepage_uri: https://github.com/sjjbirch/Trueskill-Through-Time
39
+ source_code_uri: https://github.com/sjjbirch/Trueskill-Through-Time
40
+ changelog_uri: https://github.com/sjjbirch/Trueskill-Through-Time/blob/master/CHANGELOG.md
41
+ post_install_message:
42
+ rdoc_options: []
43
+ require_paths:
44
+ - lib
45
+ required_ruby_version: !ruby/object:Gem::Requirement
46
+ requirements:
47
+ - - ">="
48
+ - !ruby/object:Gem::Version
49
+ version: '3.2'
50
+ required_rubygems_version: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ requirements: []
56
+ rubygems_version: 3.4.19
57
+ signing_key:
58
+ specification_version: 4
59
+ summary: A Ruby implementation of Trueskill Through Time.
60
+ test_files: []