testdrive 0.1 → 0.2
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/bin/testdrive +5 -2
- metadata +36 -36
data/Rakefile
CHANGED
data/bin/testdrive
CHANGED
@@ -52,9 +52,12 @@ loop do
|
|
52
52
|
end
|
53
53
|
end
|
54
54
|
|
55
|
-
|
55
|
+
# If any of the files changed, make sure sure to reset the last_run time after
|
56
|
+
# the test runs.
|
57
|
+
last_run = start_time
|
58
|
+
|
59
|
+
end # unless changed_files.empty?
|
56
60
|
|
57
|
-
last_run = start_time
|
58
61
|
sleep 2
|
59
62
|
end
|
60
63
|
# #!/usr/bin/env bash
|
metadata
CHANGED
@@ -1,58 +1,58 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
|
-
|
2
|
+
name: testdrive
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: "0.2"
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Wieck Media
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
3
11
|
|
4
|
-
|
12
|
+
date: 2009-11-22 00:00:00 -06:00
|
13
|
+
default_executable:
|
14
|
+
dependencies: []
|
15
|
+
|
16
|
+
description: TestDrive is a simple ruby and jruby compatible automatic test runner.
|
17
|
+
email: dev@wieck.com
|
5
18
|
executables:
|
6
19
|
- testdrive
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
20
|
+
extensions: []
|
21
|
+
|
22
|
+
extra_rdoc_files: []
|
23
|
+
|
11
24
|
files:
|
12
25
|
- Rakefile
|
13
26
|
- README
|
14
27
|
- LICENSE
|
15
28
|
- bin/testdrive
|
16
|
-
rubygems_version: 1.3.3
|
17
|
-
rdoc_options: []
|
18
|
-
|
19
|
-
signing_key:
|
20
|
-
cert_chain: []
|
21
|
-
|
22
|
-
name: testdrive
|
23
29
|
has_rdoc: true
|
24
|
-
|
25
|
-
summary: TestDrive is a simple ruby and jruby compatible automatic test runner.
|
26
|
-
default_executable:
|
27
|
-
bindir: bin
|
30
|
+
homepage: http://wiecklabs.com
|
28
31
|
licenses: []
|
29
32
|
|
30
|
-
|
31
|
-
|
33
|
+
post_install_message:
|
34
|
+
rdoc_options: []
|
35
|
+
|
36
|
+
require_paths:
|
37
|
+
- lib
|
38
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
32
39
|
requirements:
|
33
|
-
- -
|
40
|
+
- - ">="
|
34
41
|
- !ruby/object:Gem::Version
|
35
42
|
version: "0"
|
36
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
37
43
|
version:
|
44
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
38
45
|
requirements:
|
39
|
-
- -
|
46
|
+
- - ">="
|
40
47
|
- !ruby/object:Gem::Version
|
41
48
|
version: "0"
|
42
|
-
|
43
|
-
- lib
|
44
|
-
specification_version: 3
|
45
|
-
test_files: []
|
46
|
-
|
47
|
-
dependencies: []
|
48
|
-
|
49
|
-
description: TestDrive is a simple ruby and jruby compatible automatic test runner.
|
50
|
-
email: dev@wieck.com
|
51
|
-
authors:
|
52
|
-
- Wieck Media
|
53
|
-
extra_rdoc_files: []
|
54
|
-
|
49
|
+
version:
|
55
50
|
requirements: []
|
56
51
|
|
57
52
|
rubyforge_project:
|
58
|
-
|
53
|
+
rubygems_version: 1.3.5
|
54
|
+
signing_key:
|
55
|
+
specification_version: 3
|
56
|
+
summary: TestDrive is a simple ruby and jruby compatible automatic test runner.
|
57
|
+
test_files: []
|
58
|
+
|