# -*- encoding: utf-8 -*- # stub: langalex-components 0.0.4 ruby lib Gem::Specification.new do |s| s.name = "langalex-components".freeze s.version = "0.0.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Lance Ivy".freeze, "Alexander Lang".freeze] s.date = "2009-08-27" s.email = "alex@upstream-berlin.com".freeze s.extra_rdoc_files = ["README.md".freeze] s.files = [".document".freeze, ".gitignore".freeze, "MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "VERSION.yml".freeze, "components.gemspec".freeze, "generators/component/component_generator.rb".freeze, "generators/component/templates/component_template.rb".freeze, "generators/component/templates/view_template.rb".freeze, "lib/components.rb".freeze, "lib/components/base.rb".freeze, "lib/components/caching.rb".freeze, "lib/components/helpers.rb".freeze, "lib/components/view.rb".freeze, "rails/init.rb".freeze, "test/action_controller_test.rb".freeze, "test/app/components/child/one.erb".freeze, "test/app/components/child_component.rb".freeze, "test/app/components/hello_world/bolded.erb".freeze, "test/app/components/hello_world/say_it_with_help.erb".freeze, "test/app/components/hello_world_component.rb".freeze, "test/app/components/parent/one.erb".freeze, "test/app/components/parent/two.erb".freeze, "test/app/components/parent_component.rb".freeze, "test/app/components/rich_view/form.erb".freeze, "test/app/components/rich_view/linker.erb".freeze, "test/app/components/rich_view/urler.erb".freeze, "test/app/components/rich_view_component.rb".freeze, "test/app/controllers/application_controller.rb".freeze, "test/app/controllers/hello_world_controller.rb".freeze, "test/caching_test.rb".freeze, "test/components_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://github.com/langalex/components".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "TODO".freeze s.test_files = ["test/action_controller_test.rb".freeze, "test/app/components/child_component.rb".freeze, "test/app/components/hello_world_component.rb".freeze, "test/app/components/parent_component.rb".freeze, "test/app/components/rich_view_component.rb".freeze, "test/app/controllers/application_controller.rb".freeze, "test/app/controllers/hello_world_controller.rb".freeze, "test/caching_test.rb".freeze, "test/components_test.rb".freeze, "test/test_helper.rb".freeze] end