ipcauthpipe 0.2.8 → 0.2.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/ipcauthpipe.gemspec +2 -2
  2. metadata +6 -5
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "ipcauthpipe"
3
- s.version = "0.2.8"
3
+ s.version = "0.2.9"
4
4
  s.date = "2011-06-11"
5
5
  s.summary = "Implementation of Courier's authpipe protocol over Invision Power Board / Converge."
6
6
  s.description = "ipcauthpipe gem implements Courier's authpipe protocol to interface Courier POP/IMAP server with Invision Power Board / Converge members database."
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
8
8
 
9
9
  s.author = "Oleg Ivanov"
10
10
  s.email = "morhekil@morhekil.net"
11
- s.homepage = "http://morhekil.net"
11
+ s.homepage = "http://speakmy.name"
12
12
 
13
13
  s.files = ['lib/ipcauthpipe/handler/auth.rb',
14
14
  'lib/ipcauthpipe/handler/enumerate.rb',
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ipcauthpipe
3
3
  version: !ruby/object:Gem::Version
4
- hash: 7
4
+ hash: 5
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 8
10
- version: 0.2.8
9
+ - 9
10
+ version: 0.2.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Oleg Ivanov
@@ -79,7 +79,7 @@ files:
79
79
  - test/models/member_converge_spec.rb
80
80
  - test/spec_helper.rb
81
81
  - test/config.yml
82
- homepage: http://morhekil.net
82
+ homepage: http://speakmy.name
83
83
  licenses: []
84
84
 
85
85
  post_install_message:
@@ -108,7 +108,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
108
108
  requirements: []
109
109
 
110
110
  rubyforge_project:
111
- rubygems_version: 1.8.5
111
+ rubygems_version: 1.8.24
112
112
  signing_key:
113
113
  specification_version: 3
114
114
  summary: Implementation of Courier's authpipe protocol over Invision Power Board / Converge.
@@ -121,3 +121,4 @@ test_files:
121
121
  - test/models/member_converge_spec.rb
122
122
  - test/spec_helper.rb
123
123
  - test/config.yml
124
+ has_rdoc: false