svoop-autotest-growl 0.1.5.2 → 0.1.5.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{autotest-growl}
5
- s.version = "0.1.5.2"
5
+ s.version = "0.1.5.3"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Sven Schwyn"]
9
- s.date = %q{2009-07-28}
9
+ s.date = %q{2009-08-11}
10
10
  s.description = %q{This gem aims to improve support for Growl notification by ZenTest's autotest. It comes with a nice colored Ruby icon set and - for now - supports Cucumber by means of a workaround.}
11
11
  s.email = ["ruby@bitcetera.com"]
12
12
  s.extra_rdoc_files = ["History.txt", "Manifest.txt", "PostInstall.txt"]
@@ -34,7 +34,7 @@ http://www.bitcetera.com/products/autotest-growl
34
34
  s.rdoc_options = ["--main", "README.rdoc"]
35
35
  s.require_paths = ["lib"]
36
36
  s.rubyforge_project = %q{autotest-growl}
37
- s.rubygems_version = %q{1.3.4}
37
+ s.rubygems_version = %q{1.3.5}
38
38
  s.summary = %q{Next generation Growl notification support for ZenTest's autotest.}
39
39
 
40
40
  if s.respond_to? :specification_version then
@@ -25,9 +25,9 @@ class Result
25
25
  # Determine the testing framework used.
26
26
  def framework
27
27
  case
28
- when @numbers['test']: 'test-unit'
29
- when @numbers['example']: 'rspec'
30
- when @numbers['scenario']: 'cucumber'
28
+ when @numbers['test']; 'test-unit'
29
+ when @numbers['example']; 'rspec'
30
+ when @numbers['scenario']; 'cucumber'
31
31
  end
32
32
  end
33
33
 
@@ -5,6 +5,6 @@ require File.join(File.dirname(__FILE__), 'autotest', 'growl')
5
5
 
6
6
  module AutotestGrowl
7
7
 
8
- VERSION = '0.1.5.2'
8
+ VERSION = '0.1.5.3'
9
9
 
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: svoop-autotest-growl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5.2
4
+ version: 0.1.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sven Schwyn
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-07-28 00:00:00 -07:00
12
+ date: 2009-08-11 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency