scruffy 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/CHANGES +9 -0
  2. data/Rakefile +1 -1
  3. data/lib/scruffy/version.rb +1 -1
  4. metadata +1 -1
data/CHANGES CHANGED
@@ -1,5 +1,14 @@
1
1
  = Scruffy Changelog
2
2
 
3
+ == Version 0.0.10
4
+ (August 10th, 2006)
5
+
6
+ This is not a public release.
7
+ Version 0.1.0 will be the first release for general use.
8
+
9
+ * Removed bogus changelog.
10
+
11
+
3
12
  == Version 0.0.9
4
13
  (August 10th, 2006)
5
14
 
data/Rakefile CHANGED
@@ -39,7 +39,7 @@ Rake::RDocTask.new { |rdoc|
39
39
  rdoc.title = "Scruffy - Graphing Library for Ruby"
40
40
  # rdoc.options << '--line-numbers --inline-source --main README --accessor adv_attr_accessor=M'
41
41
  # rdoc.template = "#{ENV['template']}.rb" if ENV['template']
42
- rdoc.rdoc_files.include('README', 'CHANGELOG')
42
+ rdoc.rdoc_files.include('README', 'CHANGES')
43
43
  rdoc.rdoc_files.include('lib/scruffy.rb')
44
44
  rdoc.rdoc_files.include('lib/scruffy/*.rb')
45
45
  rdoc.rdoc_files.include('lib/scruffy/graph_layers/*.rb')
@@ -1,3 +1,3 @@
1
1
  module Scruffy
2
- VERSION = '0.0.9'
2
+ VERSION = '0.0.10'
3
3
  end
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.0
3
3
  specification_version: 1
4
4
  name: scruffy
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.0.9
6
+ version: 0.0.10
7
7
  date: 2006-08-10 00:00:00 -07:00
8
8
  summary: A powerful, clean graphing library for Ruby.
9
9
  require_paths: