--- !ruby/object:Gem::Specification 
name: langalex-components
version: !ruby/object:Gem::Version 
  version: 0.0.2
platform: ruby
authors: 
- Lance Ivy
- Alexander Lang
autorequire: 
bindir: bin
cert_chain: []

date: 2009-06-19 00:00:00 -07:00
default_executable: 
dependencies: []

description: 
email: alex@upstream-berlin.com
executables: []

extensions: []

extra_rdoc_files: 
- README
files: 
- .document
- .gitignore
- MIT-LICENSE
- README
- Rakefile
- VERSION.yml
- components.gemspec
- generators/component/component_generator.rb
- generators/component/templates/component_template.rb
- generators/component/templates/view_template.rb
- lib/components.rb
- lib/components/base.rb
- lib/components/caching.rb
- lib/components/helpers.rb
- lib/components/view.rb
- rails/init.rb
- test/action_controller_test.rb
- test/app/components/child/one.erb
- test/app/components/child_component.rb
- test/app/components/hello_world/bolded.erb
- test/app/components/hello_world/say_it_with_help.erb
- test/app/components/hello_world_component.rb
- test/app/components/parent/one.erb
- test/app/components/parent/two.erb
- test/app/components/parent_component.rb
- test/app/components/rich_view/form.erb
- test/app/components/rich_view/linker.erb
- test/app/components/rich_view/urler.erb
- test/app/components/rich_view_component.rb
- test/app/controllers/application_controller.rb
- test/app/controllers/hello_world_controller.rb
- test/caching_test.rb
- test/components_test.rb
- test/test_helper.rb
has_rdoc: true
homepage: http://github.com/langalex/components
post_install_message: 
rdoc_options: 
- --charset=UTF-8
require_paths: 
- lib
required_ruby_version: !ruby/object:Gem::Requirement 
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      version: "0"
  version: 
required_rubygems_version: !ruby/object:Gem::Requirement 
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      version: "0"
  version: 
requirements: []

rubyforge_project: 
rubygems_version: 1.2.0
signing_key: 
specification_version: 2
summary: TODO
test_files: 
- test/action_controller_test.rb
- test/app/components/child_component.rb
- test/app/components/hello_world_component.rb
- test/app/components/parent_component.rb
- test/app/components/rich_view_component.rb
- test/app/controllers/application_controller.rb
- test/app/controllers/hello_world_controller.rb
- test/caching_test.rb
- test/components_test.rb
- test/test_helper.rb