ScoreWatch 0.2.3 → 0.2.4

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.
Binary file
File without changes
@@ -4,7 +4,7 @@ require 'open-uri'
4
4
  require 'nokogiri'
5
5
 
6
6
  module ScoreWatch
7
- VERSION = "0.2.3"
7
+ VERSION = "0.2.4"
8
8
  end
9
9
 
10
10
  require 'ScoreWatch/match'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ScoreWatch
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 3
10
- version: 0.2.3
9
+ - 4
10
+ version: 0.2.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Chris Svenningsen
@@ -22,7 +22,7 @@ dependencies: []
22
22
  description: Given an ESPN Gamecast match ID, Score Watch will scrape the Gamecast Page for updates and broadcast them on the command line and also via GrowlNotify.
23
23
  email: crsven@gmail.com
24
24
  executables:
25
- - score_watch
25
+ - score-watch
26
26
  extensions: []
27
27
 
28
28
  extra_rdoc_files: []
@@ -32,7 +32,8 @@ files:
32
32
  - lib/ScoreWatch.rb
33
33
  - README.md
34
34
  - ScoreWatch-0.2.2.gem
35
- - bin/score_watch
35
+ - ScoreWatch-0.2.3.gem
36
+ - bin/score-watch
36
37
  has_rdoc: true
37
38
  homepage: https://github.com/crsven/score_watch
38
39
  licenses: []