watch-me-now 1.1.4 → 1.2.0

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/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.4
1
+ 1.2.0
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env ruby
2
2
  # This doesnt work - use 'watchr watch-me-now.rb'
3
- watchr watch-me-now.rb
3
+ exec("watchr watch-me-now.watchr")
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{watch-me-now}
8
- s.version = "1.1.4"
8
+ s.version = "1.2.0"
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"]
@@ -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.rb",
29
+ "lib/watch-me-now.watchr",
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.1.4
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rob Sanheim
@@ -49,7 +49,7 @@ files:
49
49
  - Rakefile
50
50
  - VERSION
51
51
  - bin/watch-me-now
52
- - lib/watch-me-now.rb
52
+ - lib/watch-me-now.watchr
53
53
  - watch-me-now.gemspec
54
54
  has_rdoc: true
55
55
  homepage: http://github.com/rsanheim/watch-me-now