--- !ruby/object:Gem::Specification name: elo version: !ruby/object:Gem::Version prerelease: true segments: - 0 - 0 - 3 - alpha version: 0.0.3.alpha platform: ruby authors: - Iain Hecker autorequire: bindir: bin cert_chain: [] date: 2010-03-15 00:00:00 +01:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: rspec prerelease: false requirement: &id001 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 1 - 2 - 9 version: 1.2.9 type: :development version_requirements: *id001 description: The Elo rating system is a method for calculating the relative skill levels of players in two-player games such as cess and Go. email: iain@iain.nl executables: [] extensions: [] extra_rdoc_files: - README.rdoc files: - .document - .gitignore - README.rdoc - Rakefile - VERSION - doc/classes/Elo.html - doc/classes/Elo/Configuration.html - doc/classes/Elo/EloHelper.html - doc/classes/Elo/EloHelper/ClassMethods.html - doc/classes/Elo/Game.html - doc/classes/Elo/Player.html - doc/classes/Elo/Rating.html - doc/created.rid - doc/files/README_rdoc.html - doc/files/lib/elo_rb.html - doc/fr_class_index.html - doc/fr_file_index.html - doc/fr_method_index.html - doc/index.html - doc/rdoc-style.css - elo.gemspec - lib/elo.rb - lib/elo/configuration.rb - lib/elo/game.rb - lib/elo/helper.rb - lib/elo/player.rb - lib/elo/rating.rb - spec/elo_spec.rb - spec/spec.opts - spec/spec_helper.rb has_rdoc: true homepage: http://github.com/iain/elo licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">" - !ruby/object:Gem::Version segments: - 1 - 3 - 1 version: 1.3.1 requirements: [] rubyforge_project: rubygems_version: 1.3.6 signing_key: specification_version: 3 summary: The Elo rating system is a method for calculating the relative skill levels of players in two-player games such as cess and Go. test_files: - spec/elo_spec.rb - spec/spec_helper.rb