xctest-runner.gemspec in xctest-runner-0.2.0 vs xctest-runner.gemspec in xctest-runner-1.0.0

- old
+ new

@@ -3,33 +3,35 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "xctest-runner" - s.version = "0.2.0" + s.version = "1.0.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["tokorom"] - s.date = "2014-01-13" + s.date = "2014-01-19" s.description = "The unit tests runner for xctest" s.email = "tokorom@gmail.com" s.executables = ["xctest-runner"] s.extra_rdoc_files = [ "LICENSE.txt", "README.md" ] s.files = [ ".document", ".rspec", + ".travis.yml", "Gemfile", "Guardfile", "LICENSE.txt", "README.md", "Rakefile", "VERSION", "bin/xctest-runner", "lib/xctest-runner.rb", "lib/xctest-runner/build-environment.rb", + "lib/xctest-runner/scheme-manager.rb", "lib/xctest-runner/shell.rb", "lib/xctest-runner/version.rb", "spec/lib/xctest-runner_spec.rb", "spec/spec_helper.rb", "xctest-runner.gemspec"