# -*- encoding: utf-8 -*- # stub: ytrello 0.18.1 ruby lib Gem::Specification.new do |s| s.name = "ytrello".freeze s.version = "0.18.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 = ["Martin Vidner".freeze] s.date = "2018-02-28" s.description = "Ytrello are tools to help my Scrum team manage Trello cards and Bugzilla bugs.\nMuch of the configuration is harcoded now, yuck!\n".freeze s.email = "martin@vidner.net".freeze s.executables = ["ytrello".freeze, "ytrello-addurl".freeze, "ytrello-check".freeze, "ytrello-create".freeze, "ytrello-reassign".freeze] s.files = [".gitignore".freeze, ".rubocop.yml".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "README.md".freeze, "VERSION".freeze, "bin/ytrello".freeze, "bin/ytrello-addurl".freeze, "bin/ytrello-check".freeze, "bin/ytrello-create".freeze, "bin/ytrello-reassign".freeze, "config/trello-creds.yml.template".freeze, "devel/show_list_ids".freeze, "lib/ytrello.rb".freeze, "lib/ytrello/version.rb".freeze, "ytrello.gemspec".freeze] s.homepage = "https://github.com/mvidner/ytrello".freeze s.licenses = ["MIT".freeze] s.requirements = ["python-bugzilla, with the SUSE flavor".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Tools to help with the YaST Trello boards and Bugzilla".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0.0.10".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.3.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 2.0.0".freeze]) s.add_development_dependency(%q.freeze, ["= 0.41.2".freeze]) end