public
Description: Rubicus is a pure Ruby wrapper around the ploticus http://ploticus.sourceforge.net graphing library
Clone URL: git://github.com/daikini/rubicus.git
update for file rename

git-svn-id: http://rubicus.rubyforge.org/svn/trunk@3 
56bd7d45-dd1b-0410-a80f-f7a58128d5ae
poogle (author)
Wed Aug 30 06:12:26 -0700 2006
commit  23b6ed30eb700182d047859ae48b3c8f4dd2256f
tree    8f7bb7535cad757a55bbce1f09d4318f3a1ee69d
parent  7e4e2855c139b70b7bcbf1fa534e631c58f9beb3
...
29
30
31
32
 
33
34
35
...
80
81
82
 
83
84
85
...
29
30
31
 
32
33
34
35
...
80
81
82
83
84
85
86
0
@@ -29,7 +29,7 @@ end
0
 Rake::RDocTask.new { |rdoc|
0
   rdoc.rdoc_dir = 'doc'
0
   rdoc.title = "Rubicus - Graphing Library for Ruby using the ploticus backend."
0
- rdoc.rdoc_files.include("README", "CHANGELOG", "MIT-LICENSE")
0
+ rdoc.rdoc_files.include("README", "CHANGES", "MIT-LICENSE")
0
   rdoc.rdoc_files.include("lib/rubicus.rb")
0
   rdoc.rdoc_files.include("lib/rubicus/*.rb")
0
   rdoc.rdoc_files.include("lib/rubicus/layers/*.rb")
0
@@ -80,5 +80,6 @@ task :publish_packages => [:verify_user, :verify_password, :package] do
0
     xf.password = ENV['RUBYFORGE_PASSWORD']
0
     xf.files = release_files.to_a
0
     xf.release_name = "Rubicus #{PKG_VERSION}"
0
+ xf
0
   end
0
 end
0
\ No newline at end of file

Comments

    No one has commented yet.