tuomas-knights_tour 0.2.5 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
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