# -*- encoding: utf-8 -*- # stub: schubert-minglr 1.3.1 ruby lib Gem::Specification.new do |s| s.name = "schubert-minglr".freeze s.version = "1.3.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Michael Schubert".freeze, "Stephen Chu".freeze, "Chris O'Meara".freeze] s.date = "2009-07-28" s.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".freeze s.email = "michael@schubert.cx".freeze s.executables = ["mtx".freeze, "minglr".freeze] s.extra_rdoc_files = ["LICENSE".freeze, "README.rdoc".freeze] s.files = [".document".freeze, ".gitignore".freeze, "LICENSE".freeze, "PostInstall.txt".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION.yml".freeze, "bin/minglr".freeze, "bin/mtx".freeze, "cucumber.yml".freeze, "features/cards.feature".freeze, "features/step_definitions/minglr_steps.rb".freeze, "features/step_definitions/shared_steps.rb".freeze, "features/users.feature".freeze, "lib/minglr.rb".freeze, "lib/minglr/action.rb".freeze, "lib/minglr/config_parser.rb".freeze, "lib/minglr/extensions/array.rb".freeze, "lib/minglr/mtx/input_cache.rb".freeze, "lib/minglr/mtx/options_parser.rb".freeze, "lib/minglr/options_parser.rb".freeze, "lib/minglr/resources/attachment.rb".freeze, "lib/minglr/resources/base.rb".freeze, "lib/minglr/resources/card.rb".freeze, "lib/minglr/resources/project.rb".freeze, "lib/minglr/resources/property_definition.rb".freeze, "lib/minglr/resources/transition_execution.rb".freeze, "lib/minglr/resources/user.rb".freeze, "minglr.gemspec".freeze, "minglrconfig.sample".freeze, "tasks/commit.sample.rake".freeze, "tasks/svn.sample.rake".freeze, "test/action_test.rb".freeze, "test/commands_test.rb".freeze, "test/config_parser_test.rb".freeze, "test/extensions/array_test.rb".freeze, "test/options_parser_test.rb".freeze, "test/resources/attachment_test.rb".freeze, "test/resources/base_test.rb".freeze, "test/resources/card_test.rb".freeze, "test/resources/project_test.rb".freeze, "test/resources/property_definition_test.rb".freeze, "test/resources/user_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://github.com/schubert/minglr".freeze s.post_install_message = "PostInstall.txt".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "command line user tool for Mingle (http://mingle.thoughtworks.com/mingle-agile-project-management)".freeze s.test_files = ["test/action_test.rb".freeze, "test/commands_test.rb".freeze, "test/config_parser_test.rb".freeze, "test/extensions/array_test.rb".freeze, "test/options_parser_test.rb".freeze, "test/resources/attachment_test.rb".freeze, "test/resources/base_test.rb".freeze, "test/resources/card_test.rb".freeze, "test/resources/project_test.rb".freeze, "test/resources/property_definition_test.rb".freeze, "test/resources/user_test.rb".freeze, "test/test_helper.rb".freeze] end