Skip to content

Commit

Permalink
Using globalize3 git source.
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Jul 29, 2011
1 parent 1c98c06 commit 221168e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -23,6 +23,7 @@ gemspec
# gem 'refinerycms', '~> 1.1.0'
gem 'refinerycms-generators', '~> 1.1.0', :git => 'git://github.com/resolve/refinerycms-generators.git'
gem 'seo_meta', :git => 'git://github.com/parndt/seo_meta.git'
gem 'globalize3', :git => 'git://github.com/svenfuchs/globalize3.git'

group :development, :test do
# To use refinerycms-testing, uncomment it (if it's commented out) and run 'bundle install'
Expand Down
15 changes: 12 additions & 3 deletions Gemfile.lock
Expand Up @@ -19,6 +19,15 @@ GIT
specs:
refinerycms-generators (1.1.0)

GIT
remote: git://github.com/svenfuchs/globalize3.git
revision: ca5ba146b70543f22c7bfdcd7455b0d4c560449a
specs:
globalize3 (0.2.0.beta1)
activemodel (>= 3.0.0)
activerecord (>= 3.0.0)
paper_trail (~> 2)

PATH
remote: .
specs:
Expand Down Expand Up @@ -176,9 +185,6 @@ GEM
ruby-progressbar (~> 0.0.10)
gherkin (2.4.5)
json (>= 1.4.6)
globalize3 (0.1.0)
activemodel (>= 3.0.0)
activerecord (>= 3.0.0)
hike (1.2.0)
i18n (0.6.0)
jquery-rails (1.0.12)
Expand All @@ -200,6 +206,8 @@ GEM
mysql2 (0.3.6)
nokogiri (1.5.0)
orm_adapter (0.0.5)
paper_trail (2.2.9)
rails (~> 3)
polyglot (0.3.2)
rack (1.3.2)
rack-cache (1.0.2)
Expand Down Expand Up @@ -287,6 +295,7 @@ PLATFORMS

DEPENDENCIES
coffee-script
globalize3!
jquery-rails
mysql2
refinerycms!
Expand Down

0 comments on commit 221168e

Please sign in to comment.