# -*- encoding: utf-8 -*- # stub: troo 0.0.3 ruby lib Gem::Specification.new do |s| s.name = "troo".freeze s.version = "0.0.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Gavin Laking".freeze] s.date = "2014-01-17" s.description = "CLI interface for Trello.".freeze s.email = ["gavinlaking@gmail.com".freeze] s.executables = ["troo".freeze] s.files = [".gitignore".freeze, ".ruby-version".freeze, "Gemfile".freeze, "Guardfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/troo".freeze, "configuration.yml.example".freeze, "features/add_board.feature".freeze, "features/add_card.feature".freeze, "features/add_comment.feature".freeze, "features/add_list.feature".freeze, "features/cleanup.feature".freeze, "features/move_card_to_list.feature".freeze, "features/refresh.feature".freeze, "features/set_default.feature".freeze, "features/show_board.feature".freeze, "features/show_boards.feature".freeze, "features/show_card.feature".freeze, "features/show_comments.feature".freeze, "features/show_list.feature".freeze, "features/status.feature".freeze, "features/step_definitions/troo_steps.rb".freeze, "features/support/env.rb".freeze, "features/troo.feature".freeze, "features/version.feature".freeze, "lib/troo.rb".freeze, "lib/troo/actions/create_board.rb".freeze, "lib/troo/actions/create_card.rb".freeze, "lib/troo/actions/create_comment.rb".freeze, "lib/troo/actions/create_list.rb".freeze, "lib/troo/actions/move_card.rb".freeze, "lib/troo/actions/refresh_all.rb".freeze, "lib/troo/actions/set_default.rb".freeze, "lib/troo/cli/add_cli.rb".freeze, "lib/troo/cli/default_cli.rb".freeze, "lib/troo/cli/main_cli.rb".freeze, "lib/troo/cli/show_cli.rb".freeze, "lib/troo/cli/thor_fixes.rb".freeze, "lib/troo/display/board_decorator.rb".freeze, "lib/troo/display/board_presenter.rb".freeze, "lib/troo/display/card_decorator.rb".freeze, "lib/troo/display/card_presenter.rb".freeze, "lib/troo/display/comment_decorator.rb".freeze, "lib/troo/display/comment_presenter.rb".freeze, "lib/troo/display/decorator_helpers.rb".freeze, "lib/troo/display/list_decorator.rb".freeze, "lib/troo/display/list_presenter.rb".freeze, "lib/troo/display/member_decorator.rb".freeze, "lib/troo/display/member_presenter.rb".freeze, "lib/troo/external/board.rb".freeze, "lib/troo/external/board_adaptor.rb".freeze, "lib/troo/external/card.rb".freeze, "lib/troo/external/card_adaptor.rb".freeze, "lib/troo/external/comment.rb".freeze, "lib/troo/external/comment_adaptor.rb".freeze, "lib/troo/external/list.rb".freeze, "lib/troo/external/list_adaptor.rb".freeze, "lib/troo/external/member.rb".freeze, "lib/troo/external/member_adaptor.rb".freeze, "lib/troo/models/board.rb".freeze, "lib/troo/models/board_persistence.rb".freeze, "lib/troo/models/board_retrieval.rb".freeze, "lib/troo/models/card.rb".freeze, "lib/troo/models/card_persistence.rb".freeze, "lib/troo/models/card_retrieval.rb".freeze, "lib/troo/models/comment.rb".freeze, "lib/troo/models/comment_persistence.rb".freeze, "lib/troo/models/comment_retrieval.rb".freeze, "lib/troo/models/list.rb".freeze, "lib/troo/models/list_persistence.rb".freeze, "lib/troo/models/list_retrieval.rb".freeze, "lib/troo/models/member.rb".freeze, "lib/troo/models/member_persistence.rb".freeze, "lib/troo/models/member_retrieval.rb".freeze, "lib/troo/models/model_helpers.rb".freeze, "lib/troo/models/refresh.rb".freeze, "lib/troo/presentation/template.rb".freeze, "lib/troo/troo.rb".freeze, "lib/troo/version.rb".freeze, "lib/troo/views/card.erb".freeze, "lib/troo/views/comment.erb".freeze, "logs/.gitkeep".freeze, "test/cassettes/board_by_id.yml".freeze, "test/cassettes/boards_all.yml".freeze, "test/cassettes/card_by_card_id.yml".freeze, "test/cassettes/cards_by_board_id.yml".freeze, "test/cassettes/cards_by_list_id.yml".freeze, "test/cassettes/comments_by_board_id.yml".freeze, "test/cassettes/comments_by_card_id.yml".freeze, "test/cassettes/comments_by_list_id.yml".freeze, "test/cassettes/create_board.yml".freeze, "test/cassettes/create_card.yml".freeze, "test/cassettes/create_comment.yml".freeze, "test/cassettes/create_list.yml".freeze, "test/cassettes/list_by_list_id.yml".freeze, "test/cassettes/lists_by_board_id.yml".freeze, "test/cassettes/member_by_member_id.yml".freeze, "test/cassettes/members_by_board_id.yml".freeze, "test/cassettes/move_card.yml".freeze, "test/lib/troo/actions/create_board_test.rb".freeze, "test/lib/troo/actions/create_card_test.rb".freeze, "test/lib/troo/actions/create_comment_test.rb".freeze, "test/lib/troo/actions/create_list_test.rb".freeze, "test/lib/troo/actions/move_card_test.rb".freeze, "test/lib/troo/actions/refresh_all_test.rb".freeze, "test/lib/troo/actions/set_default_test.rb".freeze, "test/lib/troo/cli/add_cli_test.rb".freeze, "test/lib/troo/cli/default_cli_test.rb".freeze, "test/lib/troo/cli/main_cli_test.rb".freeze, "test/lib/troo/cli/show_cli_test.rb".freeze, "test/lib/troo/cli/thor_fixes_test.rb".freeze, "test/lib/troo/display/board_decorator_test.rb".freeze, "test/lib/troo/display/board_presenter_test.rb".freeze, "test/lib/troo/display/card_decorator_test.rb".freeze, "test/lib/troo/display/card_presenter_test.rb".freeze, "test/lib/troo/display/comment_decorator_test.rb".freeze, "test/lib/troo/display/comment_presenter_test.rb".freeze, "test/lib/troo/display/decorator_helpers_test.rb".freeze, "test/lib/troo/display/list_decorator_test.rb".freeze, "test/lib/troo/display/list_presenter_test.rb".freeze, "test/lib/troo/display/member_decorator_test.rb".freeze, "test/lib/troo/display/member_presenter_test.rb".freeze, "test/lib/troo/external/board_adaptor_test.rb".freeze, "test/lib/troo/external/board_test.rb".freeze, "test/lib/troo/external/card_adaptor_test.rb".freeze, "test/lib/troo/external/card_test.rb".freeze, "test/lib/troo/external/comment_adaptor_test.rb".freeze, "test/lib/troo/external/comment_test.rb".freeze, "test/lib/troo/external/list_adaptor_test.rb".freeze, "test/lib/troo/external/list_test.rb".freeze, "test/lib/troo/external/member_adaptor_test.rb".freeze, "test/lib/troo/external/member_test.rb".freeze, "test/lib/troo/models/board_persistence_test.rb".freeze, "test/lib/troo/models/board_retrieval_test.rb".freeze, "test/lib/troo/models/board_test.rb".freeze, "test/lib/troo/models/card_persistence_test.rb".freeze, "test/lib/troo/models/card_retrieval_test.rb".freeze, "test/lib/troo/models/card_test.rb".freeze, "test/lib/troo/models/comment_persistence_test.rb".freeze, "test/lib/troo/models/comment_retrieval_test.rb".freeze, "test/lib/troo/models/comment_test.rb".freeze, "test/lib/troo/models/list_persistence_test.rb".freeze, "test/lib/troo/models/list_retrieval_test.rb".freeze, "test/lib/troo/models/list_test.rb".freeze, "test/lib/troo/models/member_persistence_test.rb".freeze, "test/lib/troo/models/member_retrieval_test.rb".freeze, "test/lib/troo/models/member_test.rb".freeze, "test/lib/troo/models/model_helpers_test.rb".freeze, "test/lib/troo/models/refresh_test.rb".freeze, "test/lib/troo/presentation/template_test.rb".freeze, "test/support/fabrication.rb".freeze, "test/support/template.erb".freeze, "test/support/vcr_setup.rb".freeze, "test/test_helper.rb".freeze, "troo.gemspec".freeze] s.homepage = "http://gavinlaking.name".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "CLI interface for Trello.".freeze s.test_files = ["features/add_board.feature".freeze, "features/add_card.feature".freeze, "features/add_comment.feature".freeze, "features/add_list.feature".freeze, "features/cleanup.feature".freeze, "features/move_card_to_list.feature".freeze, "features/refresh.feature".freeze, "features/set_default.feature".freeze, "features/show_board.feature".freeze, "features/show_boards.feature".freeze, "features/show_card.feature".freeze, "features/show_comments.feature".freeze, "features/show_list.feature".freeze, "features/status.feature".freeze, "features/step_definitions/troo_steps.rb".freeze, "features/support/env.rb".freeze, "features/troo.feature".freeze, "features/version.feature".freeze, "test/cassettes/board_by_id.yml".freeze, "test/cassettes/boards_all.yml".freeze, "test/cassettes/card_by_card_id.yml".freeze, "test/cassettes/cards_by_board_id.yml".freeze, "test/cassettes/cards_by_list_id.yml".freeze, "test/cassettes/comments_by_board_id.yml".freeze, "test/cassettes/comments_by_card_id.yml".freeze, "test/cassettes/comments_by_list_id.yml".freeze, "test/cassettes/create_board.yml".freeze, "test/cassettes/create_card.yml".freeze, "test/cassettes/create_comment.yml".freeze, "test/cassettes/create_list.yml".freeze, "test/cassettes/list_by_list_id.yml".freeze, "test/cassettes/lists_by_board_id.yml".freeze, "test/cassettes/member_by_member_id.yml".freeze, "test/cassettes/members_by_board_id.yml".freeze, "test/cassettes/move_card.yml".freeze, "test/lib/troo/actions/create_board_test.rb".freeze, "test/lib/troo/actions/create_card_test.rb".freeze, "test/lib/troo/actions/create_comment_test.rb".freeze, "test/lib/troo/actions/create_list_test.rb".freeze, "test/lib/troo/actions/move_card_test.rb".freeze, "test/lib/troo/actions/refresh_all_test.rb".freeze, "test/lib/troo/actions/set_default_test.rb".freeze, "test/lib/troo/cli/add_cli_test.rb".freeze, "test/lib/troo/cli/default_cli_test.rb".freeze, "test/lib/troo/cli/main_cli_test.rb".freeze, "test/lib/troo/cli/show_cli_test.rb".freeze, "test/lib/troo/cli/thor_fixes_test.rb".freeze, "test/lib/troo/display/board_decorator_test.rb".freeze, "test/lib/troo/display/board_presenter_test.rb".freeze, "test/lib/troo/display/card_decorator_test.rb".freeze, "test/lib/troo/display/card_presenter_test.rb".freeze, "test/lib/troo/display/comment_decorator_test.rb".freeze, "test/lib/troo/display/comment_presenter_test.rb".freeze, "test/lib/troo/display/decorator_helpers_test.rb".freeze, "test/lib/troo/display/list_decorator_test.rb".freeze, "test/lib/troo/display/list_presenter_test.rb".freeze, "test/lib/troo/display/member_decorator_test.rb".freeze, "test/lib/troo/display/member_presenter_test.rb".freeze, "test/lib/troo/external/board_adaptor_test.rb".freeze, "test/lib/troo/external/board_test.rb".freeze, "test/lib/troo/external/card_adaptor_test.rb".freeze, "test/lib/troo/external/card_test.rb".freeze, "test/lib/troo/external/comment_adaptor_test.rb".freeze, "test/lib/troo/external/comment_test.rb".freeze, "test/lib/troo/external/list_adaptor_test.rb".freeze, "test/lib/troo/external/list_test.rb".freeze, "test/lib/troo/external/member_adaptor_test.rb".freeze, "test/lib/troo/external/member_test.rb".freeze, "test/lib/troo/models/board_persistence_test.rb".freeze, "test/lib/troo/models/board_retrieval_test.rb".freeze, "test/lib/troo/models/board_test.rb".freeze, "test/lib/troo/models/card_persistence_test.rb".freeze, "test/lib/troo/models/card_retrieval_test.rb".freeze, "test/lib/troo/models/card_test.rb".freeze, "test/lib/troo/models/comment_persistence_test.rb".freeze, "test/lib/troo/models/comment_retrieval_test.rb".freeze, "test/lib/troo/models/comment_test.rb".freeze, "test/lib/troo/models/list_persistence_test.rb".freeze, "test/lib/troo/models/list_retrieval_test.rb".freeze, "test/lib/troo/models/list_test.rb".freeze, "test/lib/troo/models/member_persistence_test.rb".freeze, "test/lib/troo/models/member_retrieval_test.rb".freeze, "test/lib/troo/models/member_test.rb".freeze, "test/lib/troo/models/model_helpers_test.rb".freeze, "test/lib/troo/models/refresh_test.rb".freeze, "test/lib/troo/presentation/template_test.rb".freeze, "test/support/fabrication.rb".freeze, "test/support/template.erb".freeze, "test/support/vcr_setup.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["= 0.5.4".freeze]) s.add_development_dependency(%q.freeze, ["= 1.5.2".freeze]) s.add_development_dependency(%q.freeze, ["= 1.3.10".freeze]) s.add_development_dependency(%q.freeze, ["= 2.9.3".freeze]) s.add_development_dependency(%q.freeze, ["= 2.2.5".freeze]) s.add_development_dependency(%q.freeze, ["= 2.1.3".freeze]) s.add_development_dependency(%q.freeze, ["= 5.0.8".freeze]) s.add_development_dependency(%q.freeze, ["= 0.14.0".freeze]) s.add_development_dependency(%q.freeze, ["= 0.9.12.4".freeze]) s.add_development_dependency(%q.freeze, ["= 10.1.1".freeze]) s.add_development_dependency(%q.freeze, ["= 0.8.2".freeze]) s.add_development_dependency(%q.freeze, ["= 2.8.0".freeze]) s.add_development_dependency(%q.freeze, ["= 1.15.2".freeze]) s.add_runtime_dependency(%q.freeze, ["= 1.7.7".freeze]) s.add_runtime_dependency(%q.freeze, ["= 1.3.2".freeze]) s.add_runtime_dependency(%q.freeze, ["= 1.2".freeze]) s.add_runtime_dependency(%q.freeze, ["= 1.1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["= 1.2.2".freeze]) s.add_runtime_dependency(%q.freeze, ["= 0.18.1".freeze]) end