[cairo-commit] rcairo Rakefile,1.4,1.5
Kouhei Sutou
commit at pdx.freedesktop.org
Sat May 26 19:35:42 PDT 2007
- Previous message: [cairo-commit] rcairo ChangeLog, 1.173, 1.174 NEWS, 1.4, 1.5 Rakefile, 1.3, 1.4
- Next message: [cairo-commit] rcairo ChangeLog,1.174,1.175 README,1.12,1.13
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: kou
Update of /cvs/cairo/rcairo
In directory kemper:/tmp/cvs-serv10256
Modified Files:
Rakefile
Log Message:
* Rakefile: fixed a typo.
Index: Rakefile
===================================================================
RCS file: /cvs/cairo/rcairo/Rakefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Rakefile 27 May 2007 02:33:33 -0000 1.4
+++ Rakefile 27 May 2007 02:35:30 -0000 1.5
@@ -45,7 +45,8 @@
end
ENV["VERSION"] ||= Cairo.bindings_version
-project = Hoe.new('cairo', ENV["VERSION"]) do |project|
+version = ENV["VERSION"]
+project = Hoe.new('cairo', version) do |project|
project.rubyforge_name = 'cairo'
authors = File.join(base_dir, "AUTHORS")
project.author = File.readlines(authors).collect do |line|
@@ -109,7 +110,7 @@
# for releasing
task :dist do
- sh "./dist.sh", ENV['version']
+ sh "./dist.sh", version
end
# for documentation
- Previous message: [cairo-commit] rcairo ChangeLog, 1.173, 1.174 NEWS, 1.4, 1.5 Rakefile, 1.3, 1.4
- Next message: [cairo-commit] rcairo ChangeLog,1.174,1.175 README,1.12,1.13
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list