Regenerate gemspec for version 1.3.0
Oleg
committed Jul 03, 2011
commit 9c9f1c40bf83a5bf37c5c5a7664a2202ae443a20
Showing 1
changed file with
10 additions
and 6 deletions
comfortable_mexican_sofa.gemspec
+10
-6
| @@ | @@ -5,11 +5,11 @@ |
| Gem::Specification.new do |s| | |
| s.name = %q{comfortable_mexican_sofa} | |
| - | s.version = "1.2.8" |
| + | s.version = "1.3.0" |
| s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= | |
| s.authors = ["Oleg Khabarov", "The Working Group Inc"] | |
| - | s.date = %q{2011-06-13} |
| + | s.date = %q{2011-07-03} |
| s.description = %q{} | |
| s.email = %q{oleg@theworkinggroup.ca} | |
| s.extra_rdoc_files = [ | |
| @@ | @@ -143,6 +143,7 @@ Gem::Specification.new do |s| |
| "config/initializers/comfortable_mexican_sofa.rb", | |
| "config/initializers/paperclip.rb", | |
| "config/locales/en.yml", | |
| + | "config/locales/es.yml", |
| "config/routes.rb", | |
| "db/cms_fixtures/example.com/layouts/default/_default.yml", | |
| "db/cms_fixtures/example.com/layouts/default/content.html", | |
| @@ | @@ -162,6 +163,7 @@ Gem::Specification.new do |s| |
| "db/migrate/01_create_cms.rb", | |
| "db/migrate/upgrades/02_upgrade_to_1_1_0.rb", | |
| "db/migrate/upgrades/03_upgrade_to_1_2_0.rb", | |
| + | "db/migrate/upgrades/04_upgrade_to_1_3_0.rb", |
| "db/seeds.rb", | |
| "doc/page_editing.png", | |
| "doc/sofa.png", | |
| @@ | @@ -214,6 +216,7 @@ Gem::Specification.new do |s| |
| "test/fixtures/files/valid_image.jpg", | |
| "test/fixtures/views/_nav_hook.html.erb", | |
| "test/fixtures/views/_nav_hook_2.html.erb", | |
| + | "test/functional/cms_admin/base_controller_test.rb", |
| "test/functional/cms_admin/layouts_controller_test.rb", | |
| "test/functional/cms_admin/pages_controller_test.rb", | |
| "test/functional/cms_admin/revisions_controller_test.rb", | |
| @@ | @@ -231,6 +234,7 @@ Gem::Specification.new do |s| |
| "test/test_helper.rb", | |
| "test/unit/configuration_test.rb", | |
| "test/unit/fixtures_test.rb", | |
| + | "test/unit/form_builder_test.rb", |
| "test/unit/mirrors_test.rb", | |
| "test/unit/models/block_test.rb", | |
| "test/unit/models/layout_test.rb", | |
| @@ | @@ -258,7 +262,7 @@ Gem::Specification.new do |s| |
| ] | |
| s.homepage = %q{http://github.com/twg/comfortable-mexican-sofa} | |
| s.require_paths = ["lib"] | |
| - | s.rubygems_version = %q{1.7.2} |
| + | s.rubygems_version = %q{1.6.2} |
| s.summary = %q{ComfortableMexicanSofa is a powerful micro CMS for Ruby on Rails 3 applications} | |
| if s.respond_to? :specification_version then | |
| @@ | @@ -266,18 +270,18 @@ Gem::Specification.new do |s| |
| if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then | |
| s.add_runtime_dependency(%q<rails>, [">= 3.0.0"]) | |
| - | s.add_runtime_dependency(%q<active_link_to>, [">= 0.0.7"]) |
| + | s.add_runtime_dependency(%q<active_link_to>, [">= 0.0.0"]) |
| s.add_runtime_dependency(%q<paperclip>, [">= 2.3.11"]) | |
| s.add_development_dependency(%q<sqlite3>, [">= 0"]) | |
| else | |
| s.add_dependency(%q<rails>, [">= 3.0.0"]) | |
| - | s.add_dependency(%q<active_link_to>, [">= 0.0.7"]) |
| + | s.add_dependency(%q<active_link_to>, [">= 0.0.0"]) |
| s.add_dependency(%q<paperclip>, [">= 2.3.11"]) | |
| s.add_dependency(%q<sqlite3>, [">= 0"]) | |
| end | |
| else | |
| s.add_dependency(%q<rails>, [">= 3.0.0"]) | |
| - | s.add_dependency(%q<active_link_to>, [">= 0.0.7"]) |
| + | s.add_dependency(%q<active_link_to>, [">= 0.0.0"]) |
| s.add_dependency(%q<paperclip>, [">= 2.3.11"]) | |
| s.add_dependency(%q<sqlite3>, [">= 0"]) | |
| end | |