hydeweb.gemspec in hydeweb-0.0.3.pre vs hydeweb.gemspec in hydeweb-0.0.4

- 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.3.pre" + s.version = "0.0.4" - s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version= + 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-04} + s.date = %q{2010-05-25} s.default_executable = %q{hyde} s.description = %q{Website preprocessor} s.email = %q{rico@sinefunc.com} s.executables = ["hyde"] s.extra_rdoc_files = [ @@ -19,45 +19,51 @@ "README.md" ] s.files = [ ".gitignore", ".yardopts", + "AUTHORS", + "CHANGELOG", "LICENSE", "README.md", "Rakefile", "VERSION", "bin/hyde", "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", - "docs/Extending/ExtendingHyde.md", - "docs/Hyde.md", - "docs/Introduction/Configuration.md", - "docs/Introduction/GettingStarted.md", - "docs/Introduction/Installation.md", - "docs/Introduction/Layouts.md", - "docs/Introduction/Partials.md", - "docs/Introduction/TemplateLanguages.md", "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/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/utils.rb", + "manual/Extending/ExtendingHyde.md", + "manual/Hyde.md", + "manual/Introduction/Configuration.md", + "manual/Introduction/GettingStarted.md", + "manual/Introduction/Installation.md", + "manual/Introduction/Layouts.md", + "manual/Introduction/Metadata.md", + "manual/Introduction/Partials.md", + "manual/Introduction/TemplateLanguages.md", "test/fixtures/custom/_config.yml", "test/fixtures/custom/extensions/custom/custom.rb", "test/fixtures/custom/layouts/default.haml", "test/fixtures/custom/layouts/erbtest.erb", + "test/fixtures/custom/layouts/shared/sidebar.haml", "test/fixtures/custom/site/about/index.html", "test/fixtures/custom/site/assets/common.css.less", "test/fixtures/custom/site/assets/style.css.less", "test/fixtures/custom/site/foo.html.haml", "test/fixtures/custom/site/index.html.haml", @@ -73,10 +79,11 @@ "test/fixtures/custom/www_control/layout_test.html", "test/fixtures/custom/www_control/lol.html", "test/fixtures/custom/www_control/markdown.html", "test/fixtures/custom/www_control/yes.html", "test/fixtures/default/_config.yml", + "test/fixtures/default/extensions/custom/custom.rb", "test/fixtures/default/layouts/default.haml", "test/fixtures/default/site/about/index.html", "test/fixtures/default/site/foo.html.haml", "test/fixtures/default/site/index.html.haml", "test/fixtures/default/site/layout_test.html.haml", @@ -88,22 +95,25 @@ "test/fixtures/default/www_control/yes.html", "test/helper.rb", "test/test_all_fixtures.rb", "test/test_build.rb", "test/test_hyde.rb", + "test/test_page.rb", "test/test_utils.rb" ] s.homepage = %q{http://github.com/sinefunc/hyde} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.6} s.summary = %q{Website preprocessor} s.test_files = [ "test/fixtures/custom/extensions/custom/custom.rb", + "test/fixtures/default/extensions/custom/custom.rb", "test/helper.rb", "test/test_all_fixtures.rb", "test/test_build.rb", "test/test_hyde.rb", + "test/test_page.rb", "test/test_utils.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION