# -*- encoding: utf-8 -*- # stub: clubhouse2 1.0.4 ruby lib Gem::Specification.new do |s| s.name = "clubhouse2".freeze s.version = "1.0.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["James Denness".freeze] s.date = "2017-10-10" s.description = "Does exactly what it says on the label".freeze s.email = ["jd@masabi.com".freeze] s.files = [".gitignore".freeze, "README.md".freeze, "VERSION".freeze, "clubhouse2.gemspec".freeze, "lib/clubhouse2.rb".freeze, "lib/clubhouse2/category.rb".freeze, "lib/clubhouse2/client.rb".freeze, "lib/clubhouse2/clubhouse_resource.rb".freeze, "lib/clubhouse2/epic.rb".freeze, "lib/clubhouse2/epic_comment.rb".freeze, "lib/clubhouse2/exceptions.rb".freeze, "lib/clubhouse2/file.rb".freeze, "lib/clubhouse2/label.rb".freeze, "lib/clubhouse2/linked_file.rb".freeze, "lib/clubhouse2/member.rb".freeze, "lib/clubhouse2/milestone.rb".freeze, "lib/clubhouse2/profile.rb".freeze, "lib/clubhouse2/project.rb".freeze, "lib/clubhouse2/repository.rb".freeze, "lib/clubhouse2/state.rb".freeze, "lib/clubhouse2/story.rb".freeze, "lib/clubhouse2/story_comment.rb".freeze, "lib/clubhouse2/story_link.rb".freeze, "lib/clubhouse2/task.rb".freeze, "lib/clubhouse2/team.rb".freeze, "lib/clubhouse2/workflow.rb".freeze] s.homepage = "https://www.masabi.com".freeze s.licenses = ["BSD".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Clubhouse library for API version 2".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.10.4".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.10".freeze]) end