dreamcat4-rerun 0.3.1 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
Binary file
@@ -3,7 +3,7 @@ $spec = Gem::Specification.new do |s|
3
3
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
4
4
 
5
5
  s.name = 'rerun'
6
- s.version = '0.3.1'
6
+ s.version = '0.3.2'
7
7
  s.date = '2009-06-16'
8
8
 
9
9
  s.description = "Restarts your app when a file changes"
@@ -18,6 +18,8 @@ $spec = Gem::Specification.new do |s|
18
18
  Rakefile
19
19
  rerun.gemspec
20
20
  bin/rerun
21
+ icons/rails_grn_sml.png
22
+ icons/rails_red_sml.png
21
23
  lib/rerun.rb
22
24
  lib/fswatcher.rb
23
25
  lib/osxwatcher.rb
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dreamcat4-rerun
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Chaffee
@@ -27,6 +27,8 @@ files:
27
27
  - Rakefile
28
28
  - rerun.gemspec
29
29
  - bin/rerun
30
+ - icons/rails_grn_sml.png
31
+ - icons/rails_red_sml.png
30
32
  - lib/rerun.rb
31
33
  - lib/fswatcher.rb
32
34
  - lib/osxwatcher.rb