rerun 0.5.1 → 0.5.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.
- data/README.md +1 -1
- data/lib/rerun.rb +1 -1
- data/rerun.gemspec +1 -1
- metadata +1 -1
data/README.md
CHANGED
@@ -52,7 +52,7 @@ but you want it on port 4000 and in debug mode:
|
|
52
52
|
|
53
53
|
--dir directory to watch (default = ".")
|
54
54
|
|
55
|
-
--pattern glob to match inside directory. This uses the Ruby Dir glob style -- see <http://www.ruby-doc.org/core/classes/Dir.html#M002322> for details. By default it watches .rb, .js, and .css files.
|
55
|
+
--pattern glob to match inside directory. This uses the Ruby Dir glob style -- see <http://www.ruby-doc.org/core/classes/Dir.html#M002322> for details. By default it watches .rb, .erb, .js, and .css files.
|
56
56
|
|
57
57
|
Also --version and --help.
|
58
58
|
|
data/lib/rerun.rb
CHANGED
data/rerun.gemspec
CHANGED
@@ -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.5.
|
6
|
+
s.version = '0.5.2'
|
7
7
|
s.date = '2009-12-03'
|
8
8
|
|
9
9
|
s.description = "Restarts your app when a file changes"
|