Go to file
muflax 0dcc84ab5e Regenerate gemspec for version 0.1.0 2011-12-04 14:29:29 +01:00
lib Version bump to 0.0.0 2011-12-04 14:18:40 +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.1.0 2011-12-04 14:18:49 +01:00
range_math.gemspec Regenerate gemspec for version 0.1.0 2011-12-04 14:29:29 +01:00

README

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