Skip to content

Commit

Permalink
Use faster seo_meta 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Apr 4, 2011
1 parent 9855200 commit e9d9002
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Expand Up @@ -35,7 +35,7 @@ PATH
refinerycms-core (= 0.9.9.15)
refinerycms-pages (0.9.9.15)
refinerycms-core (= 0.9.9.15)
seo_meta (~> 1.0.2)
seo_meta (~> 1.0.3)
refinerycms-resources (0.9.9.15)
dragonfly (~> 0.8.2)
rack-cache (>= 0.5.3)
Expand Down Expand Up @@ -208,15 +208,15 @@ GEM
ffi (>= 1.0.7)
json_pure
rubyzip
seo_meta (1.0.2)
seo_meta (1.0.3)
refinerycms-generators (~> 1.0.1)
sqlite3 (1.3.3)
term-ansicolor (1.0.5)
thor (0.14.6)
treetop (1.4.9)
polyglot (>= 0.3.1)
truncate_html (0.5.0)
tzinfo (0.3.25)
tzinfo (0.3.26)
warden (1.0.3)
rack (>= 1.0.0)
will_paginate (3.0.pre2)
Expand Down
2 changes: 1 addition & 1 deletion pages/lib/gemspec.rb
Expand Up @@ -26,7 +26,7 @@
]
s.add_dependency 'refinerycms-core', '= #{::Refinery::Version}'
s.add_dependency 'seo_meta', '~> 1.0.2'
s.add_dependency 'seo_meta', '~> 1.0.3'
end
EOF

Expand Down
4 changes: 2 additions & 2 deletions pages/refinerycms-pages.gemspec
Expand Up @@ -5,7 +5,7 @@ Gem::Specification.new do |s|
s.version = %q{0.9.9.15}
s.summary = %q{Pages engine for Refinery CMS}
s.description = %q{The default content engine of Refinery CMS. This engine handles the administration and display of user-editable pages.}
s.date = %q{2011-04-02}
s.date = %q{2011-04-04}
s.email = %q{info@refinerycms.com}
s.homepage = %q{http://refinerycms.com}
s.rubyforge_project = %q{refinerycms}
Expand Down Expand Up @@ -118,5 +118,5 @@ Gem::Specification.new do |s|
]

s.add_dependency 'refinerycms-core', '= 0.9.9.15'
s.add_dependency 'seo_meta', '~> 1.0.2'
s.add_dependency 'seo_meta', '~> 1.0.3'
end

0 comments on commit e9d9002

Please sign in to comment.