forked from refinery/refinerycms
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increased friendly_id_globalize3 requirement to 3.2.1 which Closes re…
- Loading branch information
Showing
11 changed files
with
14 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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} | ||
|
@@ -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' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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} | ||
|
@@ -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', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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} | ||
|
@@ -64,6 +64,7 @@ Gem::Specification.new do |s| | |
'lib/refinerycms.rb', | ||
'license.md', | ||
'license.md', | ||
'public', | ||
'readme.md', | ||
'readme.md', | ||
'refinerycms.gemspec', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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} | ||
|