cartesian 0.6.2 → 0.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/History.txt +1 -1
- data/lib/cartesian.rb +1 -1
- data/website/doc/created.rid +2 -2
- data/website/doc/lib/cartesian_rb.html +1 -1
- data/website/index.html +1 -1
- metadata +2 -2
data/History.txt
CHANGED
data/lib/cartesian.rb
CHANGED
@@ -39,7 +39,7 @@ module Cartesian
|
|
39
39
|
# Unfortunately, as of now, the version data must be replicated in ../cartesian.rb,
|
40
40
|
# due to a mix of newgem versions, each requiring a different one. Not DRY :P
|
41
41
|
#
|
42
|
-
VERSION = "0.6.
|
42
|
+
VERSION = "0.6.3"
|
43
43
|
|
44
44
|
# Produces the cartesian product of self and other.
|
45
45
|
# The result is an array of pairs (i.e. two-element arrays).
|
data/website/doc/created.rid
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
Fri, 07 Jan 2011 13:
|
1
|
+
Fri, 07 Jan 2011 13:46:28 -0200
|
2
2
|
README.rdoc Fri, 07 Jan 2011 02:46:43 -0200
|
3
|
-
lib/cartesian.rb Fri, 07 Jan 2011 13:
|
3
|
+
lib/cartesian.rb Fri, 07 Jan 2011 13:46:10 -0200
|
4
4
|
lib/cartesian_iterator.rb Fri, 07 Jan 2011 02:46:43 -0200
|
5
5
|
lib/grid_search.rb Wed, 05 Jan 2011 06:07:10 -0200
|
data/website/index.html
CHANGED
@@ -33,7 +33,7 @@
|
|
33
33
|
<h1></h1>
|
34
34
|
<div id="version" class="clickable" onclick='document.location = "http://github.com/adrianomitre/cartesian"; return false'>
|
35
35
|
<p>Get Version</p>
|
36
|
-
<a href="http://github.com/adrianomitre/cartesian" class="numbers">0.6.
|
36
|
+
<a href="http://github.com/adrianomitre/cartesian" class="numbers">0.6.3</a>
|
37
37
|
</div>
|
38
38
|
<script src="javascripts/rounded_corners_lite.inc.js" type="text/javascript"></script><h1>cartesian</h1>
|
39
39
|
<h3>Cartesian products in Ruby</h3>
|