# -*- encoding: utf-8 -*- # stub: rubyoctopus 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "rubyoctopus".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "changelog_uri" => "https://github.com/Ruby-Octopus/ruby-octopus/blob/main/CHANGELOG.md", "github_repo" => "git@github.com:Ruby-Octopus/ruby-octopus.git", "homepage_uri" => "https://github.com/Ruby-Octopus/ruby-octopus", "source_code_uri" => "https://github.com/Ruby-Octopus/ruby-octopus" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Mason Emery".freeze, "Jeff Merckens".freeze] s.bindir = "exe".freeze s.date = "2022-01-26" s.email = ["thepolytheist@users.noreply.github.com".freeze] s.files = [".devcontainer/Dockerfile".freeze, ".devcontainer/base.Dockerfile".freeze, ".devcontainer/devcontainer.json".freeze, ".rspec".freeze, ".rubocop.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "lib/rubyoctopus.rb".freeze, "lib/rubyoctopus/model/environmentresource.rb".freeze, "lib/rubyoctopus/octopusclient.rb".freeze, "lib/rubyoctopus/octopusconnection.rb".freeze, "lib/rubyoctopus/version.rb".freeze, "samples/get_environments.rb".freeze, "sig/rubyoctopus.rbs".freeze] s.homepage = "https://github.com/Ruby-Octopus/ruby-octopus".freeze s.required_ruby_version = Gem::Requirement.new(">= 2.6.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "RubyOctopus is a REST client for Octopus Deploy written in Ruby.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.2".freeze]) end