Sha256: 45eccde1d7eedb941e1acf8221419df82e501a12e7b343b95ca47508f7bf2c1b

Contents?: true

Size: 995 Bytes

Versions: 10

Compression:

Stored size: 995 Bytes

Contents

# frozen_string_literal: true

$LOAD_PATH.push File.expand_path("lib", __dir__)
require "convox_installer/version"

Gem::Specification.new do |s|
  s.name = "convox_installer"
  s.version = ConvoxInstaller::VERSION
  s.platform = Gem::Platform::RUBY
  s.authors = ["Form Applications Inc."]
  s.email = ["support@formapi.io"]
  s.homepage = "https://github.com/FormAPI/convox_installer"
  s.summary = "Build a Convox installation workflow"
  s.description = "Build a Convox installation workflow"
  s.license = "MIT"
  s.required_ruby_version = ">= 2.3"

  s.add_runtime_dependency "highline", ">= 1.7.10"
  s.add_runtime_dependency "json", ">= 2.2.0"
  s.add_runtime_dependency "os", ">= 1.0.1"
  s.add_runtime_dependency "httparty", ">= 0.17.0"
  s.add_runtime_dependency "activesupport", ">= 5.2.3"

  s.files = `git ls-files`.split("\n").uniq.sort.reject(&:empty?) - ["Gemfile.lock"]
  s.test_files = `git ls-files spec test`.split("\n")
  s.executables = []
  s.require_paths = ["lib"]
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
convox_installer-1.0.9 convox_installer.gemspec
convox_installer-1.0.8 convox_installer.gemspec
convox_installer-1.0.7 convox_installer.gemspec
convox_installer-1.0.6 convox_installer.gemspec
convox_installer-1.0.5 convox_installer.gemspec
convox_installer-1.0.4 convox_installer.gemspec
convox_installer-1.0.3 convox_installer.gemspec
convox_installer-1.0.2 convox_installer.gemspec
convox_installer-1.0.1 convox_installer.gemspec
convox_installer-1.0.0 convox_installer.gemspec