Skip to content

Commit

Permalink
Truncate product description using truncate_html gem
Browse files Browse the repository at this point in the history
Fixes spree#2518, Fixes spree#2323
  • Loading branch information
radar committed Feb 7, 2013
1 parent 85eebe6 commit a462eb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/spree_core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ Gem::Specification.new do |s|
s.add_dependency 'deface', '>= 0.9.0'
s.add_dependency 'stringex', '~> 1.3.2'
s.add_dependency 'cancan', '1.6.8'
s.add_dependency 'truncate_html', '0.9.2'

# Frozen to 5.0.0 because 5.1.0 is not compatible with Ruby 1.8.
s.add_dependency 'money', '5.0.0'
s.add_dependency 'rabl', '0.7.2'
# Latest truncate_html supports only Ruby 1.9
s.add_dependency 'truncate_html', '~> 0.5.5'
end

0 comments on commit a462eb9

Please sign in to comment.