# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{smart_monkey} version_path = File.join(File.dirname(__FILE__), "VERSION") s.version = File.read(version_path) s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["vigossjjj"] s.date = %q{2015-06-01} s.default_executable = %q{smart_monkey} s.description = %q{iOS Monkey test tool base on UIAutomation.} s.email = %q{jiangyunpeng@58.com} s.executables = ["smart_monkey"] s.extra_rdoc_files = [ "LICENSE.txt", "README.md", ] s.files = [ ".rspec", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "Troubleshooting.md", "VERSION", "bin/smart_monkey", "smart_monkey.gemspec", "lib/bootstrap/css/bootstrap-responsive.css", "lib/bootstrap/css/bootstrap-responsive.min.css", "lib/bootstrap/css/bootstrap.css", "lib/bootstrap/css/bootstrap.min.css", "lib/bootstrap/img/glyphicons-halflings-white.png", "lib/bootstrap/img/glyphicons-halflings.png", "lib/bootstrap/js/bootstrap.js", "lib/bootstrap/js/bootstrap.min.js", "lib/ios_device_log/deviceconsole", "lib/smart_monkey.rb", "lib/smart_monkey/command_helper.rb", "lib/smart_monkey/monkey_runner.rb", "lib/smart_monkey/templates/automation_result.xsl", "lib/smart_monkey/templates/index.html.erb", "lib/smart_monkey/templates/result.html.erb", "lib/smart_monkey/templates/result_view.coffee", "lib/smart_monkey/templates/result_view.js", "lib/ui-auto-monkey/custom.js", "lib/ui-auto-monkey/UIAutoMonkey.js", "lib/ui-auto-monkey/handler/buttonHandler.js", "lib/ui-auto-monkey/handler/wbScrollViewButtonHandler.js", "lib/ui-auto-monkey/tuneup/assertions.js", "lib/ui-auto-monkey/tuneup/image_asserter", "lib/ui-auto-monkey/tuneup/image_assertion.js", "lib/ui-auto-monkey/tuneup/image_assertion.rb", "lib/ui-auto-monkey/tuneup/lang-ext.js", "lib/ui-auto-monkey/tuneup/LICENSE", "lib/ui-auto-monkey/tuneup/screen.js", "lib/ui-auto-monkey/tuneup/test.js", "lib/ui-auto-monkey/tuneup/tuneup_js.podspec", "lib/ui-auto-monkey/tuneup/tuneup.js", "lib/ui-auto-monkey/tuneup/uiautomation-ext.js", "lib/ui-auto-monkey/tuneup/test_runner/abbreviated_console_output.rb", "lib/ui-auto-monkey/tuneup/test_runner/colored_console_output.rb", "lib/ui-auto-monkey/tuneup/test_runner/console_output.rb", "lib/ui-auto-monkey/tuneup/test_runner/preprocessor.rb", "lib/ui-auto-monkey/tuneup/test_runner/run", "lib/ui-auto-monkey/tuneup/test_runner/xunit_output.rb", "spec/spec_helper.rb" ] s.homepage = %q{https://github.com/vigossjjj/CrashMonkey4IOS} s.licenses = ["MIT"] s.require_paths = ["lib"] s.rubygems_version = %q{1.6.2} s.summary = %q{Monkey Test For iOS Application} if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, [">= 2.7.0"]) s.add_runtime_dependency(%q, [">= 1.7.0"]) s.add_development_dependency(%q, ["~> 2.8.0"]) s.add_development_dependency(%q, ["~> 3.12"]) s.add_development_dependency(%q, ["> 1.0.0"]) s.add_development_dependency(%q, ["~> 1.8.4"]) s.add_development_dependency(%q, [">= 0"]) else s.add_dependency(%q, [">= 2.7.0"]) s.add_dependency(%q, [">= 1.7.0"]) s.add_dependency(%q, ["~> 2.8.0"]) s.add_dependency(%q, ["~> 3.12"]) s.add_dependency(%q, ["> 1.0.0"]) s.add_dependency(%q, ["~> 1.8.4"]) if RUBY_VERSION > '1.9' then s.add_dependency(%q, [">= 0"]) else s.add_dependency(%q, [">= 0"]) end end else s.add_dependency(%q, [">= 2.7.0"]) s.add_dependency(%q, [">= 1.7.0"]) s.add_dependency(%q, ["~> 2.8.0"]) s.add_dependency(%q, ["~> 3.12"]) s.add_dependency(%q, ["> 1.0.0"]) s.add_dependency(%q, ["~> 1.8.4"]) s.add_dependency(%q, [">= 0"]) end end