refinerycms-project_portfolios 0.0.5 → 0.0.6

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.
@@ -9,7 +9,8 @@ module ProjectPortfolioHelper
9
9
  end
10
10
 
11
11
  def render_image(portfolio)
12
- image_fu portfolio.image, :medium
12
+ popup_image_size = RefinerySetting.find_or_set(:portfolio_popup_image_size, '300x300>', :destroyable => false)
13
+ image_fu portfolio.image, popup_image_size
13
14
  end
14
15
 
15
16
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: refinerycms-project_portfolios
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 5
10
- version: 0.0.5
9
+ - 6
10
+ version: 0.0.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - A.K.M. Ashrafuzzaman
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-11-28 00:00:00 Z
18
+ date: 2011-12-03 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: acts-as-taggable-on
@@ -123,7 +123,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
123
123
  requirements: []
124
124
 
125
125
  rubyforge_project:
126
- rubygems_version: 1.7.2
126
+ rubygems_version: 1.8.12
127
127
  signing_key:
128
128
  specification_version: 3
129
129
  summary: Project Portfolios engine for Refinery CMS