github-shush 0.2.0 → 0.2.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.
Files changed (3) hide show
  1. data/github-shush.gemspec +2 -2
  2. data/lib/config.sample.rb +1 -1
  3. metadata +11 -11
data/github-shush.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "github-shush"
5
- s.version = "0.2.0"
5
+ s.version = "0.2.1"
6
6
  s.platform = Gem::Platform::RUBY
7
7
  s.authors = ["meeech"]
8
8
  s.email = ["mitchell.amihod@gmail.com"]
9
- s.homepage = "https://github.com/meeech/github-shush"
9
+ s.homepage = "http://meeech.github.com/github-shush/"
10
10
  s.summary = "Easy way to mark all as read / or delete github notifications."
11
11
  s.description = "Was driving me nuts always seeing the github notifications badge, after I read it in email."
12
12
  s.rubyforge_project = s.name
data/lib/config.sample.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  $github_config = {
2
2
  :username => 'github-uname',
3
- #md5 of your password. I will need this to get your auth token
3
+ #your github password
4
4
  :password => 'github-pw'
5
5
  }
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: github-shush
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 0
10
- version: 0.2.0
9
+ - 1
10
+ version: 0.2.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - meeech
@@ -15,12 +15,13 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-01-30 00:00:00 -05:00
18
+ date: 2011-08-30 00:00:00 -04:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
+ name: mechanize
22
23
  prerelease: false
23
- version_requirements: &id001 !ruby/object:Gem::Requirement
24
+ requirement: &id001 !ruby/object:Gem::Requirement
24
25
  none: false
25
26
  requirements:
26
27
  - - ">="
@@ -29,12 +30,12 @@ dependencies:
29
30
  segments:
30
31
  - 0
31
32
  version: "0"
32
- requirement: *id001
33
- name: mechanize
34
33
  type: :runtime
34
+ version_requirements: *id001
35
35
  - !ruby/object:Gem::Dependency
36
+ name: rake
36
37
  prerelease: false
37
- version_requirements: &id002 !ruby/object:Gem::Requirement
38
+ requirement: &id002 !ruby/object:Gem::Requirement
38
39
  none: false
39
40
  requirements:
40
41
  - - ">="
@@ -43,9 +44,8 @@ dependencies:
43
44
  segments:
44
45
  - 0
45
46
  version: "0"
46
- requirement: *id002
47
- name: rake
48
47
  type: :development
48
+ version_requirements: *id002
49
49
  description: Was driving me nuts always seeing the github notifications badge, after I read it in email.
50
50
  email:
51
51
  - mitchell.amihod@gmail.com
@@ -66,7 +66,7 @@ files:
66
66
  - license.txt
67
67
  - readme.md
68
68
  has_rdoc: true
69
- homepage: https://github.com/meeech/github-shush
69
+ homepage: http://meeech.github.com/github-shush/
70
70
  licenses: []
71
71
 
72
72
  post_install_message: