githubissueswatcher 0.0.11 → 0.0.12
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/githubissueswatcher.gemspec
CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
|
|
9
9
|
s.version = Githubissueswatcher::VERSION
|
10
10
|
s.authors = ["Peter Gabbay", "Davide D'Agostino"]
|
11
11
|
s.email = ["peter@check2.com"]
|
12
|
-
s.homepage = "
|
12
|
+
s.homepage = "http://www.rantsnotreason.com/2011/10/github-issues-growl-notifications-gem/"
|
13
13
|
s.summary = "Github Issues Growl Watcher, watch any project issues and receive growl notification"
|
14
14
|
s.description = "Github Issues Growl Watcher, watch any project issues and receive growl notification based on whether you are mentioned, assigned or the creator."
|
15
15
|
|
Binary file
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: 0.0.
|
8
|
+
- 12
|
9
|
+
version: 0.0.12
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Peter Gabbay
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-10-
|
18
|
+
date: 2011-10-12 00:00:00 -07:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
@@ -80,6 +80,7 @@ files:
|
|
80
80
|
- lib/githubissueswatcher/version.rb
|
81
81
|
- lib/githubissueswatcher.rb
|
82
82
|
- pkg/githubissueswatcher-0.0.10.gem
|
83
|
+
- pkg/githubissueswatcher-0.0.11.gem
|
83
84
|
- pkg/githubissueswatcher-0.0.9.gem
|
84
85
|
- Rakefile
|
85
86
|
- README.md
|
@@ -90,7 +91,7 @@ files:
|
|
90
91
|
- test/run_test.rb
|
91
92
|
- test/test_helper.rb
|
92
93
|
has_rdoc: true
|
93
|
-
homepage:
|
94
|
+
homepage: http://www.rantsnotreason.com/2011/10/github-issues-growl-notifications-gem/
|
94
95
|
licenses: []
|
95
96
|
|
96
97
|
post_install_message:
|