paulanthonywilson-iphone_testify 0.0.5 → 0.0.6
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/History.txt +8 -1
- data/README.rdoc +1 -1
- data/iphone_testify.gemspec +0 -0
- data/lib/iphone_testify.rb +1 -1
- data/skeleton/UnitTests/put_unit_tests_here.txt +1 -0
- data/skeleton/autotest_images/fail.png +0 -0
- data/skeleton/autotest_images/pass.png +0 -0
- metadata +8 -2
data/History.txt
CHANGED
data/README.rdoc
CHANGED
|
@@ -67,7 +67,7 @@ Contains file taken from {The Google Toolbox for Mac}[http://code.google.com/p/g
|
|
|
67
67
|
|
|
68
68
|
(The MIT License)
|
|
69
69
|
|
|
70
|
-
Copyright (c)
|
|
70
|
+
Copyright (c) 2009
|
|
71
71
|
|
|
72
72
|
Permission is hereby granted, free of charge, to any person obtaining
|
|
73
73
|
a copy of this software and associated documentation files (the
|
data/iphone_testify.gemspec
CHANGED
|
Binary file
|
data/lib/iphone_testify.rb
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
module IphoneTestify
|
|
3
3
|
GEMDIR = File.expand_path(File.dirname(__FILE__) + "/..")
|
|
4
4
|
# :stopdoc:
|
|
5
|
-
VERSION = '0.0.
|
|
5
|
+
VERSION = '0.0.6'
|
|
6
6
|
LIBPATH = ::File.expand_path(::File.dirname(__FILE__)) + ::File::SEPARATOR
|
|
7
7
|
PATH = ::File.dirname(LIBPATH) + ::File::SEPARATOR
|
|
8
8
|
# :startdoc:
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Put unit tests in this directory.
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: paulanthonywilson-iphone_testify
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Paul Wilson
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2009-02
|
|
12
|
+
date: 2009-03-02 00:00:00 -08:00
|
|
13
13
|
default_executable: iphone_testify
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
@@ -52,6 +52,7 @@ extra_rdoc_files:
|
|
|
52
52
|
- History.txt
|
|
53
53
|
- README.rdoc
|
|
54
54
|
- bin/iphone_testify
|
|
55
|
+
- skeleton/UnitTests/put_unit_tests_here.txt
|
|
55
56
|
files:
|
|
56
57
|
- History.txt
|
|
57
58
|
- README.rdoc
|
|
@@ -62,8 +63,13 @@ files:
|
|
|
62
63
|
- iphone_testify.gemspec
|
|
63
64
|
- lib/iphone_testify.rb
|
|
64
65
|
- lib/iphone_testify/setup.rb
|
|
66
|
+
- skeleton/.DS_Store
|
|
65
67
|
- skeleton/Rakefile
|
|
68
|
+
- skeleton/UnitTests/put_unit_tests_here.txt
|
|
66
69
|
- skeleton/autoiphonetest.rb
|
|
70
|
+
- skeleton/autotest_images/.DS_Store
|
|
71
|
+
- skeleton/autotest_images/fail.png
|
|
72
|
+
- skeleton/autotest_images/pass.png
|
|
67
73
|
- skeleton/google_testing/GTMDefines.h
|
|
68
74
|
- skeleton/google_testing/GTMIPhoneUnitTestDelegate.h
|
|
69
75
|
- skeleton/google_testing/GTMIPhoneUnitTestDelegate.m
|