Skip to content

Commit

Permalink
Released version 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyatom committed Nov 18, 2010
1 parent 2173951 commit 7fd835a
Showing 1 changed file with 82 additions and 3 deletions.
85 changes: 82 additions & 3 deletions vanilla.gemspec
Expand Up @@ -2,16 +2,95 @@

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"]
s.date = %q{2010-11-18}
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"]
Expand Down

0 comments on commit 7fd835a

Please sign in to comment.