Rakefile in mageo-0.0.1 vs Rakefile in mageo-0.0.2

- old
+ new

@@ -15,11 +15,11 @@ Jeweler::Tasks.new do |gem| # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options gem.name = "mageo" gem.homepage = "http://github.com/ippei94da/mageo" gem.license = "MIT" - gem.summary = %Q{MAth GEOmetry library to deal with 2 and 3 dimension space.} - gem.description = %Q{MAth GEOmetry library to deal with 2 and 3 dimension space. + gem.summary = %Q{MAth GEOmetry library to deal with 2 and 3 dimensional spaces.} + gem.description = %Q{MAth GEOmetry library to deal with 2 and 3 dimensional spaces. Cartesian and internal coordinate systems can be used. This includes besic objects in 3 dimensional space. } gem.email = "ippei94da@gmail.com" gem.authors = ["ippei94da"]