Regenerate gemspec for version 1.6.15
Oleg
committed Mar 15, 2012
commit 8caa8f49272d014334ce7c5affccda39d55fffec
Showing 1
changed file with
5 additions
and 2 deletions
comfortable_mexican_sofa.gemspec
+5
-2
| @@ | @@ -5,11 +5,11 @@ |
| Gem::Specification.new do |s| | |
| s.name = "comfortable_mexican_sofa" | |
| - | s.version = "1.6.14" |
| + | s.version = "1.6.15" |
| 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 = "2012-02-24" |
| + | s.date = "2012-03-15" |
| s.description = "" | |
| s.email = "oleg@theworkinggroup.ca" | |
| s.extra_rdoc_files = [ | |
| @@ | @@ -176,6 +176,7 @@ Gem::Specification.new do |s| |
| "config/initializers/paperclip.rb", | |
| "config/locales/en.yml", | |
| "config/locales/es.yml", | |
| + | "config/locales/ja.yml", |
| "config/locales/pt-BR.yml", | |
| "config/locales/zh-CN.yml", | |
| "config/routes.rb", | |
| @@ | @@ -224,6 +225,7 @@ Gem::Specification.new do |s| |
| "lib/comfortable_mexican_sofa/tags/collection.rb", | |
| "lib/comfortable_mexican_sofa/tags/field_datetime.rb", | |
| "lib/comfortable_mexican_sofa/tags/field_integer.rb", | |
| + | "lib/comfortable_mexican_sofa/tags/field_rich_text.rb", |
| "lib/comfortable_mexican_sofa/tags/field_string.rb", | |
| "lib/comfortable_mexican_sofa/tags/field_text.rb", | |
| "lib/comfortable_mexican_sofa/tags/file.rb", | |
| @@ | @@ -302,6 +304,7 @@ Gem::Specification.new do |s| |
| "test/unit/tags/collection_test.rb", | |
| "test/unit/tags/field_datetime_test.rb", | |
| "test/unit/tags/field_integer_test.rb", | |
| + | "test/unit/tags/field_rich_text_test.rb", |
| "test/unit/tags/field_string_test.rb", | |
| "test/unit/tags/field_text_test.rb", | |
| "test/unit/tags/file_test.rb", | |