Skip to content

Commit

Permalink
bumped Spree (latest unstable) version and globalize3 (latest stable)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Philippe Boily committed Mar 3, 2012
1 parent 837d5a2 commit 0531132
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions spree_multi_lingual.gemspec
@@ -1,8 +1,9 @@
# encoding: UTF-8
version = "1.1.0.beta"
Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = 'spree_multi_lingual'
s.version = '0.1.0.alpha1'
s.version = version
s.summary = 'Proof of concept for a multi-lingual Spree store plugin'
s.description = 'This is a proof of concept for what could become a multi-lingual Spree store plugin. Warning: code quality is from so-so to poor. Just wanted to put out something before Spreeconf so we could discuss and maybe hack around it.'
s.required_ruby_version = '>= 1.8.7'
Expand All @@ -16,9 +17,9 @@ Gem::Specification.new do |s|
s.require_path = 'lib'
s.requirements << 'none'

s.add_dependency 'spree_core', '~> 1.0.0'
s.add_dependency 'spree_core', version
s.add_dependency 'i18n'
s.add_dependency 'globalize3', '~> 0.2.0.beta8'
s.add_dependency 'globalize3', '~> 0.2.0'
s.add_dependency 'easy_globalize3_accessors'
s.add_dependency 'routing-filter'

Expand Down

0 comments on commit 0531132

Please sign in to comment.