specrun 0.0.2 → 0.0.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/bin/specrun +6 -0
- data/config.yaml +3 -0
- data/lib/specrun.rb +1 -1
- metadata +23 -13
- data/specrun +0 -6
data/bin/specrun
ADDED
data/config.yaml
ADDED
data/lib/specrun.rb
CHANGED
metadata
CHANGED
@@ -1,32 +1,42 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: specrun
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- Christoper Sean Bailey
|
8
8
|
autorequire: specrun
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2008-12-
|
12
|
+
date: 2008-12-14 00:00:00 -05:00
|
13
13
|
default_executable:
|
14
|
-
dependencies:
|
15
|
-
|
14
|
+
dependencies:
|
15
|
+
- !ruby/object:Gem::Dependency
|
16
|
+
name: rspec
|
17
|
+
type: :runtime
|
18
|
+
version_requirement:
|
19
|
+
version_requirements: !ruby/object:Gem::Requirement
|
20
|
+
requirements:
|
21
|
+
- - ">="
|
22
|
+
- !ruby/object:Gem::Version
|
23
|
+
version: "0"
|
24
|
+
version:
|
16
25
|
description:
|
17
|
-
email: christopher.sean.bailey@
|
18
|
-
executables:
|
19
|
-
|
26
|
+
email: christopher.sean.bailey@gmail.com
|
27
|
+
executables:
|
28
|
+
- specrun
|
20
29
|
extensions: []
|
21
30
|
|
22
31
|
extra_rdoc_files:
|
23
32
|
- README
|
24
33
|
files:
|
25
|
-
-
|
26
|
-
- specrun
|
34
|
+
- bin/specrun
|
27
35
|
- lib/specrun.rb
|
36
|
+
- config.yaml
|
37
|
+
- README
|
28
38
|
has_rdoc: true
|
29
|
-
homepage: http://specrun.rubyforge.
|
39
|
+
homepage: http://specrun.rubyforge.org
|
30
40
|
post_install_message:
|
31
41
|
rdoc_options: []
|
32
42
|
|
@@ -46,10 +56,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
46
56
|
version:
|
47
57
|
requirements: []
|
48
58
|
|
49
|
-
rubyforge_project:
|
59
|
+
rubyforge_project:
|
50
60
|
rubygems_version: 1.3.1
|
51
61
|
signing_key:
|
52
62
|
specification_version: 2
|
53
|
-
summary:
|
63
|
+
summary: Specrun iterates through rspec tests, run's each test and compiles the output in html.
|
54
64
|
test_files: []
|
55
65
|
|