summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2011-04-20 15:24:11 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2011-04-20 15:24:11 +0200
commit9a7cd18cd11e0f435443c62fa68871768b98d248 (patch)
tree1e34d56e4f5ad7cd1908ab6155cbcd7fc60bdee5 /Rakefile
parent5a5e81dbf79ca4967b150ea4930255a2398ccab4 (diff)
downloadffi-efl-9a7cd18cd11e0f435443c62fa68871768b98d248.zip
ffi-efl-9a7cd18cd11e0f435443c62fa68871768b98d248.tar.gz
ffi-e17 renamed to ffi-efl
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/Rakefile b/Rakefile
index dfaeb8e..45cfba1 100644
--- a/Rakefile
+++ b/Rakefile
@@ -3,13 +3,12 @@
load './tasks/setup.rb'
#
# Project general information
-PROJ.name = 'ffi-e17'
+PROJ.name = 'ffi-efl'
PROJ.authors = 'Jérémy Zurcher'
PROJ.email = 'jeremy@asynk.ch'
-#PROJ.url = 'http://cgit.asynk.ch/cgi-bin/cgit/ffi-e17'
-PROJ.url = 'https://github.com/jeremyz/ffi-e17'
+PROJ.url = 'https://github.com/jeremyz/ffi-efl'
PROJ.version = '0.0.1'
-PROJ.rubyforge.name = 'ffi-e17'
+PROJ.rubyforge.name = 'ffi-efl'
PROJ.readme_file = 'README.rdoc'
#
# Annoucement