jgre-monkeyspecdoc 0.9.1 → 0.9.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/monkeyspecdoc.gemspec +2 -2
- metadata +2 -2
data/monkeyspecdoc.gemspec
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = %q{monkeyspecdoc}
|
|
3
|
-
s.version = "0.9.
|
|
3
|
+
s.version = "0.9.2"
|
|
4
4
|
|
|
5
5
|
s.authors = ["Janico Greifenberg"]
|
|
6
|
-
s.date = %q{2008-
|
|
6
|
+
s.date = %q{2008-12-18}
|
|
7
7
|
s.default_executable = %q{mkspecdoc}
|
|
8
8
|
s.description = %q{Specdoc output for Ruby's Test::Unit and Shoulda}
|
|
9
9
|
s.email = %q{jgre@jgre.org}
|
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.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Janico Greifenberg
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2008-
|
|
12
|
+
date: 2008-12-18 00:00:00 -08:00
|
|
13
13
|
default_executable: mkspecdoc
|
|
14
14
|
dependencies: []
|
|
15
15
|
|