# -*- encoding: utf-8 -*- # stub: new 0.0.5 ruby lib Gem::Specification.new do |s| s.name = "new".freeze s.version = "0.0.5".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Ryan Brewster".freeze] s.date = "2014-03-16" s.email = "brewster1134@gmail.com".freeze s.executables = ["new".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "Guardfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "bin/new".freeze, "lib/new.rb".freeze, "lib/new/cli.rb".freeze, "lib/new/core.rb".freeze, "lib/new/dsl.rb".freeze, "lib/new/interpolate.rb".freeze, "lib/new/project.rb".freeze, "lib/new/task.rb".freeze, "lib/new/template.rb".freeze, "lib/new/version.rb".freeze, "new_project/.new".freeze, "new_project/custom_bar_template/.new".freeze, "spec/fixtures/custom/.new".freeze, "spec/fixtures/custom/tasks/custom_bar_task/custom_bar_task.rb".freeze, "spec/fixtures/custom/templates/custom_bar_template/.new".freeze, "spec/fixtures/custom/templates/custom_bar_template/custom_bar.txt".freeze, "spec/fixtures/project/.new".freeze, "spec/fixtures/project/.new_cli_release_spec".freeze, "spec/fixtures/tasks/custom_bar_task/custom_bar_task.rb".freeze, "spec/fixtures/tasks/foo_task/foo_task.rb".freeze, "spec/fixtures/templates/custom_bar_template/.gitkeep".freeze, "spec/fixtures/templates/foo_template/.new".freeze, "spec/fixtures/templates/foo_template/[FOO.BAR].txt.erb".freeze, "spec/fixtures/templates/foo_template/nested_[FOO.BAR]/foo.txt.erb".freeze, "spec/lib/new/cli_spec.rb".freeze, "spec/lib/new/interpolate_spec.rb".freeze, "spec/lib/new/project_spec.rb".freeze, "spec/lib/new/task_spec.rb".freeze, "spec/lib/new/template_spec.rb".freeze, "spec/lib/new/version_spec.rb".freeze, "spec/lib/new_spec.rb".freeze, "spec/spec_helper.rb".freeze, "tasks/gem/.gemspec.erb".freeze, "tasks/gem/README.md".freeze, "tasks/gem/gem.rb".freeze, "templates/js/.gitignore".freeze, "templates/js/.new".freeze, "templates/js/Gemfile".freeze, "templates/js/Guardfile".freeze, "templates/js/LICENSE-MIT.erb".freeze, "templates/js/README.md.erb".freeze, "templates/js/demo/index.html.erb".freeze, "templates/js/lib/README.md".freeze, "templates/js/spec/[PROJECT_NAME].spec.js.coffee.erb".freeze, "templates/js/spec/index.html.erb".freeze, "templates/js/spec/spec_helper.js.coffee".freeze, "templates/js/spec/vendor/chai.js".freeze, "templates/js/spec/vendor/sinon-chai.js".freeze, "templates/js/spec/vendor/sinon.js".freeze, "templates/js/src/README.md".freeze, "templates/js/src/[PROJECT_NAME].js.coffee.erb".freeze, "templates/js/testem.yml".freeze] s.homepage = "https://github.com/brewster1134/new".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A Quick & Custom Project Creation & Release Tool".freeze s.test_files = ["spec/fixtures/custom/tasks/custom_bar_task/custom_bar_task.rb".freeze, "spec/fixtures/tasks/custom_bar_task/custom_bar_task.rb".freeze, "spec/fixtures/tasks/foo_task/foo_task.rb".freeze, "spec/lib/new/cli_spec.rb".freeze, "spec/lib/new/interpolate_spec.rb".freeze, "spec/lib/new/project_spec.rb".freeze, "spec/lib/new/task_spec.rb".freeze, "spec/lib/new/template_spec.rb".freeze, "spec/lib/new/version_spec.rb".freeze, "spec/lib/new_spec.rb".freeze, "spec/spec_helper.rb".freeze] end