--- !ruby/object:Gem::Specification name: ing version: !ruby/object:Gem::Version version: 0.1.2 prerelease: platform: ruby authors: - Eric Gjertsen autorequire: bindir: bin cert_chain: [] date: 2012-09-16 00:00:00.000000000Z dependencies: - !ruby/object:Gem::Dependency name: minitest requirement: &17352160 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *17352160 - !ruby/object:Gem::Dependency name: fakeweb requirement: &17351600 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *17351600 description: ! "\nAn alternative to Rake and Thor, Ing has a command-line syntax similar to \nThor's, and it incorporates Thor's (Rails') generator methods and shell \nconventions. But unlike Thor or Rake, it does not define its own DSL. Your tasks\ncorrespond to plain ruby classes and methods. Ing just handles routing from the \ncommand line to them, and setting options. Your classes (or even Procs) do the \nrest.\n " email: - ericgj72@gmail.com executables: - ing extensions: [] extra_rdoc_files: [] files: - .gitignore - GENERATORS.md - LICENSE - OPTIONS.md - README.md - TASKS.md - bin/ing - examples/rspec_convert.rb - ing.gemspec - ing.rb - lib/ing.rb - lib/ing/actions/create_file.rb - lib/ing/actions/create_link.rb - lib/ing/actions/directory.rb - lib/ing/actions/empty_directory.rb - lib/ing/actions/file_manipulation.rb - lib/ing/actions/inject_into_file.rb - lib/ing/boot.rb - lib/ing/commands/generate.rb - lib/ing/commands/help.rb - lib/ing/commands/implicit.rb - lib/ing/commands/list.rb - lib/ing/common_options.rb - lib/ing/dispatcher.rb - lib/ing/files.rb - lib/ing/lib_trollop.rb - lib/ing/shell.rb - lib/ing/trollop/parser.rb - lib/ing/util.rb - lib/ing/version.rb - lib/thor/actions/file_manipulation.rb - lib/thor/shell/basic.rb - test/acceptance/ing_run_tests.rb - test/actions/create_file_spec.rb - test/actions/create_link_spec.rb - test/actions/directory_spec.rb - test/actions/empty_directory_spec.rb - test/actions/file_manipulation_spec.rb - test/actions/inject_into_file_spec.rb - test/fixtures/application.rb - test/fixtures/app{1}/README - test/fixtures/bundle/execute.rb - test/fixtures/bundle/main.thor - test/fixtures/doc/%file_name%.rb.tt - test/fixtures/doc/COMMENTER - test/fixtures/doc/README - test/fixtures/doc/block_helper.rb - test/fixtures/doc/components/.empty_directory - test/fixtures/doc/config.rb - test/fixtures/doc/config.yaml.tt - test/fixtures/group.ing.rb - test/fixtures/invok.ing.rb - test/fixtures/namespace.ing.rb - test/fixtures/require.ing.rb - test/fixtures/task.ing.rb - test/fixtures/task.thor - test/spec_helper.rb - test/suite.rb - test/test_helper.rb - todo.yml homepage: https://github.com/ericgj/ing 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: - ruby >= 1.9 rubyforge_project: '' rubygems_version: 1.8.10 signing_key: specification_version: 3 summary: Vanilla ruby command-line scripting test_files: - test/acceptance/ing_run_tests.rb - test/actions/create_file_spec.rb - test/actions/create_link_spec.rb - test/actions/directory_spec.rb - test/actions/empty_directory_spec.rb - test/actions/file_manipulation_spec.rb - test/actions/inject_into_file_spec.rb - test/fixtures/application.rb - test/fixtures/app{1}/README - test/fixtures/bundle/execute.rb - test/fixtures/bundle/main.thor - test/fixtures/doc/%file_name%.rb.tt - test/fixtures/doc/COMMENTER - test/fixtures/doc/README - test/fixtures/doc/block_helper.rb - test/fixtures/doc/components/.empty_directory - test/fixtures/doc/config.rb - test/fixtures/doc/config.yaml.tt - test/fixtures/group.ing.rb - test/fixtures/invok.ing.rb - test/fixtures/namespace.ing.rb - test/fixtures/require.ing.rb - test/fixtures/task.ing.rb - test/fixtures/task.thor - test/spec_helper.rb - test/suite.rb - test/test_helper.rb has_rdoc: