watchr 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.rdoc +1 -1
- data/Rakefile +3 -3
- data/lib/watchr/version.rb +1 -1
- data/watchr.gemspec +4 -4
- metadata +4 -4
data/README.rdoc
CHANGED
data/Rakefile
CHANGED
|
@@ -28,11 +28,11 @@ end
|
|
|
28
28
|
spec = Gem::Specification.new do |s|
|
|
29
29
|
s.name = 'watchr'
|
|
30
30
|
s.version = Watchr.version
|
|
31
|
-
s.summary = "
|
|
32
|
-
s.description = "
|
|
31
|
+
s.summary = "Modern continious testing (flexible alternative to autotest)"
|
|
32
|
+
s.description = "Modern continious testing (flexible alternative to autotest)"
|
|
33
33
|
s.author = "Martin Aumont"
|
|
34
34
|
s.email = 'mynyml@gmail.com'
|
|
35
|
-
s.homepage = ''
|
|
35
|
+
s.homepage = 'http://github.com/mynyml/watchr'
|
|
36
36
|
s.has_rdoc = true
|
|
37
37
|
s.require_path = "lib"
|
|
38
38
|
s.bindir = "bin"
|
data/lib/watchr/version.rb
CHANGED
data/watchr.gemspec
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: watchr
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Martin Aumont
|
|
@@ -22,7 +22,7 @@ dependencies:
|
|
|
22
22
|
- !ruby/object:Gem::Version
|
|
23
23
|
version: 0.3.0
|
|
24
24
|
version:
|
|
25
|
-
description:
|
|
25
|
+
description: Modern continious testing (flexible alternative to autotest)
|
|
26
26
|
email: mynyml@gmail.com
|
|
27
27
|
executables:
|
|
28
28
|
- watchr
|
|
@@ -60,7 +60,7 @@ files:
|
|
|
60
60
|
- specs.watchr
|
|
61
61
|
- watchr.gemspec
|
|
62
62
|
has_rdoc: true
|
|
63
|
-
homepage:
|
|
63
|
+
homepage: github.com/mynyml/watchr
|
|
64
64
|
licenses: []
|
|
65
65
|
|
|
66
66
|
post_install_message:
|
|
@@ -86,6 +86,6 @@ rubyforge_project:
|
|
|
86
86
|
rubygems_version: 1.3.5
|
|
87
87
|
signing_key:
|
|
88
88
|
specification_version: 3
|
|
89
|
-
summary:
|
|
89
|
+
summary: Modern continious testing (flexible alternative to autotest)
|
|
90
90
|
test_files: []
|
|
91
91
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: watchr
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Martin Aumont
|
|
@@ -22,7 +22,7 @@ dependencies:
|
|
|
22
22
|
- !ruby/object:Gem::Version
|
|
23
23
|
version: 0.3.0
|
|
24
24
|
version:
|
|
25
|
-
description:
|
|
25
|
+
description: Modern continious testing (flexible alternative to autotest)
|
|
26
26
|
email: mynyml@gmail.com
|
|
27
27
|
executables:
|
|
28
28
|
- watchr
|
|
@@ -54,7 +54,7 @@ files:
|
|
|
54
54
|
- specs.watchr
|
|
55
55
|
- watchr.gemspec
|
|
56
56
|
has_rdoc: true
|
|
57
|
-
homepage:
|
|
57
|
+
homepage: http://github.com/mynyml/watchr
|
|
58
58
|
licenses: []
|
|
59
59
|
|
|
60
60
|
post_install_message:
|
|
@@ -80,6 +80,6 @@ rubyforge_project:
|
|
|
80
80
|
rubygems_version: 1.3.5
|
|
81
81
|
signing_key:
|
|
82
82
|
specification_version: 3
|
|
83
|
-
summary:
|
|
83
|
+
summary: Modern continious testing (flexible alternative to autotest)
|
|
84
84
|
test_files: []
|
|
85
85
|
|