Software Público Brasileiro
Portal do
Software Público Brasileiro
Cadastre-se
Entrar
×
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
830bbafe6bbcf47baf9c300827620ae1f01baa30
Authored by
Joenio Costa
2010-05-26 11:39:08 -0300
2 parents
0c69cdb1
7412ab81
Exists in
staging
and in
26 other branches
angular_poc
,
api-article-archived
,
api-homepage
,
api_visitor
,
article-readonly
,
caching-rails4
,
captcha_serpro_plugin
,
comment_paragraph_api
,
comments_api_reply
,
content-manager-hostspot
,
environment-api
,
export-comment-paragraph
,
fix_event_date_issue
,
fix_multitenancy
,
fix_profile_wall
,
fix_string_downcase_and_upcase
,
fix_upload_files_on_development_environment
,
json_cookie_serializer
,
login-captcha
,
master
,
new_security
,
new_video_plugin
,
pg_search_rank
,
production
,
resend_confirmation_email
,
tasks_keep_filter_params
Merge branch 'stable'
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/noosfero.rb
Side-by-side Diff
Inline Diff
lib/noosfero.rb
Wrap text
Diff comments
View file @
830bbaf
1
1
module Noosfero
2
2
PROJECT = 'noosfero'
3
- VERSION = '0.23.
3
'
3
+ VERSION = '0.23.
4
'
4
4
5
5
def self.pattern_for_controllers_in_directory(dir)
6
6
disjunction = controllers_in_directory(dir).join('|')
...
...