[Git][noosfero/noosfero][stable-1.3] 2 commits: Bumping version 1.3.3

Antonio Terceiro gitlab at mg.gitlab.com
Mon Feb 1 14:10:00 BRST 2016


Antonio Terceiro pushed to branch stable-1.3 at Noosfero / noosfero


Commits:
330fc389 by Antonio Terceiro at 2016-02-01T09:32:41-03:00
Bumping version 1.3.3

- - - - -
48989029 by Antonio Terceiro at 2016-02-01T14:09:13-02:00
remove .gitlab-ci.yml

it was just not readt at this point

- - - - -


4 changed files:

- − .gitlab-ci.yml
- debian/changelog
- lib/noosfero.rb
- lib/noosfero/version.rb


Changes:

=====================================
.gitlab-ci.yml deleted
=====================================
--- a/.gitlab-ci.yml
+++ /dev/null
@@ -1,26 +0,0 @@
-before_script:
-  - mkdir -p tmp/{pids,cache} log
-  - bundle check || bundle install
-# workaround for plugins with Gemfile
-  - perl -pi -e 's/--local //' script/noosfero-plugins
-  - script/noosfero-plugins disableall
-  - bundle exec rake makemo &>/dev/null
-# database
-  - cp config/database.yml.gitlab-ci config/database.yml
-  - createdb gitlab_ci_test || true
-  - bundle exec rake db:schema:load &>/dev/null
-  - bundle exec rake db:migrate &>/dev/null
-
-units:
-  script: bundle exec rake test:units
-functionals:
-  script: bundle exec rake test:functionals
-integration:
-  script: bundle exec rake test:integration
-cucumber:
-  script: bundle exec rake cucumber
-selenium:
-  script: bundle exec rake selenium
-plugins:
-  script: bundle exec rake test:noosfero_plugins
-


=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+noosfero (1.3.3) wheezy; urgency=low
+
+  * Bug fixes release
+
+ -- Antonio Terceiro <terceiro at colivre.coop.br>  Mon, 01 Feb 2016 09:32:32 -0300
+
 noosfero (1.3.2) wheezy; urgency=low
 
   * new bugfix release


=====================================
lib/noosfero.rb
=====================================
--- a/lib/noosfero.rb
+++ b/lib/noosfero.rb
@@ -1,6 +1,5 @@
 # encoding: utf-8
 
-require 'fast_gettext'
 module Noosfero
 
   def self.root(default = nil)


=====================================
lib/noosfero/version.rb
=====================================
--- a/lib/noosfero/version.rb
+++ b/lib/noosfero/version.rb
@@ -1,6 +1,6 @@
 module Noosfero
   PROJECT = 'noosfero'
-  VERSION = '1.3.2'
+  VERSION = '1.3.3'
 end
 
 root = File.expand_path(File.dirname(__FILE__) + '/../..')



View it on GitLab: https://gitlab.com/noosfero/noosfero/compare/2670b627663e48c898f1931295f085a9c041f4e1...48989029f2aafc7d38275783d542dec4ff859dc4
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20160201/de7cb636/attachment-0001.html>


More information about the Noosfero-dev mailing list