voluntary 0.7.0 → 0.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e733d65d2735dc9749ec9be14d46cdb88c56ca85
4
- data.tar.gz: b14d3f3b9dfc746dd1f906208610d47f2b0cdb1d
3
+ metadata.gz: b00675a131715c3bd559d4f6b68b0e34fa17a303
4
+ data.tar.gz: c69452d57856e7b3285b0f02fe50fd7014eaead4
5
5
  SHA512:
6
- metadata.gz: fdb14cddd47477319fb349c3fea0ae821e3b070e95db6030fb39b6f5efab15cf512a17b1e249615658beea7c34586bea1e03be65539ada401e88eadf46794dc4
7
- data.tar.gz: 1b7d07d75916d31fd56d77f4762c60a8f6d975b517d49d29b71e361aba451cd2b8fd80ea2d217b9c7f5410c2944c0d1023d9fbfcd082358b346e1441ccbbd965
6
+ metadata.gz: 8f493e4dfc6345637799390910a25afa65b85f471a43152effcc38c2aba35fca20bbe79e3640748e2a5dcf8211071401f412ba39937c0231f1f079006e2126c0
7
+ data.tar.gz: fa80f9e95fc54ffe5ea622faa41315b443dd3a343758d2ad292f10bdaf4cd7e9f840c11acdc2fd4cf19112e09ebcf096881f7de85769f61a3ab7925e893543a6
@@ -1,5 +1,9 @@
1
1
  ## unreleased ##
2
2
 
3
+ ## 0.7.1 (November 9, 2015) ##
4
+
5
+ * Don't load comments on task show page.
6
+
3
7
  ## 0.7.0 (October 29, 2015) ##
4
8
 
5
9
  * [#94](https://github.com/volontariat/voluntary/issues/94) Customization for classified advertisement product.
@@ -17,7 +17,6 @@ class TasksController < ApplicationController
17
17
  end
18
18
 
19
19
  def show
20
- @comments = @task.comments
21
20
  @hide_sidebar = true
22
21
 
23
22
  begin
@@ -1,3 +1,3 @@
1
1
  module Voluntary
2
- VERSION = '0.7.0'
2
+ VERSION = '0.7.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: voluntary
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mathias Gawlista
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-29 00:00:00.000000000 Z
11
+ date: 2015-11-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -1158,7 +1158,7 @@ dependencies:
1158
1158
  - - "~>"
1159
1159
  - !ruby/object:Gem::Version
1160
1160
  version: 2.2.0
1161
- description: "#Crowdsourcing management system for #RubyOnRails: http://bit.ly/voluntary-0-7-0"
1161
+ description: "#Crowdsourcing management system for #RubyOnRails: http://bit.ly/voluntary-0-7-1"
1162
1162
  email:
1163
1163
  - gawlista@gmail.com
1164
1164
  executables: []