jgre-monkeyspecdoc 0.9.2 → 0.9.4
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/lib/{specdoc.rb → monkeyspecdoc.rb} +0 -0
- data/monkeyspecdoc.gemspec +2 -2
- data/test/monkeyspecdoc_test.rb +1 -1
- metadata +2 -2
|
File without changes
|
data/monkeyspecdoc.gemspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = %q{monkeyspecdoc}
|
|
3
|
-
s.version = "0.9.
|
|
3
|
+
s.version = "0.9.4"
|
|
4
4
|
|
|
5
5
|
s.authors = ["Janico Greifenberg"]
|
|
6
6
|
s.date = %q{2008-12-18}
|
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
|
|
|
9
9
|
s.email = %q{jgre@jgre.org}
|
|
10
10
|
s.executables = ["mkspecdoc"]
|
|
11
11
|
s.require_paths = ["lib"]
|
|
12
|
-
s.files = %w{bin/mkspecdoc monkeyspecdoc.gemspec lib/
|
|
12
|
+
s.files = %w{bin/mkspecdoc monkeyspecdoc.gemspec lib/monkeyspecdoc.rb examples/helloworld.rb examples/helloworld_spec.rb examples/helloworld_test.rb examples/Rakefile test/error_test.rb test/failure_test.rb test/monkeyspecdoc_test.rb test/success_test.rb}
|
|
13
13
|
s.has_rdoc = false
|
|
14
14
|
s.homepage = %q{http://jgre.org/2008/09/03/monkeyspecdoc/}
|
|
15
15
|
s.summary = %q{Specdoc output for Ruby's Test::Unit and Shoulda}
|
data/test/monkeyspecdoc_test.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jgre-monkeyspecdoc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Janico Greifenberg
|
|
@@ -24,7 +24,7 @@ extra_rdoc_files: []
|
|
|
24
24
|
files:
|
|
25
25
|
- bin/mkspecdoc
|
|
26
26
|
- monkeyspecdoc.gemspec
|
|
27
|
-
- lib/
|
|
27
|
+
- lib/monkeyspecdoc.rb
|
|
28
28
|
- examples/helloworld.rb
|
|
29
29
|
- examples/helloworld_spec.rb
|
|
30
30
|
- examples/helloworld_test.rb
|