summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2011-04-12 21:23:29 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2011-04-12 21:23:29 +0200
commit3a2eecb5bcf35120fcf3a9dcf1637459c99a6abe (patch)
tree591d46a4a6f0bcfbc200e9c4a92508ee26974eb8 /Rakefile
parent131839bfb26fadebc32ce86c10784e2ca2647bbc (diff)
downloadffi-efl-3a2eecb5bcf35120fcf3a9dcf1637459c99a6abe.zip
ffi-efl-3a2eecb5bcf35120fcf3a9dcf1637459c99a6abe.tar.gz
rename to ffi-e17
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Rakefile b/Rakefile
index 0980801..4abf5e6 100644
--- a/Rakefile
+++ b/Rakefile
@@ -3,12 +3,13 @@
load './tasks/setup.rb'
#
# Project general information
-PROJ.name = 'ruby-efl'
+PROJ.name = 'ffi-e17'
PROJ.authors = 'Jérémy Zurcher'
PROJ.email = 'jeremy@asynk.ch'
-PROJ.url = 'http://cgit.asynk.ch'
+#PROJ.url = 'http://cgit.asynk.ch/cgi-bin/cgit/ffi-e17'
+PROJ.url = 'https://github.com/jeremyz/ffi-e17'
PROJ.version = '0.0.0'
-PROJ.rubyforge.name = 'ruby-efl'
+PROJ.rubyforge.name = 'ffi-e17'
PROJ.readme_file = 'README.rdoc'
#
# Annoucement