From 0f95a779bbb3dc8eaa192b9a7c911d53a9fd0fea Mon Sep 17 00:00:00 2001 From: alegscogs Date: Mon, 23 Jan 2012 15:10:41 -0500 Subject: [PATCH] Add the r3 directory to the Gemspec --- components.gemspec | 84 +++++++++++++++++++++++----------------------- 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/components.gemspec b/components.gemspec index a2c96df..302d0fd 100644 --- a/components.gemspec +++ b/components.gemspec @@ -13,39 +13,39 @@ Gem::Specification.new do |s| ] s.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" + ".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/r3/app/components/child/one.erb", + "test/r3/app/components/child_component.rb", + "test/r3/app/components/hello_world/bolded.erb", + "test/r3/app/components/hello_world/say_it_with_help.erb", + "test/r3/app/components/hello_world_component.rb", + "test/r3/app/components/parent/one.erb", + "test/r3/app/components/parent/two.erb", + "test/r3/app/components/parent_component.rb", + "test/r3/app/components/rich_view/form.erb", + "test/r3/app/components/rich_view/linker.erb", + "test/r3/app/components/rich_view/urler.erb", + "test/r3/app/components/rich_view_component.rb", + "test/r3/app/controllers/application_controller.rb", + "test/r3/app/controllers/hello_world_controller.rb", + "test/caching_test.rb", + "test/components_test.rb", + "test/test_helper.rb" ] s.has_rdoc = true s.homepage = %q{http://github.com/langalex/components} @@ -55,15 +55,15 @@ Gem::Specification.new do |s| s.summary = %q{TODO} s.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" + "test/r3/app/components/child_component.rb", + "test/r3/app/components/hello_world_component.rb", + "test/r3/app/components/parent_component.rb", + "test/r3/app/components/rich_view_component.rb", + "test/r3/app/controllers/application_controller.rb", + "test/r3/app/controllers/hello_world_controller.rb", + "test/caching_test.rb", + "test/components_test.rb", + "test/test_helper.rb" ] if s.respond_to? :specification_version then