autotest-growl 0.2.4 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/CHANGELOG.txt +6 -0
  2. data/README.rdoc +17 -8
  3. metadata +19 -28
@@ -1,3 +1,9 @@
1
+ == 0.2.5 2010-09-02
2
+
3
+ * 2 minor improvements
4
+ * Remove dependency on autotest
5
+ * Loosen dependency on rspec
6
+
1
7
  == 0.2.4 2010-04-28
2
8
 
3
9
  * 1 minor improvement
@@ -17,14 +17,21 @@ bundled with Mac OS X.
17
17
 
18
18
  == REQUIREMENTS:
19
19
 
20
- * autotest >= 4.2.4
21
- * Growl >= 1.1.5 on Mac OS X -or-
22
- * Growl for Windows >= 2.0b18 on Windows -or-
20
+ * either autotest (recommened) or ZenTest
21
+ * Growl >= 1.1.5 on Mac OS X --OR--
22
+ * Growl for Windows >= 2.0b18 on Windows --OR--
23
23
  * libnotify >= 0.4.5 on Linux
24
24
 
25
25
  == INSTALL:
26
26
 
27
- First install the gem:
27
+ First of all, you have to decide whether you want to use the lightweight
28
+ autotest gem (recommended) or the more comprehensive ZenTest gem and install
29
+ either of them:
30
+
31
+ sudo gem install autotest --OR--
32
+ sudo gem install ZenTest
33
+
34
+ Now install this gem:
28
35
 
29
36
  sudo gem install autotest-growl
30
37
 
@@ -49,11 +56,13 @@ http://workingwithrails.com/recommendation/new/person/11706-sven-schwyn
49
56
 
50
57
  == UPDATE FROM 0.1.X
51
58
 
52
- As of version 0.2.0 autotest-fsevent no longer requires the ZenTest gem but
53
- the lighter and improved autotest gem. To update do the following:
59
+ As of version 0.2.X autotest-growl no longer requires the ZenTest gem but
60
+ either ZenTest or it's lighter twin autotest (recommended). To update and
61
+ switch do the following:
54
62
 
55
63
  sudo gem uninstall ZenTest
56
- sudo gem update autotest-fsevent
64
+ sudo gem install autotest
65
+ sudo gem update autotest-growl
57
66
 
58
67
  To use autotest with Rails, install the autotest-rails-pure gem instead of
59
68
  the famous autotest-rails gem which requires ZenTest:
@@ -203,7 +212,7 @@ Thanks to the following folks who have contributed to this project:
203
212
 
204
213
  (The MIT License)
205
214
 
206
- Copyright (c) 2009 Sven Schwyn
215
+ Copyright (c) 2010 Sven Schwyn
207
216
 
208
217
  Permission is hereby granted, free of charge, to any person obtaining
209
218
  a copy of this software and associated documentation files (the
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autotest-growl
3
3
  version: !ruby/object:Gem::Version
4
+ hash: 29
4
5
  prerelease: false
5
6
  segments:
6
7
  - 0
7
8
  - 2
8
- - 4
9
- version: 0.2.4
9
+ - 5
10
+ version: 0.2.5
10
11
  platform: ruby
11
12
  authors:
12
13
  - Sven Schwyn
@@ -14,37 +15,24 @@ autorequire:
14
15
  bindir: bin
15
16
  cert_chain: []
16
17
 
17
- date: 2010-04-28 00:00:00 +02:00
18
+ date: 2010-09-02 00:00:00 +02:00
18
19
  default_executable:
19
20
  dependencies:
20
21
  - !ruby/object:Gem::Dependency
21
22
  name: rspec
22
23
  prerelease: false
23
24
  requirement: &id001 !ruby/object:Gem::Requirement
25
+ none: false
24
26
  requirements:
25
- - - ">="
27
+ - - ~>
26
28
  - !ruby/object:Gem::Version
29
+ hash: 9
27
30
  segments:
28
31
  - 1
29
32
  - 3
30
- - 0
31
- version: 1.3.0
33
+ version: "1.3"
32
34
  type: :development
33
35
  version_requirements: *id001
34
- - !ruby/object:Gem::Dependency
35
- name: autotest
36
- prerelease: false
37
- requirement: &id002 !ruby/object:Gem::Requirement
38
- requirements:
39
- - - ">="
40
- - !ruby/object:Gem::Version
41
- segments:
42
- - 4
43
- - 2
44
- - 4
45
- version: 4.2.4
46
- type: :runtime
47
- version_requirements: *id002
48
36
  description: This gem aims to improve support for Growl notifications by autotest.
49
37
  email: ruby@bitcetera.com
50
38
  executables: []
@@ -72,13 +60,16 @@ files:
72
60
  - lib/autotest/result.rb
73
61
  - LICENSE
74
62
  - README.rdoc
63
+ - spec/autotest-growl_spec.rb
64
+ - spec/spec_helper.rb
75
65
  has_rdoc: true
76
66
  homepage: http://www.bitcetera.com/products/autotest-growl
77
67
  licenses: []
78
68
 
79
69
  post_install_message: "\n\
80
- \e[1;32mIn order to use autotest-growl, the following line has to be added to your\n\
81
- ~/.autotest file:\n\n\
70
+ \e[1;32mIn order to use autotest-fsevent, install either the autotest gem\n\
71
+ (recommended) or the ZenTest gem and then add the following line to \n\
72
+ your ~/.autotest file:\n\n\
82
73
  require 'autotest/growl'\n\n\
83
74
  Make sure the notification service installed on your computer:\n\n\
84
75
  http://growl.info (Growl for Mac OS X)\n\
@@ -90,34 +81,34 @@ post_install_message: "\n\
90
81
  http://www.bitcetera.com/products/autotest-growl\n\n\
91
82
  If you like this gem, please consider to recommend me on Working with\n\
92
83
  Rails, thank you!\n\n\
93
- http://workingwithrails.com/recommendation/new/person/11706-sven-schwyn\n\n\
94
- +-------------------------------------------------------------------------+\n\
95
- | UPGRADING USERS please take a look at the README now for important news |\n\
96
- | related to modified dependencies since 0.1.x and Rails compatibility. |\n\
97
- +-------------------------------------------------------------------------+\n\
84
+ http://workingwithrails.com/recommendation/new/person/11706-sven-schwyn\n\
98
85
  \e[0m\n"
99
86
  rdoc_options:
100
87
  - --charset=UTF-8
101
88
  require_paths:
102
89
  - lib
103
90
  required_ruby_version: !ruby/object:Gem::Requirement
91
+ none: false
104
92
  requirements:
105
93
  - - ">="
106
94
  - !ruby/object:Gem::Version
95
+ hash: 3
107
96
  segments:
108
97
  - 0
109
98
  version: "0"
110
99
  required_rubygems_version: !ruby/object:Gem::Requirement
100
+ none: false
111
101
  requirements:
112
102
  - - ">="
113
103
  - !ruby/object:Gem::Version
104
+ hash: 3
114
105
  segments:
115
106
  - 0
116
107
  version: "0"
117
108
  requirements: []
118
109
 
119
110
  rubyforge_project:
120
- rubygems_version: 1.3.6
111
+ rubygems_version: 1.3.7
121
112
  signing_key:
122
113
  specification_version: 3
123
114
  summary: Growl notification support for autotest.