# -*- encoding: utf-8 -*- # stub: schubert-minglr 1.1.0 ruby lib Gem::Specification.new do |s| s.name = "schubert-minglr".freeze s.version = "1.1.0".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-09" 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, "lib/minglr.rb".freeze, "lib/minglr/attachment.rb".freeze, "lib/minglr/card.rb".freeze, "lib/minglr/input_cache.rb".freeze, "lib/minglr/mingle_resource.rb".freeze, "lib/minglr/minglr_action.rb".freeze, "lib/minglr/minglr_config_parser.rb".freeze, "lib/minglr/minglr_options_parser.rb".freeze, "lib/minglr/mtx_options_parser.rb".freeze, "lib/minglr/property_definition.rb".freeze, "lib/minglr/transition_execution.rb".freeze, "lib/minglr/user.rb".freeze, "minglr.gemspec".freeze, "minglrconfig.sample".freeze, "tasks/commit.sample.rake".freeze, "tasks/svn.sample.rake".freeze, "test/attachment_test.rb".freeze, "test/minglr_resource_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/attachment_test.rb".freeze, "test/minglr_resource_test.rb".freeze, "test/test_helper.rb".freeze] end