ZenTest 3.11.0 → 3.11.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,9 @@
1
+ === 3.11.1 / 2009-01-20
2
+
3
+ * 1 bug fix:
4
+
5
+ * Fixed growl autotest plugin hooks to not return true, preempting other plugins.
6
+
1
7
  === 3.11.0 / 2008-10-22
2
8
 
3
9
  * 19 minor enhancements:
@@ -8,6 +8,7 @@ module Autotest::Growl
8
8
  img ||= "/Applications/Mail.app/Contents/Resources/Caution.tiff"
9
9
  cmd = "growlnotify -n autotest --image #{img} -p #{pri} -m #{msg.inspect} #{title}"
10
10
  system cmd
11
+ nil
11
12
  end
12
13
 
13
14
  Autotest.add_hook :initialize do |at|
@@ -56,7 +56,7 @@ end
56
56
 
57
57
  class ZenTest
58
58
 
59
- VERSION = '3.11.0'
59
+ VERSION = '3.11.1'
60
60
 
61
61
  include ZenTestMapping
62
62
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ZenTest
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.11.0
4
+ version: 3.11.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Davis
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2008-10-22 00:00:00 -05:00
13
+ date: 2009-01-20 00:00:00 -08:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -21,7 +21,7 @@ dependencies:
21
21
  requirements:
22
22
  - - ">="
23
23
  - !ruby/object:Gem::Version
24
- version: 1.8.0
24
+ version: 1.8.2
25
25
  version:
26
26
  description: "ZenTest provides 4 different tools and 1 library: zentest, unit_diff, autotest, multiruby, and Test::Rails. ZenTest scans your target and unit-test code and writes your missing code based on simple naming rules, enabling XP at a much quicker pace. ZenTest only works with Ruby and Test::Unit. unit_diff is a command-line filter to diff expected results from actual results and allow you to quickly see exactly what is wrong. autotest is a continous testing facility meant to be used during development. As soon as you save a file, autotest will run the corresponding dependent tests. multiruby runs anything you want on multiple versions of ruby. Great for compatibility checking! Use multiruby_setup to manage your installed versions. Test::Rails helps you build industrial-strength Rails code."
27
27
  email:
@@ -135,7 +135,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
135
135
  requirements: []
136
136
 
137
137
  rubyforge_project: zentest
138
- rubygems_version: 1.3.0
138
+ rubygems_version: 1.3.1
139
139
  signing_key:
140
140
  specification_version: 2
141
141
  summary: "ZenTest provides 4 different tools and 1 library: zentest, unit_diff, autotest, multiruby, and Test::Rails"