# -*- encoding: utf-8 -*- # stub: clubhouse2 1.0.10 ruby lib Gem::Specification.new do |s| s.name = "clubhouse2".freeze s.version = "1.0.10".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 = "2018-06-08" s.description = "A resource-oriented library for working with the Cloubhouse API (v2)".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/branch.rb".freeze, "lib/clubhouse2/category.rb".freeze, "lib/clubhouse2/client.rb".freeze, "lib/clubhouse2/clubhouse_resource.rb".freeze, "lib/clubhouse2/commit.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/pull_request.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://github.com/Masabi/clubhouse2-ruby".freeze s.licenses = ["GPL-3.0".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.3.0".freeze) s.requirements = ["A clubhouse account (https://clubhouse.io)".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, ["~> 3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.10.4".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.10".freeze]) end