configtoolkit 1.0.5 → 1.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/History.txt +3 -0
  2. data/Rakefile +2 -1
  3. metadata +1 -1
data/History.txt CHANGED
@@ -1,3 +1,6 @@
1
+ === 1.0.6 / 2008-05-13
2
+ Improve the code comments.
3
+
1
4
  === 1.0.5 / 2008-05-13
2
5
  Improve the code comments.
3
6
 
data/Rakefile CHANGED
@@ -7,7 +7,8 @@ require 'hoe'
7
7
 
8
8
  $stderr = STDERR
9
9
 
10
- Hoe.new('configtoolkit', "1.0.5") do |p|
10
+ Hoe.new('configtoolkit', "1.0.6") do |p|
11
+ p.remote_rdoc_dir = 'rdoc'
11
12
  p.developer('DesigningPatterns', 'technical.inquiries@designingpatterns.com')
12
13
  end
13
14
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: configtoolkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - DesigningPatterns