Go to file
muflax dccfd5d0d7 Regenerate gemspec for version 0.2.0 2011-12-04 14:38:07 +01:00
lib coerce properly 2011-12-04 14:38:00 +01:00
test Initial commit to range_math. 2011-12-04 13:58:37 +01:00
.document Initial commit to range_math. 2011-12-04 13:58:37 +01:00
.gitignore Initial commit to range_math. 2011-12-04 13:58:37 +01:00
Gemfile update to newer rdoc version 2011-12-04 14:29:18 +01:00
Gemfile.lock update to newer rdoc version 2011-12-04 14:29:18 +01:00
LICENSE.txt Initial commit to range_math. 2011-12-04 13:58:37 +01:00
README Version bump to 0.0.0 2011-12-04 14:18:40 +01:00
Rakefile update to newer rdoc version 2011-12-04 14:29:18 +01:00
VERSION Version bump to 0.2.0 2011-12-04 14:37:40 +01:00
range_math.gemspec Regenerate gemspec for version 0.2.0 2011-12-04 14:38:07 +01:00

README

Basic library to do math on ranges, i.e. (3..4) + 5 = (8..9) and so on.