--- !ruby/object:Gem::Specification name: new version: !ruby/object:Gem::Version version: 0.0.6 platform: ruby authors: - Ryan Brewster autorequire: bindir: bin cert_chain: [] date: 2014-03-16 00:00:00.000000000 Z dependencies: [] description: email: brewster1134@gmail.com executables: - new extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".new" - ".rspec" - Gemfile - Gemfile.lock - Guardfile - LICENSE.txt - README.md - bin/new - lib/new.rb - lib/new/cli.rb - lib/new/core.rb - lib/new/dsl.rb - lib/new/interpolate.rb - lib/new/project.rb - lib/new/task.rb - lib/new/template.rb - lib/new/version.rb - spec/fixtures/custom/.new - spec/fixtures/custom/tasks/custom_bar_task/custom_bar_task.rb - spec/fixtures/custom/templates/custom_bar_template/.new - spec/fixtures/custom/templates/custom_bar_template/custom_bar.txt - spec/fixtures/project/.new - spec/fixtures/project/.new_cli_release_spec - spec/fixtures/tasks/custom_bar_task/custom_bar_task.rb - spec/fixtures/tasks/foo_task/foo_task.rb - spec/fixtures/templates/custom_bar_template/.gitkeep - spec/fixtures/templates/foo_template/.new - spec/fixtures/templates/foo_template/[FOO.BAR].txt.erb - spec/fixtures/templates/foo_template/nested_[FOO.BAR]/foo.txt.erb - spec/lib/new/cli_spec.rb - spec/lib/new/interpolate_spec.rb - spec/lib/new/project_spec.rb - spec/lib/new/task_spec.rb - spec/lib/new/template_spec.rb - spec/lib/new/version_spec.rb - spec/lib/new_spec.rb - spec/spec_helper.rb - tasks/gem/.gemspec.erb - tasks/gem/README.md - tasks/gem/gem.rb - templates/js/.gitignore - templates/js/.new - templates/js/Gemfile - templates/js/Guardfile - templates/js/LICENSE-MIT.erb - templates/js/README.md.erb - templates/js/demo/index.html.erb - templates/js/lib/README.md - templates/js/spec/[PROJECT_NAME].spec.js.coffee.erb - templates/js/spec/index.html.erb - templates/js/spec/spec_helper.js.coffee - templates/js/spec/vendor/chai.js - templates/js/spec/vendor/sinon-chai.js - templates/js/spec/vendor/sinon.js - templates/js/src/README.md - templates/js/src/[PROJECT_NAME].js.coffee.erb - templates/js/testem.yml homepage: https://github.com/brewster1134/new licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.2.2 signing_key: specification_version: 4 summary: A Quick & Custom Project Creation & Release Tool test_files: - spec/fixtures/custom/tasks/custom_bar_task/custom_bar_task.rb - spec/fixtures/tasks/custom_bar_task/custom_bar_task.rb - spec/fixtures/tasks/foo_task/foo_task.rb - spec/lib/new/cli_spec.rb - spec/lib/new/interpolate_spec.rb - spec/lib/new/project_spec.rb - spec/lib/new/task_spec.rb - spec/lib/new/template_spec.rb - spec/lib/new/version_spec.rb - spec/lib/new_spec.rb - spec/spec_helper.rb