# -*- encoding: utf-8 -*- # stub: cyclid 0.2.1 ruby lib Gem::Specification.new do |s| s.name = "cyclid".freeze s.version = "0.2.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 = ["Kristian Van Der Vliet".freeze] s.date = "2016-10-05" s.description = "The Cyclid CI system".freeze s.email = "contact@cyclid.io".freeze s.executables = ["cyclid-db-init".freeze] s.files = ["LICENSE".freeze, "README.md".freeze, "app/cyclid.rb".freeze, "app/cyclid/config.rb".freeze, "app/cyclid/controllers.rb".freeze, "app/cyclid/controllers/auth.rb".freeze, "app/cyclid/controllers/auth/token.rb".freeze, "app/cyclid/controllers/health.rb".freeze, "app/cyclid/controllers/organizations.rb".freeze, "app/cyclid/controllers/organizations/collection.rb".freeze, "app/cyclid/controllers/organizations/config.rb".freeze, "app/cyclid/controllers/organizations/document.rb".freeze, "app/cyclid/controllers/organizations/job.rb".freeze, "app/cyclid/controllers/organizations/members.rb".freeze, "app/cyclid/controllers/organizations/stages.rb".freeze, "app/cyclid/controllers/users.rb".freeze, "app/cyclid/controllers/users/collection.rb".freeze, "app/cyclid/controllers/users/document.rb".freeze, "app/cyclid/health_helpers.rb".freeze, "app/cyclid/job.rb".freeze, "app/cyclid/job/helpers.rb".freeze, "app/cyclid/job/job.rb".freeze, "app/cyclid/job/runner.rb".freeze, "app/cyclid/job/stage.rb".freeze, "app/cyclid/log_buffer.rb".freeze, "app/cyclid/models.rb".freeze, "app/cyclid/models/job_record.rb".freeze, "app/cyclid/models/organization.rb".freeze, "app/cyclid/models/plugin_config.rb".freeze, "app/cyclid/models/stage.rb".freeze, "app/cyclid/models/step.rb".freeze, "app/cyclid/models/user.rb".freeze, "app/cyclid/models/user_permissions.rb".freeze, "app/cyclid/monkey_patches.rb".freeze, "app/cyclid/plugin_registry.rb".freeze, "app/cyclid/plugins.rb".freeze, "app/cyclid/plugins/action.rb".freeze, "app/cyclid/plugins/action/command.rb".freeze, "app/cyclid/plugins/action/email.rb".freeze, "app/cyclid/plugins/action/email/html.erb".freeze, "app/cyclid/plugins/action/email/text.erb".freeze, "app/cyclid/plugins/action/script.rb".freeze, "app/cyclid/plugins/action/slack.rb".freeze, "app/cyclid/plugins/action/slack/note.erb".freeze, "app/cyclid/plugins/api.rb".freeze, "app/cyclid/plugins/api/github.rb".freeze, "app/cyclid/plugins/api/github/callback.rb".freeze, "app/cyclid/plugins/api/github/methods.rb".freeze, "app/cyclid/plugins/api/github/status.rb".freeze, "app/cyclid/plugins/builder.rb".freeze, "app/cyclid/plugins/builder/mist.rb".freeze, "app/cyclid/plugins/dispatcher.rb".freeze, "app/cyclid/plugins/dispatcher/local.rb".freeze, "app/cyclid/plugins/provisioner.rb".freeze, "app/cyclid/plugins/provisioner/debian.rb".freeze, "app/cyclid/plugins/provisioner/ubuntu.rb".freeze, "app/cyclid/plugins/source.rb".freeze, "app/cyclid/plugins/source/git.rb".freeze, "app/cyclid/plugins/transport.rb".freeze, "app/cyclid/plugins/transport/ssh.rb".freeze, "app/cyclid/sinatra/api_helpers.rb".freeze, "app/cyclid/sinatra/auth_helpers.rb".freeze, "app/cyclid/sinatra/warden/strategies/api_token.rb".freeze, "app/cyclid/sinatra/warden/strategies/basic.rb".freeze, "app/cyclid/sinatra/warden/strategies/hmac.rb".freeze, "app/db.rb".freeze, "bin/cyclid-db-init".freeze, "db/schema.rb".freeze, "lib/cyclid/app.rb".freeze, "lib/cyclid/version.rb".freeze] s.homepage = "https://cyclid.io".freeze s.licenses = ["Apache-2.0".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Cyclid CI API".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 2.14".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.2.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.9".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.5".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.6".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.8".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.6".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.5".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0".freeze]) end