observr 1.0.4 → 1.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +1 -1
- data/lib/observr/version.rb +1 -1
- data/observr.gemspec +2 -2
- metadata +4 -3
data/README.md
CHANGED
@@ -5,7 +5,7 @@ Watch any files in a directory, and take an action when they change (run tests,
|
|
5
5
|
compile markdown, compile SCSS, etc).
|
6
6
|
|
7
7
|
Most of the code in here is written by
|
8
|
-
[Martin][https://github.com/mynyml/watchr].
|
8
|
+
[Martin Aumont][https://github.com/mynyml/watchr].
|
9
9
|
|
10
10
|
Features
|
11
11
|
--------
|
data/lib/observr/version.rb
CHANGED
data/observr.gemspec
CHANGED
@@ -2,8 +2,8 @@ require File.expand_path('../lib/observr/version', __FILE__)
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = "observr"
|
5
|
-
s.summary = "
|
6
|
-
s.description = "
|
5
|
+
s.summary = "Watch files in a directory and do an action when they change"
|
6
|
+
s.description = "Watch files in a directory and take some action when they change (run tests, compile markdown, compile SCSS, etc)"
|
7
7
|
s.authors = ["mynyml", "kevinburke"]
|
8
8
|
s.email = "kev+watchr@inburke.com"
|
9
9
|
s.homepage = "https://github.com/kevinburke/observr"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: observr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -60,7 +60,8 @@ dependencies:
|
|
60
60
|
- - ! '>='
|
61
61
|
- !ruby/object:Gem::Version
|
62
62
|
version: '0'
|
63
|
-
description:
|
63
|
+
description: Watch files in a directory and take some action when they change (run
|
64
|
+
tests, compile markdown, compile SCSS, etc)
|
64
65
|
email: kev+watchr@inburke.com
|
65
66
|
executables:
|
66
67
|
- observr
|
@@ -120,5 +121,5 @@ rubyforge_project:
|
|
120
121
|
rubygems_version: 1.8.25
|
121
122
|
signing_key:
|
122
123
|
specification_version: 3
|
123
|
-
summary:
|
124
|
+
summary: Watch files in a directory and do an action when they change
|
124
125
|
test_files: []
|