crash_monkey.gemspec in crash_monkey-0.3.0 vs crash_monkey.gemspec in crash_monkey-0.3.1
- old
+ new
@@ -1,39 +1,41 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
+# stub: crash_monkey 0.3.1 ruby lib
Gem::Specification.new do |s|
- s.name = %q{crash_monkey}
- version_path = File.join(File.dirname(__FILE__), "VERSION")
- s.version = File.read(version_path)
+ s.name = "crash_monkey"
+ s.version = "0.3.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
+ s.require_paths = ["lib"]
s.authors = ["Ken Morishita"]
- s.date = %q{2014-03-28}
- s.default_executable = %q{crash_monkey}
- s.description = %q{This is a Monkey Test Tool using UIAutomation.}
- s.email = %q{mokemokechicken@gmail.com}
+ s.date = "2016-10-04"
+ s.description = "This is a Monkey Test Tool using UIAutomation."
+ s.email = "mokemokechicken@gmail.com"
s.executables = ["crash_monkey"]
s.extra_rdoc_files = [
"LICENSE.txt",
"README.md",
- "README.rdoc"
+ "README.rdoc",
+ "README_jp.md"
]
s.files = [
".document",
".rspec",
"Gemfile",
- "Gemfile.lock",
"LICENSE.txt",
"README.md",
"README.rdoc",
+ "README_jp.md",
"Rakefile",
"VERSION",
"bin/crash_monkey",
"crash_monkey.gemspec",
+ "example_config.json",
"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",
@@ -51,46 +53,41 @@
"lib/ui-auto-monkey/LICENSE",
"lib/ui-auto-monkey/README.md",
"lib/ui-auto-monkey/UIAutoMonkey.js",
"spec/spec_helper.rb"
]
- s.homepage = %q{https://github.com/mokemokechicken/CrashMonkey}
+ s.homepage = "https://github.com/mokemokechicken/CrashMonkey"
s.licenses = ["MIT"]
- s.require_paths = ["lib"]
- s.rubygems_version = %q{1.6.2}
- s.summary = %q{Monkey Test For iOS Application}
+ s.rubygems_version = "2.4.5.1"
+ s.summary = "Monkey Test For iOS Application"
if s.respond_to? :specification_version then
- s.specification_version = 3
+ s.specification_version = 4
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<erubis>, [">= 2.7.0"])
s.add_runtime_dependency(%q<json>, [">= 1.7.0"])
s.add_development_dependency(%q<rspec>, ["~> 2.8.0"])
s.add_development_dependency(%q<rdoc>, ["~> 3.12"])
s.add_development_dependency(%q<bundler>, ["> 1.0.0"])
s.add_development_dependency(%q<jeweler>, ["~> 1.8.4"])
- s.add_development_dependency(%q<rcov>, [">= 0"])
+ s.add_development_dependency(%q<simplecov>, [">= 0.8.2"])
else
s.add_dependency(%q<erubis>, [">= 2.7.0"])
s.add_dependency(%q<json>, [">= 1.7.0"])
s.add_dependency(%q<rspec>, ["~> 2.8.0"])
s.add_dependency(%q<rdoc>, ["~> 3.12"])
s.add_dependency(%q<bundler>, ["> 1.0.0"])
s.add_dependency(%q<jeweler>, ["~> 1.8.4"])
- if RUBY_VERSION > '1.9' then
- s.add_dependency(%q<simplecov>, [">= 0"])
- else
- s.add_dependency(%q<rcov>, [">= 0"])
- end
+ s.add_dependency(%q<simplecov>, [">= 0.8.2"])
end
else
s.add_dependency(%q<erubis>, [">= 2.7.0"])
s.add_dependency(%q<json>, [">= 1.7.0"])
s.add_dependency(%q<rspec>, ["~> 2.8.0"])
s.add_dependency(%q<rdoc>, ["~> 3.12"])
s.add_dependency(%q<bundler>, ["> 1.0.0"])
s.add_dependency(%q<jeweler>, ["~> 1.8.4"])
- s.add_dependency(%q<rcov>, [">= 0"])
+ s.add_dependency(%q<simplecov>, [">= 0.8.2"])
end
end