garterbelt.gemspec in garterbelt-0.1.0 vs garterbelt.gemspec in garterbelt-0.1.1
- old
+ new
@@ -3,25 +3,26 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{garterbelt}
- s.version = "0.1.0"
+ s.version = "0.1.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Kane Baccigalupi"]
- s.date = %q{2011-04-19}
+ s.date = %q{2011-04-20}
s.description = %q{Garterbelt is a Ruby HTML/XML markup framework inspired by Erector and Markaby. Garterbelt maps html tags to methods allowing the intuitive construction of HTML pages using nothing but Ruby. And because it is all Ruby all the time, views benefit from the dryness of inheritance, modules and all the meta magic that Ruby can imagine. Stockings not included.}
s.email = %q{baccigalupi@gmail.com}
s.extra_rdoc_files = [
"LICENSE.txt",
"README.rdoc",
"TODO"
]
s.files = [
".document",
".rspec",
+ "CHANGELOG",
"Gemfile",
"Gemfile.lock",
"LICENSE.txt",
"README.rdoc",
"Rakefile",
@@ -41,10 +42,11 @@
"lib/renderers/xml.rb",
"lib/stocking.rb",
"lib/support/string.rb",
"lib/view.rb",
"spec/garterbelt_spec.rb",
+ "spec/integration/expectations/form_with_textarea.html",
"spec/integration/expectations/general_view.html",
"spec/integration/expectations/render_styles/compact.html",
"spec/integration/expectations/render_styles/minified.html",
"spec/integration/expectations/render_styles/pretty_with_embeds.html",
"spec/integration/expectations/render_styles/text.html",
@@ -54,10 +56,11 @@
"spec/integration/expectations/view_partial_nest.html",
"spec/integration/expectations/view_with_forms.html",
"spec/integration/expectations/view_with_tags.html",
"spec/integration/integration_spec.rb",
"spec/integration/templates/form.rb",
+ "spec/integration/templates/form_with_textarea.rb",
"spec/integration/templates/pretty_with_embeds.rb",
"spec/integration/templates/unescaping_view.rb",
"spec/integration/templates/view_partial_nest.rb",
"spec/integration/templates/view_with_cache.rb",
"spec/integration/templates/view_with_forms.rb",
@@ -67,10 +70,11 @@
"spec/integration/templates/view_with_vars.rb",
"spec/page_spec.rb",
"spec/performance/profiling.rb",
"spec/performance/templates/erector.rb",
"spec/performance/templates/garterbelt.rb",
+ "spec/performance/templates/ham.haml",
"spec/performance/vs_erector.rb",
"spec/renderers/cache_spec.rb",
"spec/renderers/closed_tag_spec.rb",
"spec/renderers/comment_spec.rb",
"spec/renderers/content_tag_spec.rb",
@@ -78,10 +82,11 @@
"spec/renderers/text_spec.rb",
"spec/spec_helper.rb",
"spec/string_spec.rb",
"spec/support/mock_view.rb",
"spec/support/puters.rb",
+ "spec/view/anonymous_view_spec.rb",
"spec/view/view_basics_spec.rb",
"spec/view/view_caching_spec.rb",
"spec/view/view_partial_spec.rb",
"spec/view/view_rails_type_helpers.rb",
"spec/view/view_render_spec.rb",
@@ -94,10 +99,11 @@
s.summary = %q{Garterbelt is a Ruby HTML/XML markup framework. It is san DSL. Just all Ruby, all the time.}
s.test_files = [
"spec/garterbelt_spec.rb",
"spec/integration/integration_spec.rb",
"spec/integration/templates/form.rb",
+ "spec/integration/templates/form_with_textarea.rb",
"spec/integration/templates/pretty_with_embeds.rb",
"spec/integration/templates/unescaping_view.rb",
"spec/integration/templates/view_partial_nest.rb",
"spec/integration/templates/view_with_cache.rb",
"spec/integration/templates/view_with_forms.rb",
@@ -118,9 +124,10 @@
"spec/renderers/text_spec.rb",
"spec/spec_helper.rb",
"spec/string_spec.rb",
"spec/support/mock_view.rb",
"spec/support/puters.rb",
+ "spec/view/anonymous_view_spec.rb",
"spec/view/view_basics_spec.rb",
"spec/view/view_caching_spec.rb",
"spec/view/view_partial_spec.rb",
"spec/view/view_rails_type_helpers.rb",
"spec/view/view_render_spec.rb",