Sha256: da3f4efe2c480db16f78ec61ec73c641e1dab762da7a23fdeff23453908a1102

Contents?: true

Size: 720 Bytes

Versions: 3

Compression:

Stored size: 720 Bytes

Contents

require_relative 'lib/appium_thor/version'

Gem::Specification.new do |s|
  s.required_ruby_version = '>= 2.2'

  s.name          = 'appium_thor'
  s.version       = Appium::Thor::VERSION
  s.date          = Appium::Thor::DATE
  s.license       = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
  s.description   = s.summary = 'Thor tasks for Appium gems.'
  s.authors       = s.email = ['code@bootstraponline.com']
  s.homepage      = 'https://github.com/appium/appium_thor'
  s.require_paths = ['lib']

  s.add_runtime_dependency 'redcarpet', '~> 3.1', '>= 3.1.2'
  s.add_runtime_dependency 'posix-spawn', '~> 0.3', '>= 0.3.8'
  s.add_runtime_dependency 'yard', '~> 0.9.11'

  s.files = `git ls-files`.split "\n"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
appium_thor-1.2.0 appium_thor.gemspec
appium_thor-1.1.6 appium_thor.gemspec
appium_thor-1.1.5 appium_thor.gemspec