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 CHANGED
@@ -1,4 +1,4 @@
1
- === 0.6.2 2011-01-07
1
+ === 0.6.1 2011-01-07
2
2
 
3
3
  * 1 minor enhancement:
4
4
  * fix: updated Manifest.txt and thus the gem package content
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.2"
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).
@@ -1,5 +1,5 @@
1
- Fri, 07 Jan 2011 13:39:16 -0200
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:37:49 -0200
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
@@ -24,7 +24,7 @@
24
24
  <div id="metadata">
25
25
  <dl>
26
26
  <dt class="modified-date">Last Modified</dt>
27
- <dd class="modified-date">2011-01-07 13:37:49 -0200</dd>
27
+ <dd class="modified-date">2011-01-07 13:46:10 -0200</dd>
28
28
 
29
29
 
30
30
  <dt class="requires">Requires</dt>
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.2</a>
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>
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 6
8
- - 2
9
- version: 0.6.2
8
+ - 3
9
+ version: 0.6.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Adriano Mitre