Sha256: 202117457e3ec82119db02edc8d6e071ed10ca5c4ee7bfdf4da90033d00743ed
Contents?: true
Size: 809 Bytes
Versions: 5
Compression:
Stored size: 809 Bytes
Contents
require_relative 'lib/appium_thor/version' Gem::Specification.new do |s| # 1.8.x is not supported s.required_ruby_version = '>= 1.9.3' 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.description += '.' # avoid identical warning 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