README.rdoc in cartesian-0.6.5 vs README.rdoc in cartesian-0.6.6
- old
+ new
@@ -47,11 +47,11 @@
v #=> [[1, 1, 2], [1, 2, 1], [2, 1, 1]]
Finally, the grid search methods
require 'cartesian/grid_search'
[-1, 0, 1, 2].argmax {|x| x**2 } #=> 2
- 0.argmin {|x| x.abs } #=> 0
+ [-1, 0, 1, 2].argmin {|x| x.abs } #=> 0
== REQUIREMENTS:
* None, besides the Ruby interpreter and standard library. This gems was successfully tested on all relevant Ruby versions: MRI/YARV, JRuby, Rubinius, and REE. For details, see History.txt.
@@ -61,10 +61,10 @@
== LICENSE:
(The MIT License)
-Copyright (c) 2006-2011 Adriano Mitre <adriano.mitre@gmail.com>
+Copyright (c) 2006-2012 Adriano Mitre <adriano.mitre@gmail.com>
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,