svoop-autotest-growl 0.1.6 → 0.1.6.1

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,3 +1,8 @@
1
+ == Edge
2
+
3
+ * 1 minor improvement
4
+ * Update README
5
+
1
6
  == 0.1.6 2009-08-12
2
7
 
3
8
  * 2 minor improvements
data/README.rdoc CHANGED
@@ -24,12 +24,6 @@ configured otherwise). Don't worry though, it's still possible to scroll up
24
24
  to see the output of previous cycles - at least on the Terminal.app from
25
25
  Apple.
26
26
 
27
- === Ruby 1.9.1 Note
28
-
29
- For the moment, autotest growl doesn't seem to work on Ruby 1.9.1. Fixing this
30
- might take a while though as autotest itself is currently misbehaving on Ruby
31
- 1.9 - at least on my setup.
32
-
33
27
  == REQUIREMENTS:
34
28
 
35
29
  * Growl >= 1.1.5 (Mac OS X) or >= 2.0b18 (Windows)
@@ -131,7 +125,7 @@ You can install the bleeding-edge version as follows:
131
125
  sudo gem uninstall autotest-growl
132
126
  sudo gem install svoop-autotest-growl --source http://gems.github.com
133
127
 
134
- Bleeding-edge gems contains a fourth version digit group (e.g. the .8 in
128
+ Bleeding-edge gems contain a fourth version digit group (e.g. the .8 in
135
129
  0.1.5.8) to make sure Github builds the gem whenever new code is committed.
136
130
  If there is no fourth version digit group, the edge version is identical
137
131
  to the stable version from Rubyforge.
@@ -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.6"
5
+ s.version = "0.1.6.1"
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-08-12}
9
+ s.date = %q{2009-08-21}
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"]
@@ -43,13 +43,13 @@ http://www.bitcetera.com/products/autotest-growl
43
43
 
44
44
  if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
45
45
  s.add_runtime_dependency(%q<ZenTest>, [">= 4.1.3"])
46
- s.add_development_dependency(%q<hoe>, [">= 2.3.2"])
46
+ s.add_development_dependency(%q<hoe>, [">= 2.3.3"])
47
47
  else
48
48
  s.add_dependency(%q<ZenTest>, [">= 4.1.3"])
49
- s.add_dependency(%q<hoe>, [">= 2.3.2"])
49
+ s.add_dependency(%q<hoe>, [">= 2.3.3"])
50
50
  end
51
51
  else
52
52
  s.add_dependency(%q<ZenTest>, [">= 4.1.3"])
53
- s.add_dependency(%q<hoe>, [">= 2.3.2"])
53
+ s.add_dependency(%q<hoe>, [">= 2.3.3"])
54
54
  end
55
55
  end
@@ -5,6 +5,6 @@ require File.join(File.dirname(__FILE__), 'autotest', 'growl')
5
5
 
6
6
  module AutotestGrowl
7
7
 
8
- VERSION = '0.1.6'
8
+ VERSION = '0.1.6.1'
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.6
4
+ version: 0.1.6.1
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-08-12 00:00:00 -07:00
12
+ date: 2009-08-21 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -30,7 +30,7 @@ dependencies:
30
30
  requirements:
31
31
  - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: 2.3.2
33
+ version: 2.3.3
34
34
  version:
35
35
  description: 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.
36
36
  email: