Skip to content

Commit

Permalink
Released version 1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyatom committed Feb 22, 2011
1 parent 6d59962 commit f90ff4d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions vanilla.gemspec
Expand Up @@ -29,16 +29,21 @@ Gem::Specification.new do |s|
"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/tasks",
"lib/tasks/vanilla.rake",
"lib/vanilla",
"lib/vanilla/app.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",
Expand All @@ -51,6 +56,7 @@ Gem::Specification.new do |s|
"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",
Expand All @@ -64,9 +70,12 @@ Gem::Specification.new do |s|
"lib/vanilla/snip_reference.rb",
"lib/vanilla/snip_reference.treetop",
"lib/vanilla/snip_reference_parser.rb",
"lib/vanilla/snips",
"lib/vanilla/snips/system",
"lib/vanilla/snips/system/layout.snip",
"lib/vanilla/snips/system/start.snip",
"lib/vanilla/snips/system/system.snip",
"lib/vanilla/snips/tutorial",
"lib/vanilla/snips/tutorial/bad_dynasnip.snip",
"lib/vanilla/snips/tutorial/hello_world.snip",
"lib/vanilla/snips/tutorial/markdown_example.snip",
Expand Down

0 comments on commit f90ff4d

Please sign in to comment.