ocrunner 0.2.2 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/ocrunner.gemspec +2 -2
- metadata +3 -3
data/Rakefile
CHANGED
|
@@ -6,7 +6,7 @@ begin
|
|
|
6
6
|
Jeweler::Tasks.new do |gem|
|
|
7
7
|
gem.name = "ocrunner"
|
|
8
8
|
gem.summary = %Q{A small Ruby wrapper for running OCUnit tests with xcodebuilder}
|
|
9
|
-
gem.description = %Q{Provides pretty console output}
|
|
9
|
+
gem.description = %Q{Provides pretty console output for running OCUnit tests with xcodebuilder from the command line}
|
|
10
10
|
gem.email = "jim@autonomousmachine.com"
|
|
11
11
|
gem.homepage = "http://github.com/jim/ocrunner"
|
|
12
12
|
gem.authors = ["Jim Benton"]
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.3
|
data/ocrunner.gemspec
CHANGED
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{ocrunner}
|
|
8
|
-
s.version = "0.2.
|
|
8
|
+
s.version = "0.2.3"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Jim Benton"]
|
|
12
12
|
s.date = %q{2010-04-08}
|
|
13
13
|
s.default_executable = %q{ocrunner}
|
|
14
|
-
s.description = %q{Provides pretty console output}
|
|
14
|
+
s.description = %q{Provides pretty console output for running OCUnit tests with xcodebuilder from the command line}
|
|
15
15
|
s.email = %q{jim@autonomousmachine.com}
|
|
16
16
|
s.executables = ["ocrunner"]
|
|
17
17
|
s.extra_rdoc_files = [
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 2
|
|
8
|
-
-
|
|
9
|
-
version: 0.2.
|
|
8
|
+
- 3
|
|
9
|
+
version: 0.2.3
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Jim Benton
|
|
@@ -41,7 +41,7 @@ dependencies:
|
|
|
41
41
|
version: "0"
|
|
42
42
|
type: :runtime
|
|
43
43
|
version_requirements: *id002
|
|
44
|
-
description: Provides pretty console output
|
|
44
|
+
description: Provides pretty console output for running OCUnit tests with xcodebuilder from the command line
|
|
45
45
|
email: jim@autonomousmachine.com
|
|
46
46
|
executables:
|
|
47
47
|
- ocrunner
|