From d211928d2ef723c890bd93cb48f13425b7dccfa7 Mon Sep 17 00:00:00 2001 From: Mathias Gawlista Date: Mon, 9 Nov 2015 17:32:30 +0100 Subject: [PATCH] Release 0.7.1. --- CHANGELOG.md | 4 ++++ Gemfile.lock | 10 +++++----- dummy/Gemfile.lock | 10 +++++----- lib/voluntary/version.rb | 2 +- voluntary.gemspec | 2 +- 5 files changed, 16 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f14d381..041a2e5 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## unreleased ## +## 0.7.1 (November 9, 2015) ## + +* Don't load comments on task show page. + ## 0.7.0 (October 29, 2015) ## * [#94](https://github.com/volontariat/voluntary/issues/94) Customization for classified advertisement product. diff --git a/Gemfile.lock b/Gemfile.lock index 22155b4..21de4c5 100755 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -26,7 +26,7 @@ GIT PATH remote: . specs: - voluntary (0.7.0) + voluntary (0.7.1) active_model_serializers (~> 0.9.3) activerecord-deprecated_finders (~> 1.0.3) activerecord-import (~> 0.4.1) @@ -358,7 +358,7 @@ GEM net-ssh (2.9.2) net-ssh-gateway (1.2.0) net-ssh (>= 2.6.5) - netrc (0.10.3) + netrc (0.11.0) nokogiri (1.6.6.2) mini_portile (~> 0.6.0) oauth (0.4.7) @@ -376,19 +376,19 @@ GEM rack (~> 1.0) omniauth-facebook (2.0.1) omniauth-oauth2 (~> 1.2) - omniauth-google-oauth2 (0.2.8) + omniauth-google-oauth2 (0.2.10) addressable (~> 2.3) jwt (~> 1.0) multi_json (~> 1.3) omniauth (>= 1.1.1) - omniauth-oauth2 (>= 1.1.1) + omniauth-oauth2 (~> 1.3.1) omniauth-lastfm (0.0.6) omniauth-oauth (~> 1.0) rest-client (>= 1.6.6, < 1.8) omniauth-oauth (1.1.0) oauth omniauth (~> 1.0) - omniauth-oauth2 (1.4.0) + omniauth-oauth2 (1.3.1) oauth2 (~> 1.0) omniauth (~> 1.2) optionable (0.2.0) diff --git a/dummy/Gemfile.lock b/dummy/Gemfile.lock index 11f2cf7..3e83e63 100644 --- a/dummy/Gemfile.lock +++ b/dummy/Gemfile.lock @@ -26,7 +26,7 @@ GIT PATH remote: /Users/gawlim/workspace/voluntary/voluntary specs: - voluntary (0.7.0) + voluntary (0.7.1) active_model_serializers (~> 0.9.3) activerecord-deprecated_finders (~> 1.0.3) activerecord-import (~> 0.4.1) @@ -358,7 +358,7 @@ GEM net-ssh (2.9.2) net-ssh-gateway (1.2.0) net-ssh (>= 2.6.5) - netrc (0.10.3) + netrc (0.11.0) nokogiri (1.6.6.2) mini_portile (~> 0.6.0) oauth (0.4.7) @@ -376,19 +376,19 @@ GEM rack (~> 1.0) omniauth-facebook (2.0.1) omniauth-oauth2 (~> 1.2) - omniauth-google-oauth2 (0.2.8) + omniauth-google-oauth2 (0.2.10) addressable (~> 2.3) jwt (~> 1.0) multi_json (~> 1.3) omniauth (>= 1.1.1) - omniauth-oauth2 (>= 1.1.1) + omniauth-oauth2 (~> 1.3.1) omniauth-lastfm (0.0.6) omniauth-oauth (~> 1.0) rest-client (>= 1.6.6, < 1.8) omniauth-oauth (1.1.0) oauth omniauth (~> 1.0) - omniauth-oauth2 (1.4.0) + omniauth-oauth2 (1.3.1) oauth2 (~> 1.0) omniauth (~> 1.2) optionable (0.2.0) diff --git a/lib/voluntary/version.rb b/lib/voluntary/version.rb index 6c3c837..94f684b 100755 --- a/lib/voluntary/version.rb +++ b/lib/voluntary/version.rb @@ -1,3 +1,3 @@ module Voluntary - VERSION = '0.7.0' + VERSION = '0.7.1' end diff --git a/voluntary.gemspec b/voluntary.gemspec index fca075a..dcfefca 100755 --- a/voluntary.gemspec +++ b/voluntary.gemspec @@ -11,7 +11,7 @@ Gem::Specification.new do |s| s.email = ['gawlista@gmail.com'] s.homepage = 'http://Volontari.at' s.summary = 'Crowdsourcing management system for Rails' - s.description = '#Crowdsourcing management system for #RubyOnRails: http://bit.ly/voluntary-0-7-0' + s.description = '#Crowdsourcing management system for #RubyOnRails: http://bit.ly/voluntary-0-7-1' s.files = Dir['{app,config,db,lib,vendor_extensions}/**/*'] + ['MIT-LICENSE', 'Rakefile', 'CHANGELOG.md', 'README.md']