From 7fd835a77cb1f48091eb29d6fc19128a65dcbb3d Mon Sep 17 00:00:00 2001 From: James Adam Date: Thu, 18 Nov 2010 16:36:04 +0000 Subject: [PATCH] Released version 1.12.0 --- vanilla.gemspec | 85 +++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 82 insertions(+), 3 deletions(-) diff --git a/vanilla.gemspec b/vanilla.gemspec index 2a5c64a..1c51995 100644 --- a/vanilla.gemspec +++ b/vanilla.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = %q{vanilla} - s.version = "1.11.4" + s.version = "1.12.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["James Adam"] @@ -10,8 +10,87 @@ Gem::Specification.new do |s| s.default_executable = %q{vanilla} s.email = %q{james@lazyatom.com.com} s.executables = ["vanilla"] - s.extra_rdoc_files = ["README"] - s.files = ["config.example.yml", "config.ru", "Rakefile", "README", "README_FOR_APP", "test/base_renderer_test.rb", "test/dynasnip_test.rb", "test/erb_renderer_test.rb", "test/haml_renderer_test.rb", "test/markdown_renderer_test.rb", "test/raw_renderer_test.rb", "test/ruby_renderer_test.rb", "test/snip_reference_parser_test.rb", "test/snip_reference_test.rb", "test/test_helper.rb", "test/tmp", "test/tmp/config.yml", "test/tmp/soup", "test/tmp/soup/current_snip.snip", "test/tmp/soup/custom-layout.snip", "test/tmp/soup/layout.snip", "test/tmp/soup/link_to.snip", "test/tmp/soup/other_snip.snip", "test/tmp/soup/test.snip", "test/vanilla_app_test.rb", "test/vanilla_presenting_test.rb", "test/vanilla_request_test.rb", "lib/defensio.rb", "lib/tasks", "lib/tasks/vanilla.rake", "lib/vanilla", "lib/vanilla/app.rb", "lib/vanilla/authentication", "lib/vanilla/authentication/warden.rb", "lib/vanilla/authentication.rb", "lib/vanilla/console.rb", "lib/vanilla/dynasnip.rb", "lib/vanilla/dynasnips", "lib/vanilla/dynasnips/comments.rb", "lib/vanilla/dynasnips/current_snip.rb", "lib/vanilla/dynasnips/debug.rb", "lib/vanilla/dynasnips/edit.rb", "lib/vanilla/dynasnips/edit_link.rb", "lib/vanilla/dynasnips/index.rb", "lib/vanilla/dynasnips/kind.rb", "lib/vanilla/dynasnips/link_to.rb", "lib/vanilla/dynasnips/link_to_current_snip.rb", "lib/vanilla/dynasnips/logout.rb", "lib/vanilla/dynasnips/new.rb", "lib/vanilla/dynasnips/pre.rb", "lib/vanilla/dynasnips/rand.rb", "lib/vanilla/dynasnips/raw.rb", "lib/vanilla/dynasnips/title.rb", "lib/vanilla/dynasnips/url_to.rb", "lib/vanilla/renderers", "lib/vanilla/renderers/base.rb", "lib/vanilla/renderers/bold.rb", "lib/vanilla/renderers/erb.rb", "lib/vanilla/renderers/haml.rb", "lib/vanilla/renderers/markdown.rb", "lib/vanilla/renderers/raw.rb", "lib/vanilla/renderers/ruby.rb", "lib/vanilla/renderers/textile.rb", "lib/vanilla/request.rb", "lib/vanilla/routes.rb", "lib/vanilla/snip_reference.rb", "lib/vanilla/snip_reference.treetop", "lib/vanilla/snip_reference_parser.rb", "lib/vanilla/snips", "lib/vanilla/snips/start.rb", "lib/vanilla/snips/system.rb", "lib/vanilla/snips/tutorial.rb", "lib/vanilla/static.rb", "lib/vanilla.rb", "bin/vanilla", "public/hatch.png", "public/javascripts", "public/javascripts/jquery.autogrow-textarea.js", "public/javascripts/jquery.js", "public/javascripts/vanilla.js"] + s.extra_rdoc_files = [ + "README" + ] + s.files = [ + "config.example.yml", + "config.ru", + "Rakefile", + "README", + "README_FOR_APP", + "test/base_renderer_test.rb", + "test/dynasnip_test.rb", + "test/erb_renderer_test.rb", + "test/haml_renderer_test.rb", + "test/markdown_renderer_test.rb", + "test/raw_renderer_test.rb", + "test/ruby_renderer_test.rb", + "test/snip_reference_parser_test.rb", + "test/snip_reference_test.rb", + "test/test_helper.rb", + "test/tmp", + "test/tmp/config.yml", + "test/tmp/soup", + "test/tmp/soup/current_snip.snip", + "test/tmp/soup/layout.snip", + "test/vanilla_app_test.rb", + "test/vanilla_presenting_test.rb", + "test/vanilla_request_test.rb", + "lib/defensio.rb", + "lib/tasks", + "lib/tasks/vanilla.rake", + "lib/vanilla", + "lib/vanilla/app.rb", + "lib/vanilla/authentication", + "lib/vanilla/authentication/warden.rb", + "lib/vanilla/authentication.rb", + "lib/vanilla/console.rb", + "lib/vanilla/dynasnip.rb", + "lib/vanilla/dynasnips", + "lib/vanilla/dynasnips/comments.rb", + "lib/vanilla/dynasnips/current_snip.rb", + "lib/vanilla/dynasnips/debug.rb", + "lib/vanilla/dynasnips/edit.rb", + "lib/vanilla/dynasnips/edit_link.rb", + "lib/vanilla/dynasnips/index.rb", + "lib/vanilla/dynasnips/kind.rb", + "lib/vanilla/dynasnips/link_to.rb", + "lib/vanilla/dynasnips/link_to_current_snip.rb", + "lib/vanilla/dynasnips/logout.rb", + "lib/vanilla/dynasnips/new.rb", + "lib/vanilla/dynasnips/pre.rb", + "lib/vanilla/dynasnips/rand.rb", + "lib/vanilla/dynasnips/raw.rb", + "lib/vanilla/dynasnips/title.rb", + "lib/vanilla/dynasnips/url_to.rb", + "lib/vanilla/renderers", + "lib/vanilla/renderers/base.rb", + "lib/vanilla/renderers/bold.rb", + "lib/vanilla/renderers/erb.rb", + "lib/vanilla/renderers/haml.rb", + "lib/vanilla/renderers/markdown.rb", + "lib/vanilla/renderers/raw.rb", + "lib/vanilla/renderers/ruby.rb", + "lib/vanilla/renderers/textile.rb", + "lib/vanilla/request.rb", + "lib/vanilla/routes.rb", + "lib/vanilla/snip_reference.rb", + "lib/vanilla/snip_reference.treetop", + "lib/vanilla/snip_reference_parser.rb", + "lib/vanilla/snips", + "lib/vanilla/snips/start.rb", + "lib/vanilla/snips/system.rb", + "lib/vanilla/snips/tutorial.rb", + "lib/vanilla/static.rb", + "lib/vanilla.rb", + "bin/vanilla", + "public/hatch.png", + "public/javascripts", + "public/javascripts/jquery.autogrow-textarea.js", + "public/javascripts/jquery.js", + "public/javascripts/vanilla.js" + ] s.homepage = %q{http://github.com/lazyatom/vanilla-rb} s.rdoc_options = ["--main", "README"] s.require_paths = ["lib"]