tuomas-knights_tour 0.2.5 → 0.3.0

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.
Files changed (3) hide show
  1. data/CHANGELOG.rdoc +4 -0
  2. data/lib/knights_tour.rb +2 -2
  3. metadata +1 -1
data/CHANGELOG.rdoc CHANGED
@@ -1,3 +1,7 @@
1
+ === 0.3.0 released 2009-03-28
2
+
3
+ * The software is available as a RubyGem from GitHub.
4
+
1
5
  === 0.2.5 released 2009-01-14
2
6
 
3
7
  * Small code beautifications.
data/lib/knights_tour.rb CHANGED
@@ -2,8 +2,8 @@ module KnightsTour
2
2
  module Meta #:nodoc:
3
3
  module VERSION #:nodoc:
4
4
  MAJOR = 0
5
- MINOR = 2
6
- PATCH = 5
5
+ MINOR = 3
6
+ PATCH = 0
7
7
 
8
8
  def self.to_s
9
9
  [ MAJOR, MINOR, PATCH ].join(".")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tuomas-knights_tour
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tuomas Kareinen