watch-me-now 1.4.0 → 1.4.1

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/Rakefile CHANGED
@@ -11,7 +11,6 @@ begin
11
11
  gem.authors = ["Rob Sanheim"]
12
12
  gem.add_dependency "watchr"
13
13
  gem.add_development_dependency "gemcutter"
14
-
15
14
  end
16
15
  Jeweler::GemcutterTasks.new
17
16
  rescue LoadError
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.4.0
1
+ 1.4.1
@@ -49,8 +49,6 @@ def no_int_for_you
49
49
  @sent_an_int = nil
50
50
  end
51
51
 
52
-
53
-
54
52
  # --------------------------------------------------
55
53
  # Watchr Rules
56
54
  # --------------------------------------------------
data/watch-me-now.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{watch-me-now}
8
- s.version = "1.4.0"
8
+ s.version = "1.4.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Rob Sanheim"]
12
- s.date = %q{2009-10-21}
12
+ s.date = %q{2009-10-23}
13
13
  s.default_executable = %q{watch-me-now}
14
14
  s.description = %q{watchr provides flexible continuous testing. watch-me-now is a simple script to try and test most types of Ruby projects}
15
15
  s.email = %q{rsanheim@gmail.com}
@@ -26,7 +26,7 @@ Gem::Specification.new do |s|
26
26
  "Rakefile",
27
27
  "VERSION",
28
28
  "bin/watch-me-now",
29
- "lib/watch-me-now.watchr",
29
+ "lib/watch-me-now.rb",
30
30
  "watch-me-now.gemspec"
31
31
  ]
32
32
  s.homepage = %q{http://github.com/rsanheim/watch-me-now}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: watch-me-now
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rob Sanheim
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-10-21 00:00:00 -04:00
12
+ date: 2009-10-23 00:00:00 -04:00
13
13
  default_executable: watch-me-now
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -49,7 +49,7 @@ files:
49
49
  - Rakefile
50
50
  - VERSION
51
51
  - bin/watch-me-now
52
- - lib/watch-me-now.watchr
52
+ - lib/watch-me-now.rb
53
53
  - watch-me-now.gemspec
54
54
  has_rdoc: true
55
55
  homepage: http://github.com/rsanheim/watch-me-now