Sha256: 48b347fd7258413591c1d265f7eb9457df5d38260649397fe3d4310e6c8ea7ec

Contents?: true

Size: 730 Bytes

Versions: 5

Compression:

Stored size: 730 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.8', '>= 0.8.7.4'

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
appium_thor-1.1.4 appium_thor.gemspec
appium_thor-1.1.3 appium_thor.gemspec
appium_thor-1.1.2 appium_thor.gemspec
appium_thor-1.1.1 appium_thor.gemspec
appium_thor-1.1.0 appium_thor.gemspec