Skip to content

Commit c3a0d92

Browse files
authored
Update gem specification: summary and description
1 parent 0196dc3 commit c3a0d92

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

irt_ruby.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Gem::Specification.new do |spec|
66
spec.authors = ["Alex Kholodniak"]
77
spec.email = ["alexandrkholodniak@gmail.com"]
88

9-
spec.summary = "A simple IRT model implementation"
10-
spec.description = "A simple implementation of the 1PL (Rasch) model for Item Response Theory in Ruby."
9+
spec.summary = %q{A Ruby gem that provides implementations of Rasch, Two-Parameter, and Three-Parameter models for Item Response Theory (IRT).}
10+
spec.description = %q{IrtRuby is a Ruby gem that provides implementations of the Rasch model, Two-Parameter model, and Three-Parameter model for Item Response Theory (IRT). It allows you to estimate the abilities of individuals and the difficulties, discriminations, and guessing parameters of items based on their responses to a set of items.}
1111
spec.homepage = "https://github.com/SyntaxSpirits/irt_ruby"
1212
spec.license = "MIT"
1313

0 commit comments

Comments
 (0)