Regenerate gemspec for version 1.2.7
Oleg
committed Jun 04, 2011
commit 597728fca53393314974a876473eba0f23de3762
Showing 1
changed file with
6 additions
and 2 deletions
comfortable_mexican_sofa.gemspec
+6
-2
| @@ | @@ -5,11 +5,11 @@ |
| Gem::Specification.new do |s| | |
| s.name = %q{comfortable_mexican_sofa} | |
| - | s.version = "1.2.6" |
| + | s.version = "1.2.7" |
| 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-03} |
| + | s.date = %q{2011-06-04} |
| s.description = %q{} | |
| s.email = %q{oleg@theworkinggroup.ca} | |
| s.extra_rdoc_files = [ | |
| @@ | @@ -178,6 +178,7 @@ Gem::Specification.new do |s| |
| "lib/comfortable_mexican_sofa/is_mirrored.rb", | |
| "lib/comfortable_mexican_sofa/rails_extensions.rb", | |
| "lib/comfortable_mexican_sofa/tag.rb", | |
| + | "lib/comfortable_mexican_sofa/tags/asset.rb", |
| "lib/comfortable_mexican_sofa/tags/field_datetime.rb", | |
| "lib/comfortable_mexican_sofa/tags/field_integer.rb", | |
| "lib/comfortable_mexican_sofa/tags/field_string.rb", | |
| @@ | @@ -190,6 +191,7 @@ Gem::Specification.new do |s| |
| "lib/comfortable_mexican_sofa/tags/page_text.rb", | |
| "lib/comfortable_mexican_sofa/tags/partial.rb", | |
| "lib/comfortable_mexican_sofa/tags/snippet.rb", | |
| + | "lib/comfortable_mexican_sofa/tags/upload.rb", |
| "lib/comfortable_mexican_sofa/version.rb", | |
| "lib/comfortable_mexican_sofa/view_hooks.rb", | |
| "lib/comfortable_mexican_sofa/view_methods.rb", | |
| @@ | @@ -238,6 +240,7 @@ Gem::Specification.new do |s| |
| "test/unit/models/upload_test.rb", | |
| "test/unit/revisions_test.rb", | |
| "test/unit/tag_test.rb", | |
| + | "test/unit/tags/asset_test.rb", |
| "test/unit/tags/field_datetime_test.rb", | |
| "test/unit/tags/field_integer_test.rb", | |
| "test/unit/tags/field_string_test.rb", | |
| @@ | @@ -250,6 +253,7 @@ Gem::Specification.new do |s| |
| "test/unit/tags/page_text_test.rb", | |
| "test/unit/tags/partial_test.rb", | |
| "test/unit/tags/snippet_test.rb", | |
| + | "test/unit/tags/upload_test.rb", |
| "test/unit/view_methods_test.rb" | |
| ] | |
| s.homepage = %q{http://github.com/twg/comfortable-mexican-sofa} | |