Regenerate gemspec for version 1.6.3

Oleg committed Dec 30, 2011
commit 6a2cefb760d9d1c10c63699c76795d386e170577
Showing 1 changed file with 12 additions and 10 deletions
comfortable_mexican_sofa.gemspec +12 -10
@@ @@ -5,11 +5,11 @@
Gem::Specification.new do |s|
s.name = "comfortable_mexican_sofa"
- s.version = "1.6.2"
+ s.version = "1.6.3"
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 = "2011-12-20"
+ s.date = "2011-12-30"
s.description = ""
s.email = "oleg@theworkinggroup.ca"
s.extra_rdoc_files = [
@@ @@ -173,6 +173,7 @@ Gem::Specification.new do |s|
"config/initializers/paperclip.rb",
"config/locales/en.yml",
"config/locales/es.yml",
+ "config/locales/pt-BR.yml",
"config/routes.rb",
"db/cms_fixtures/example.com/layouts/default/_default.yml",
"db/cms_fixtures/example.com/layouts/default/content.html",
@@ @@ -190,13 +191,13 @@ Gem::Specification.new do |s|
"db/cms_fixtures/example.com/snippets/default/_default.yml",
"db/cms_fixtures/example.com/snippets/default/content.html",
"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/migrate/upgrades/05_upgrade_to_1_4_0.rb",
- "db/migrate/upgrades/06_upgrade_to_1_5_0.rb",
- "db/migrate/upgrades/07_upgrade_to_1_6_0.rb",
"db/seeds.rb",
+ "db/upgrade_migrations/02_upgrade_to_1_1_0.rb",
+ "db/upgrade_migrations/03_upgrade_to_1_2_0.rb",
+ "db/upgrade_migrations/04_upgrade_to_1_3_0.rb",
+ "db/upgrade_migrations/05_upgrade_to_1_4_0.rb",
+ "db/upgrade_migrations/06_upgrade_to_1_5_0.rb",
+ "db/upgrade_migrations/07_upgrade_to_1_6_0.rb",
"doc/preview.png",
"doc/sofa.png",
"lib/comfortable_mexican_sofa.rb",
@@ @@ -266,8 +267,9 @@ Gem::Specification.new do |s|
"test/functional/cms_admin/sites_controller_test.rb",
"test/functional/cms_admin/snippets_controller_test.rb",
"test/functional/cms_content_controller_test.rb",
- "test/gemfiles/Gemfile.rails-3.0",
- "test/gemfiles/Gemfile.rails-3.1",
+ "test/gemfiles/Gemfile.rails.3.0",
+ "test/gemfiles/Gemfile.rails.3.1",
+ "test/gemfiles/Gemfile.rails.3.2",
"test/integration/authentication_test.rb",
"test/integration/fixtures_test.rb",
"test/integration/mirrors_test.rb",