Sha256: 956f51fc42028b12bfeb802df19e9685b7cd24763381bb3154dfd968710a82fa

Contents?: true

Size: 610 Bytes

Versions: 4

Compression:

Stored size: 610 Bytes

Contents

require_relative 'lib/appium_thor/version'

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

  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.files = `git ls-files`.split "\n"
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
appium_thor-2.0.4 appium_thor.gemspec
appium_thor-2.0.2 appium_thor.gemspec
appium_thor-2.0.1 appium_thor.gemspec
appium_thor-2.0.0 appium_thor.gemspec