Commit 2d10c9d546e5dd548927fa448f136623455aafd1
1 parent
8eeb0332
Exists in
master
and in
29 other branches
Removing obsolete URL for svn repo
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
lib/noosfero.rb
1 | module Noosfero | 1 | module Noosfero |
2 | PROJECT = 'noosfero' | 2 | PROJECT = 'noosfero' |
3 | VERSION = '0.21.2' | 3 | VERSION = '0.21.2' |
4 | - SVN_ROOT = 'https://svn.colivre.coop.br/svn/noosfero' | ||
5 | 4 | ||
6 | def self.pattern_for_controllers_in_directory(dir) | 5 | def self.pattern_for_controllers_in_directory(dir) |
7 | disjunction = controllers_in_directory(dir).join('|') | 6 | disjunction = controllers_in_directory(dir).join('|') |