--- !ruby/object:Gem::Specification name: schubert-minglr version: !ruby/object:Gem::Version version: 1.1.0 platform: ruby authors: - Michael Schubert - Stephen Chu - Chris O'Meara autorequire: bindir: bin cert_chain: [] date: 2009-07-09 00:00:00 -07:00 default_executable: dependencies: [] description: "* This gem provides two executable binaries to interact with Mingle (http://mingle.thoughtworks.com/mingle-agile-project-management) through its API. It also has sample interactive Rake task on how to facilitate easy card movements when a card enters/exits the development queue. * mtx is a binary that facilities transition changes for use on rake tasks * minglr is a more interactive tool that provides a quick interface for many common uses" email: michael@schubert.cx executables: - mtx - minglr extensions: [] extra_rdoc_files: - LICENSE - README.rdoc files: - .document - .gitignore - LICENSE - PostInstall.txt - README.rdoc - Rakefile - VERSION.yml - bin/minglr - bin/mtx - lib/minglr.rb - lib/minglr/attachment.rb - lib/minglr/card.rb - lib/minglr/input_cache.rb - lib/minglr/mingle_resource.rb - lib/minglr/minglr_action.rb - lib/minglr/minglr_config_parser.rb - lib/minglr/minglr_options_parser.rb - lib/minglr/mtx_options_parser.rb - lib/minglr/property_definition.rb - lib/minglr/transition_execution.rb - lib/minglr/user.rb - minglr.gemspec - minglrconfig.sample - tasks/commit.sample.rake - tasks/svn.sample.rake - test/attachment_test.rb - test/minglr_resource_test.rb - test/test_helper.rb has_rdoc: true homepage: http://github.com/schubert/minglr post_install_message: PostInstall.txt rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: rubygems_version: 1.2.0 signing_key: specification_version: 2 summary: command line user tool for Mingle (http://mingle.thoughtworks.com/mingle-agile-project-management) test_files: - test/attachment_test.rb - test/minglr_resource_test.rb - test/test_helper.rb