Commit 95942fcc197b7794bda48adcc93d5b3b065c990b

Authored by AntonioTerceiro
1 parent 5b9c278b

ActionItem8: renaming project, after all



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@398 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 2 changed files with 4 additions and 4 deletions   Show diff stats
lib/project_meta.rb
1   -module Anhetegua
2   - PROJECT = 'anhetegua'
  1 +module Noosfero
  2 + PROJECT = 'noosfero'
3 3 VERSION = '0.1.0'
4 4 end
... ...
lib/tasks/gettext.rake
... ... @@ -13,8 +13,8 @@ end
13 13 desc "Update pot/po files to match new version."
14 14 task :updatepo do
15 15 require 'gettext/utils'
16   - GetText.update_pofiles(PROJECT, Dir.glob("{app,lib}/**/*.{rb,rhtml}"),
17   - "#{PROJECT} #{VERSION}")
  16 + GetText.update_pofiles(Noosfero::PROJECT, Dir.glob("{app,lib}/**/*.{rb,rhtml}"),
  17 + "#{Noosfero::PROJECT} #{Noosfero::VERSION}")
18 18 end
19 19  
20 20 # vim: ft=ruby
... ...