githubwatcher 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/githubwatcher.gemspec +1 -1
- data/lib/githubwatcher/version.rb +1 -1
- metadata +6 -6
data/githubwatcher.gemspec
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: githubwatcher
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 23
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 4
|
10
|
+
version: 0.0.4
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Davide D'Agostino
|
@@ -58,12 +58,12 @@ dependencies:
|
|
58
58
|
requirements:
|
59
59
|
- - ~>
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
hash:
|
61
|
+
hash: 21
|
62
62
|
segments:
|
63
63
|
- 0
|
64
64
|
- 2
|
65
|
-
-
|
66
|
-
version: 0.2.
|
65
|
+
- 1
|
66
|
+
version: 0.2.1
|
67
67
|
type: :runtime
|
68
68
|
version_requirements: *id003
|
69
69
|
description: Github Growl Watcher, watch any project and receive growl notification for updates, new watchers, forks and issues
|