Skip to content

Commit

Permalink
Release 0.7.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
volontarian committed Nov 9, 2015
1 parent c0c71db commit d211928
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 12 deletions.
4 changes: 4 additions & 0 deletions 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.
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand Down
10 changes: 5 additions & 5 deletions dummy/Gemfile.lock
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/voluntary/version.rb
@@ -1,3 +1,3 @@
module Voluntary
VERSION = '0.7.0'
VERSION = '0.7.1'
end
2 changes: 1 addition & 1 deletion voluntary.gemspec
Expand Up @@ -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']

Expand Down

0 comments on commit d211928

Please sign in to comment.