diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2011-04-12 21:23:29 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2011-04-12 21:23:29 +0200 |
commit | 3a2eecb5bcf35120fcf3a9dcf1637459c99a6abe (patch) | |
tree | 591d46a4a6f0bcfbc200e9c4a92508ee26974eb8 /Rakefile | |
parent | 131839bfb26fadebc32ce86c10784e2ca2647bbc (diff) | |
download | ffi-efl-3a2eecb5bcf35120fcf3a9dcf1637459c99a6abe.zip ffi-efl-3a2eecb5bcf35120fcf3a9dcf1637459c99a6abe.tar.gz |
rename to ffi-e17
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |