hydeweb.gemspec in hydeweb-0.0.4 vs hydeweb.gemspec in hydeweb-0.0.5

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{hydeweb} - s.version = "0.0.4" + s.version = "0.0.5" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Rico Sta. Cruz", "Sinefunc, Inc."] - s.date = %q{2010-05-25} + s.date = %q{2010-05-30} s.default_executable = %q{hyde} s.description = %q{Website preprocessor} s.email = %q{rico@sinefunc.com} s.executables = ["hyde"] s.extra_rdoc_files = [ @@ -31,24 +31,26 @@ "data/new_site/.gitignore", "data/new_site/README.md", "data/new_site/hyde.conf", "data/new_site/layouts/default.haml", "data/new_site/site/index.html.haml", + "data/pages/404.html", "hydeweb.gemspec", "lib/hyde.rb", "lib/hyde/clicommand.rb", "lib/hyde/clicommands.rb", "lib/hyde/helpers.rb", - "lib/hyde/init.rb", "lib/hyde/layout.rb", + "lib/hyde/meta.rb", "lib/hyde/ostruct.rb", "lib/hyde/page.rb", "lib/hyde/page_factory.rb", "lib/hyde/partial.rb", "lib/hyde/project.rb", "lib/hyde/renderer.rb", "lib/hyde/renderers.rb", + "lib/hyde/sinatra/init.rb", "lib/hyde/utils.rb", "manual/Extending/ExtendingHyde.md", "manual/Hyde.md", "manual/Introduction/Configuration.md", "manual/Introduction/GettingStarted.md", @@ -91,9 +93,18 @@ "test/fixtures/default/www_control/about/index.html", "test/fixtures/default/www_control/foo.html", "test/fixtures/default/www_control/index.html", "test/fixtures/default/www_control/layout_test.html", "test/fixtures/default/www_control/yes.html", + "test/fixtures/two/_config.yml", + "test/fixtures/two/layouts/default.haml", + "test/fixtures/two/layouts/shared/test.haml", + "test/fixtures/two/site/default.html.haml", + "test/fixtures/two/site/index.html.haml", + "test/fixtures/two/site/var.html.haml", + "test/fixtures/two/www_control/default.html", + "test/fixtures/two/www_control/index.html", + "test/fixtures/two/www_control/var.html", "test/helper.rb", "test/test_all_fixtures.rb", "test/test_build.rb", "test/test_hyde.rb", "test/test_page.rb",