# -*- encoding: utf-8 -*- # stub: smart_monkey 0.3 ruby lib Gem::Specification.new do |s| s.name = "smart_monkey".freeze s.version = "0.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["vigossjjj".freeze] s.date = "2015-06-01" s.description = "iOS Monkey test tool base on UIAutomation.".freeze s.email = "jiangyunpeng@58.com".freeze s.executables = ["smart_monkey".freeze] s.extra_rdoc_files = ["LICENSE.txt".freeze, "README.md".freeze] s.files = [".rspec".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "Troubleshooting.md".freeze, "VERSION".freeze, "bin/smart_monkey".freeze, "lib/bootstrap/css/bootstrap-responsive.css".freeze, "lib/bootstrap/css/bootstrap-responsive.min.css".freeze, "lib/bootstrap/css/bootstrap.css".freeze, "lib/bootstrap/css/bootstrap.min.css".freeze, "lib/bootstrap/img/glyphicons-halflings-white.png".freeze, "lib/bootstrap/img/glyphicons-halflings.png".freeze, "lib/bootstrap/js/bootstrap.js".freeze, "lib/bootstrap/js/bootstrap.min.js".freeze, "lib/ios_device_log/deviceconsole".freeze, "lib/smart_monkey.rb".freeze, "lib/smart_monkey/command_helper.rb".freeze, "lib/smart_monkey/monkey_runner.rb".freeze, "lib/smart_monkey/templates/automation_result.xsl".freeze, "lib/smart_monkey/templates/index.html.erb".freeze, "lib/smart_monkey/templates/jquery.min.js".freeze, "lib/smart_monkey/templates/result.html.erb".freeze, "lib/smart_monkey/templates/result_view.coffee".freeze, "lib/smart_monkey/templates/result_view.js".freeze, "lib/ui-auto-monkey/UIAutoMonkey.js".freeze, "lib/ui-auto-monkey/custom.js".freeze, "lib/ui-auto-monkey/handler/buttonHandler.js".freeze, "lib/ui-auto-monkey/handler/wbScrollViewButtonHandler.js".freeze, "lib/ui-auto-monkey/tuneup/LICENSE".freeze, "lib/ui-auto-monkey/tuneup/assertions.js".freeze, "lib/ui-auto-monkey/tuneup/image_asserter".freeze, "lib/ui-auto-monkey/tuneup/image_assertion.js".freeze, "lib/ui-auto-monkey/tuneup/image_assertion.rb".freeze, "lib/ui-auto-monkey/tuneup/lang-ext.js".freeze, "lib/ui-auto-monkey/tuneup/screen.js".freeze, "lib/ui-auto-monkey/tuneup/test.js".freeze, "lib/ui-auto-monkey/tuneup/test_runner/abbreviated_console_output.rb".freeze, "lib/ui-auto-monkey/tuneup/test_runner/colored_console_output.rb".freeze, "lib/ui-auto-monkey/tuneup/test_runner/console_output.rb".freeze, "lib/ui-auto-monkey/tuneup/test_runner/preprocessor.rb".freeze, "lib/ui-auto-monkey/tuneup/test_runner/run".freeze, "lib/ui-auto-monkey/tuneup/test_runner/xunit_output.rb".freeze, "lib/ui-auto-monkey/tuneup/tuneup.js".freeze, "lib/ui-auto-monkey/tuneup/tuneup_js.podspec".freeze, "lib/ui-auto-monkey/tuneup/uiautomation-ext.js".freeze, "smart_monkey.gemspec".freeze, "spec/spec_helper.rb".freeze] s.homepage = "https://github.com/vigossjjj/CrashMonkey4IOS".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Monkey Test For iOS Application".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 2.7.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.7.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.8.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.12".freeze]) s.add_development_dependency(%q.freeze, ["> 1.0.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.8.4".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end