--- !ruby/object:Gem::Specification name: pointrb version: !ruby/object:Gem::Version version: 0.1.1 prerelease: platform: ruby authors: - Max Meyer autorequire: bindir: bin cert_chain: [] date: 2013-03-13 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: activesupport requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: middleware requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rubytree requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' description: Initialize project directory base on templates email: - dev@fedux.org executables: - pointrb extensions: [] extra_rdoc_files: [] files: - .gitignore - .rspec - .ruby-version - API-GUIDE.md - CONTRIBUTIONS.md - Gemfile - Gemfile.lock - LICENSE.md - README.md - RELEASE_NOTES.md - Rakefile - TODO.md - bin/pointrb - cucumber.yml - features/create_layout.feature - features/create_new_project.feature - features/pointrb_setup.feature - features/step_definitions.rb - features/support/env.rb - features/support/helper.rb - features/test.feature - gemfiles/Gemfile.default - gemfiles/Gemfile.travis - lib/bob_the_helper.rb - lib/bob_the_helper/command.rb - lib/bob_the_helper/command/command_result.rb - lib/bob_the_helper/environment.rb - lib/bob_the_helper/file_system.rb - lib/bob_the_helper/file_system/exceptions.rb - lib/pointrb.rb - lib/pointrb/actions/check_if_pointrb_has_already_been_initialized.rb - lib/pointrb/actions/check_project_path.rb - lib/pointrb/actions/create_layout.rb - lib/pointrb/actions/create_project_wrapper.rb - lib/pointrb/actions/determine_layout_directory.rb - lib/pointrb/actions/error_handler_commandline.rb - lib/pointrb/actions/initialize_pointrb.rb - lib/pointrb/actions/retrieve_layout_files.rb - lib/pointrb/actions/retrieve_parsed_layout.rb - lib/pointrb/actions/set_project_name.rb - lib/pointrb/actions/show_pointrb_version.rb - lib/pointrb/api.rb - lib/pointrb/directory.rb - lib/pointrb/exceptions.rb - lib/pointrb/layout.rb - lib/pointrb/layout_constructor.rb - lib/pointrb/layout_file.rb - lib/pointrb/layout_manager.rb - lib/pointrb/layout_storage_manager.rb - lib/pointrb/layout_tree.rb - lib/pointrb/pointrb_file.rb - lib/pointrb/project.rb - lib/pointrb/version.rb - pointrb.gemspec - script/console - script/terminal - spec/bob_the_helper/command/command_spec.rb - spec/bob_the_helper/environment/environment_spec.rb - spec/bob_the_helper/file_system/file_system_spec.rb - spec/directory/directory_spec.rb - spec/hooks.rb - spec/layout/layout_spec.rb - spec/layout_constructor/layout_constructor_spec.rb - spec/layout_file/layout_file_spec.rb - spec/layout_manager/layout_manager_spec.rb - spec/layout_storage_manager/layout_storage_manager_spec.rb - spec/layout_tree/layout_tree_spec.rb - spec/pointrb_file/pointrb_file_spec.rb - spec/project/project_spec.rb - spec/spec_helper.rb - spec/support/capture.rb - spec/support/env.rb - spec/support/helper.rb - spec/support/hooks.rb homepage: https://www.github.com/maxmeyer/pointrb licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.23 signing_key: specification_version: 3 summary: ! 'PointRb is a project initializer which helps you to create a directory structure for your project. It supports profiles so that you can use different layouts for different projects: library, webapplication etc.' test_files: - features/create_layout.feature - features/create_new_project.feature - features/pointrb_setup.feature - features/step_definitions.rb - features/support/env.rb - features/support/helper.rb - features/test.feature - spec/bob_the_helper/command/command_spec.rb - spec/bob_the_helper/environment/environment_spec.rb - spec/bob_the_helper/file_system/file_system_spec.rb - spec/directory/directory_spec.rb - spec/hooks.rb - spec/layout/layout_spec.rb - spec/layout_constructor/layout_constructor_spec.rb - spec/layout_file/layout_file_spec.rb - spec/layout_manager/layout_manager_spec.rb - spec/layout_storage_manager/layout_storage_manager_spec.rb - spec/layout_tree/layout_tree_spec.rb - spec/pointrb_file/pointrb_file_spec.rb - spec/project/project_spec.rb - spec/spec_helper.rb - spec/support/capture.rb - spec/support/env.rb - spec/support/helper.rb - spec/support/hooks.rb has_rdoc: