cartesian 0.6.3 → 0.6.4

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.
@@ -1,3 +1,8 @@
1
+ === 0.6.4 2011-01-07
2
+
3
+ * 1 minor enhancements:
4
+ * non-functional doc version consistency (since 0.6.1)
5
+
1
6
  === 0.6.1 2011-01-07
2
7
 
3
8
  * 1 minor enhancement:
data/Rakefile CHANGED
@@ -44,7 +44,9 @@ task :pre_release => [:manifest, :render_website] do
44
44
  puts
45
45
  puts " Manifest.txt was re-generated and there were changes."
46
46
  puts " Use 'git diff Manifest.txt' to inspect them."
47
- puts
48
47
  end
48
+ puts
49
+ puts " Do NOT forget to update History.txt (VERSION should have already be updated)."
50
+ puts
49
51
  end
50
52
 
@@ -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.3"
42
+ VERSION = "0.6.4"
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:46:28 -0200
1
+ Fri, 07 Jan 2011 13:53:06 -0200
2
2
  README.rdoc Fri, 07 Jan 2011 02:46:43 -0200
3
- lib/cartesian.rb Fri, 07 Jan 2011 13:46:10 -0200
3
+ lib/cartesian.rb Fri, 07 Jan 2011 13:53:03 -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:46:10 -0200</dd>
27
+ <dd class="modified-date">2011-01-07 13:53:03 -0200</dd>
28
28
 
29
29
 
30
30
  <dt class="requires">Requires</dt>
@@ -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.3</a>
36
+ <a href="http://github.com/adrianomitre/cartesian" class="numbers">0.6.4</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
- - 3
9
- version: 0.6.3
8
+ - 4
9
+ version: 0.6.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Adriano Mitre