Manifest.txt in trellis-0.1.0 vs Manifest.txt in trellis-0.1.1
- old
+ new
@@ -1,6 +1,5 @@
-.gitignore
History.txt
License.txt
Manifest.txt
README
README.txt
@@ -17,10 +16,11 @@
examples/crud_components/html/images/sortable.png
examples/crud_components/html/style/trellis.css
examples/crud_components/source/crud_components.rb
examples/crud_components/source/domain.rb
examples/examples.txt
+examples/filters/source/filters.rb
examples/flickr/source/flickr.rb
examples/guest_book/source/guest_book.rb
examples/hangman/html/game_over.xhtml
examples/hangman/html/guess.xhtml
examples/hangman/html/images/a_disabled.png
@@ -109,11 +109,13 @@
tasks/website.rake
test/application_spec.rb
test/component_spec.rb
test/core_extensions_spec.rb
test/default_router_spec.rb
-test/fixtures/application_spec_applications.rb
-test/fixtures/component_spec_components.rb
+test/filters_spec.rb
+test/fixtures/application_fixtures.rb
+test/fixtures/component_fixtures.rb
+test/fixtures/filters_fixtures.rb
test/page_spec.rb
test/renderer_spec.rb
test/router_spec.rb
test/spec.opts
test/spec_helper.rb