Regenerate gemspec for version 1.6.12
Oleg
committed Feb 21, 2012
commit 41cd57a993e1ab12df80becc84559c0068f89833
Showing 1
changed file with
4 additions
and 2 deletions
comfortable_mexican_sofa.gemspec
+4
-2
| @@ | @@ -5,11 +5,11 @@ |
| Gem::Specification.new do |s| | |
| s.name = "comfortable_mexican_sofa" | |
| - | s.version = "1.6.11" |
| + | s.version = "1.6.12" |
| 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-08" |
| + | s.date = "2012-02-21" |
| s.description = "" | |
| s.email = "oleg@theworkinggroup.ca" | |
| s.extra_rdoc_files = [ | |
| @@ | @@ -218,6 +218,7 @@ Gem::Specification.new do |s| |
| "lib/comfortable_mexican_sofa/fixtures.rb", | |
| "lib/comfortable_mexican_sofa/form_builder.rb", | |
| "lib/comfortable_mexican_sofa/render_methods.rb", | |
| + | "lib/comfortable_mexican_sofa/sitemap.rb", |
| "lib/comfortable_mexican_sofa/tag.rb", | |
| "lib/comfortable_mexican_sofa/tags/asset.rb", | |
| "lib/comfortable_mexican_sofa/tags/collection.rb", | |
| @@ | @@ -295,6 +296,7 @@ Gem::Specification.new do |s| |
| "test/unit/models/site_test.rb", | |
| "test/unit/models/snippet_test.rb", | |
| "test/unit/revisions_test.rb", | |
| + | "test/unit/sitemap_test.rb", |
| "test/unit/tag_test.rb", | |
| "test/unit/tags/asset_test.rb", | |
| "test/unit/tags/collection_test.rb", | |