jgre-monkeyspecdoc 0.9.2 → 0.9.4

Sign up to get free protection for your applications and to get access to all the features.
File without changes
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{monkeyspecdoc}
3
- s.version = "0.9.2"
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/specdoc.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}
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}
@@ -6,7 +6,7 @@ require 'test/unit/ui/console/testrunner'
6
6
 
7
7
  require 'rubygems'
8
8
  require 'shoulda'
9
- require 'specdoc'
9
+ require 'monkeyspecdoc'
10
10
  require 'stringio'
11
11
 
12
12
 
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.2
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/specdoc.rb
27
+ - lib/monkeyspecdoc.rb
28
28
  - examples/helloworld.rb
29
29
  - examples/helloworld_spec.rb
30
30
  - examples/helloworld_test.rb