observr 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -1,9 +1,11 @@
1
1
  Summary
2
2
  -------
3
3
 
4
- Agile development tool that monitors a directory tree, and triggers a user
5
- defined action whenever an observed file is modified. Its most typical use is
6
- continuous testing, and as such it is a more flexible alternative to autotest.
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
  --------
@@ -1,3 +1,3 @@
1
1
  module Observr
2
- VERSION = '1.0.3'
2
+ VERSION = '1.0.4'
3
3
  end
@@ -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.author = "mynyml"
8
- s.email = "mynyml@gmail.com"
9
- s.homepage = "http://mynyml.com/ruby/flexible-continuous-testing"
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.3
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: mynyml@gmail.com
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: http://mynyml.com/ruby/flexible-continuous-testing
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: observr
119
+ rubyforge_project:
119
120
  rubygems_version: 1.8.25
120
121
  signing_key:
121
122
  specification_version: 3