watchr 0.5.1 → 0.5.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -74,7 +74,7 @@ as well as docs.watchr
74
74
 
75
75
  === Install
76
76
 
77
- gem install mynyml-watchr --source http://gems.github.com/
77
+ gem install watchr --source http://gemcutter.org
78
78
 
79
79
 
80
80
  === See Also
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 = "Continious anything"
32
- s.description = "Continious anything; project files observer/trigger."
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"
@@ -2,7 +2,7 @@ module Watchr
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 5
5
- TINY = 1
5
+ TINY = 2
6
6
  end
7
7
 
8
8
  def self.version #:nodoc:
@@ -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.1
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: Continious anything; project files observer/trigger.
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: Continious anything
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.1
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: Continious anything; project files observer/trigger.
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: Continious anything
83
+ summary: Modern continious testing (flexible alternative to autotest)
84
84
  test_files: []
85
85