Skip to content

Commit

Permalink
Increased friendly_id_globalize3 requirement to 3.2.1 which Closes re…
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Mar 7, 2011
1 parent 8085483 commit 092e18d
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion authentication/refinerycms-authentication.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Gem::Specification.new do |s|
s.version = %q{0.9.9.4}
s.summary = %q{Authentication engine for Refinery CMS}
s.description = %q{The default authentication engine for Refinery CMS}
s.date = %q{2011-03-07}
s.date = %q{2011-03-08}
s.email = %q{[email protected]}
s.homepage = %q{http://refinerycms.com}
s.rubyforge_project = %q{refinerycms}
Expand Down
2 changes: 1 addition & 1 deletion base/refinerycms-base.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Gem::Specification.new do |s|
s.version = %q{0.9.9.4}
s.summary = %q{Base engine for Refinery CMS}
s.description = %q{The basic base for Refinery CMS Refinery CMS}
s.date = %q{2011-03-07}
s.date = %q{2011-03-08}
s.email = %q{[email protected]}
s.homepage = %q{http://refinerycms.com}
s.rubyforge_project = %q{refinerycms}
Expand Down
2 changes: 1 addition & 1 deletion core/lib/gemspec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
s.add_dependency 'refinerycms-settings', '~> #{::Refinery::Version}'
s.add_dependency 'refinerycms-generators', '~> 0.9.9.3'
s.add_dependency 'acts_as_indexed', '~> 0.7'
s.add_dependency 'friendly_id_globalize3', '~> 3.2.0'
s.add_dependency 'friendly_id_globalize3', '~> 3.2.1'
s.add_dependency 'globalize3', '>= 0.1.0.beta'
s.add_dependency 'moretea-awesome_nested_set', '= 1.4.3.1'
s.add_dependency 'rails', '~> 3.0.5'
Expand Down
4 changes: 2 additions & 2 deletions core/refinerycms-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Gem::Specification.new do |s|
s.version = %q{0.9.9.4}
s.summary = %q{Core engine for Refinery CMS}
s.description = %q{The core of Refinery CMS. This handles the common functionality and is required by most engines}
s.date = %q{2011-03-07}
s.date = %q{2011-03-08}
s.email = %q{[email protected]}
s.homepage = %q{http://refinerycms.com}
s.rubyforge_project = %q{refinerycms}
Expand All @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.add_dependency 'refinerycms-settings', '~> 0.9.9.4'
s.add_dependency 'refinerycms-generators', '~> 0.9.9.3'
s.add_dependency 'acts_as_indexed', '~> 0.7'
s.add_dependency 'friendly_id_globalize3', '~> 3.2.0'
s.add_dependency 'friendly_id_globalize3', '~> 3.2.1'
s.add_dependency 'globalize3', '>= 0.1.0.beta'
s.add_dependency 'moretea-awesome_nested_set', '= 1.4.3.1'
s.add_dependency 'rails', '~> 3.0.5'
Expand Down
2 changes: 1 addition & 1 deletion dashboard/refinerycms-dashboard.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Gem::Specification.new do |s|
s.version = %q{0.9.9.4}
s.summary = %q{Dashboard engine for Refinery CMS}
s.description = %q{The dashboard is usually the first engine the user sees in the backend of Refinery CMS. It displays useful information and contains links to common functionality.}
s.date = %q{2011-03-07}
s.date = %q{2011-03-08}
s.email = %q{[email protected]}
s.homepage = %q{http://refinerycms.com}
s.rubyforge_project = %q{refinerycms}
Expand Down
2 changes: 1 addition & 1 deletion images/refinerycms-images.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Gem::Specification.new do |s|
s.version = %q{0.9.9.4}
s.summary = %q{Images engine for Refinery CMS}
s.description = %q{Handles all image upload and processing functionality in Refinery CMS.}
s.date = %q{2011-03-07}
s.date = %q{2011-03-08}
s.email = %q{[email protected]}
s.homepage = %q{http://refinerycms.com}
s.rubyforge_project = %q{refinerycms}
Expand Down
3 changes: 2 additions & 1 deletion pages/refinerycms-pages.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Gem::Specification.new do |s|
s.version = %q{0.9.9.4}
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-03-07}
s.date = %q{2011-03-08}
s.email = %q{[email protected]}
s.homepage = %q{http://refinerycms.com}
s.rubyforge_project = %q{refinerycms}
Expand Down Expand Up @@ -82,6 +82,7 @@ Gem::Specification.new do |s|
'db/migrate/20100913234708_create_refinerycms_pages_schema.rb',
'db/migrate/20101214040815_translate_page_plugin.rb',
'db/migrate/20101216194133_remove_cached_slug_from_pages.rb',
'db/migrate/20110307025652_translate_custom_title_on_pages.rb',
'db/seeds',
'db/seeds/pages.rb',
'features',
Expand Down
3 changes: 2 additions & 1 deletion refinerycms.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Gem::Specification.new do |s|
s.name = %q{refinerycms}
s.version = %q{0.9.9.4}
s.description = %q{A Ruby on Rails CMS that supports Rails 3. It's easy to extend and sticks to 'the Rails way' where possible.}
s.date = %q{2011-03-07}
s.date = %q{2011-03-08}
s.summary = %q{A Ruby on Rails CMS that supports Rails 3}
s.email = %q{[email protected]}
s.homepage = %q{http://refinerycms.com}
Expand Down Expand Up @@ -64,6 +64,7 @@ Gem::Specification.new do |s|
'lib/refinerycms.rb',
'license.md',
'license.md',
'public',
'readme.md',
'readme.md',
'refinerycms.gemspec',
Expand Down
2 changes: 1 addition & 1 deletion resources/refinerycms-resources.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Gem::Specification.new do |s|
s.version = %q{0.9.9.4}
s.summary = %q{Resources engine for Refinery CMS}
s.description = %q{Handles all file upload and processing functionality in Refinery CMS.}
s.date = %q{2011-03-07}
s.date = %q{2011-03-08}
s.email = %q{[email protected]}
s.homepage = %q{http://refinerycms.com}
s.rubyforge_project = %q{refinerycms}
Expand Down
2 changes: 1 addition & 1 deletion settings/refinerycms-settings.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Gem::Specification.new do |s|
s.version = %q{0.9.9.4}
s.summary = %q{Settings engine for Refinery CMS}
s.description = %q{The default settings engine that is required by Refinery CMS core. Adds programmer creatable, user editable settings for each engine.}
s.date = %q{2011-03-07}
s.date = %q{2011-03-08}
s.email = %q{[email protected]}
s.homepage = %q{http://refinerycms.com}
s.rubyforge_project = %q{refinerycms}
Expand Down
2 changes: 1 addition & 1 deletion testing/refinerycms-testing.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Gem::Specification.new do |s|
s.version = %q{0.9.9.4}
s.summary = %q{Testing plugin for Refinery CMS}
s.description = %q{This plugin adds the ability to run cucumber and rspec against the RefineryCMS gem while inside a RefineryCMS project}
s.date = %q{2011-03-07}
s.date = %q{2011-03-08}
s.email = %q{[email protected]}
s.homepage = %q{http://refinerycms.com}
s.rubyforge_project = %q{refinerycms}
Expand Down

0 comments on commit 092e18d

Please sign in to comment.