observr 1.0.3 → 1.0.4
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 +5 -3
- data/lib/observr/version.rb +1 -1
- data/observr.gemspec +3 -4
- metadata +5 -4
data/README.md
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
Summary
|
|
2
2
|
-------
|
|
3
3
|
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
Watch any files in a directory, and take an action when they change (run tests,
|
|
5
|
+
compile markdown, compile SCSS, etc).
|
|
6
|
+
|
|
7
|
+
Most of the code in here is written by
|
|
8
|
+
[Martin][https://github.com/mynyml/watchr].
|
|
7
9
|
|
|
8
10
|
Features
|
|
9
11
|
--------
|
data/lib/observr/version.rb
CHANGED
data/observr.gemspec
CHANGED
|
@@ -4,10 +4,9 @@ Gem::Specification.new do |s|
|
|
|
4
4
|
s.name = "observr"
|
|
5
5
|
s.summary = "Modern continuous testing (flexible alternative to autotest)"
|
|
6
6
|
s.description = "Modern continuous testing (flexible alternative to autotest)."
|
|
7
|
-
s.
|
|
8
|
-
s.email = "
|
|
9
|
-
s.homepage = "
|
|
10
|
-
s.rubyforge_project = "observr"
|
|
7
|
+
s.authors = ["mynyml", "kevinburke"]
|
|
8
|
+
s.email = "kev+watchr@inburke.com"
|
|
9
|
+
s.homepage = "https://github.com/kevinburke/observr"
|
|
11
10
|
s.require_path = "lib"
|
|
12
11
|
s.bindir = "bin"
|
|
13
12
|
s.license = "MIT"
|
metadata
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
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.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- mynyml
|
|
9
|
+
- kevinburke
|
|
9
10
|
autorequire:
|
|
10
11
|
bindir: bin
|
|
11
12
|
cert_chain: []
|
|
@@ -60,7 +61,7 @@ dependencies:
|
|
|
60
61
|
- !ruby/object:Gem::Version
|
|
61
62
|
version: '0'
|
|
62
63
|
description: Modern continuous testing (flexible alternative to autotest).
|
|
63
|
-
email:
|
|
64
|
+
email: kev+watchr@inburke.com
|
|
64
65
|
executables:
|
|
65
66
|
- observr
|
|
66
67
|
extensions: []
|
|
@@ -95,7 +96,7 @@ files:
|
|
|
95
96
|
- test/test_helper.rb
|
|
96
97
|
- test/test_script.rb
|
|
97
98
|
- test/test_watchr.rb
|
|
98
|
-
homepage:
|
|
99
|
+
homepage: https://github.com/kevinburke/observr
|
|
99
100
|
licenses:
|
|
100
101
|
- MIT
|
|
101
102
|
post_install_message:
|
|
@@ -115,7 +116,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
115
116
|
- !ruby/object:Gem::Version
|
|
116
117
|
version: '0'
|
|
117
118
|
requirements: []
|
|
118
|
-
rubyforge_project:
|
|
119
|
+
rubyforge_project:
|
|
119
120
|
rubygems_version: 1.8.25
|
|
120
121
|
signing_key:
|
|
121
122
|
specification_version: 3
|