Sha256: db146d9948670cba1884e8d17f1cd8b7294b33f1abf428a34be8f8d0317fb9be
Contents?: true
Size: 638 Bytes
Versions: 1
Compression:
Stored size: 638 Bytes
Contents
require_relative 'lib/appium_thor/version' Gem::Specification.new do |s| s.required_ruby_version = '>= 3.1' s.name = 'appium_thor' s.version = Appium::Thor::VERSION s.license = 'http://www.apache.org/licenses/LICENSE-2.0.txt' s.description = s.summary = 'Thor tasks for Appium gems.' s.authors = ['code@bootstraponline.com', 'Kazuaki Matsuo'] s.email = %w(code@bootstraponline.com fly.49.89.over@gmail.com) s.homepage = 'https://github.com/appium/appium_thor' s.require_paths = ['lib'] s.add_dependency 'thor', '>= 0.19', '< 2.0' s.files = `git ls-files`.split "\n" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
appium_thor-2.1.0 | appium_thor.gemspec |