ipcauthpipe 0.2.7 → 0.2.8
Sign up to get free protection for your applications and to get access to all the features.
- data/ipcauthpipe.gemspec +2 -1
- metadata +19 -7
data/ipcauthpipe.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = "ipcauthpipe"
|
3
|
-
s.version = "0.2.
|
3
|
+
s.version = "0.2.8"
|
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."
|
@@ -43,4 +43,5 @@ Gem::Specification.new do |s|
|
|
43
43
|
s.require_path = 'lib'
|
44
44
|
|
45
45
|
s.add_dependency("activerecord", "~> 2.3.8")
|
46
|
+
s.add_dependency("mysql")
|
46
47
|
end
|
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:
|
4
|
+
hash: 7
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
9
|
+
- 8
|
10
|
+
version: 0.2.8
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Oleg Ivanov
|
@@ -15,8 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-06-11 00:00:00
|
19
|
-
default_executable:
|
18
|
+
date: 2011-06-11 00:00:00 Z
|
20
19
|
dependencies:
|
21
20
|
- !ruby/object:Gem::Dependency
|
22
21
|
name: activerecord
|
@@ -34,6 +33,20 @@ dependencies:
|
|
34
33
|
version: 2.3.8
|
35
34
|
type: :runtime
|
36
35
|
version_requirements: *id001
|
36
|
+
- !ruby/object:Gem::Dependency
|
37
|
+
name: mysql
|
38
|
+
prerelease: false
|
39
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
40
|
+
none: false
|
41
|
+
requirements:
|
42
|
+
- - ">="
|
43
|
+
- !ruby/object:Gem::Version
|
44
|
+
hash: 3
|
45
|
+
segments:
|
46
|
+
- 0
|
47
|
+
version: "0"
|
48
|
+
type: :runtime
|
49
|
+
version_requirements: *id002
|
37
50
|
description: ipcauthpipe gem implements Courier's authpipe protocol to interface Courier POP/IMAP server with Invision Power Board / Converge members database.
|
38
51
|
email: morhekil@morhekil.net
|
39
52
|
executables:
|
@@ -66,7 +79,6 @@ files:
|
|
66
79
|
- test/models/member_converge_spec.rb
|
67
80
|
- test/spec_helper.rb
|
68
81
|
- test/config.yml
|
69
|
-
has_rdoc: true
|
70
82
|
homepage: http://morhekil.net
|
71
83
|
licenses: []
|
72
84
|
|
@@ -96,7 +108,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
96
108
|
requirements: []
|
97
109
|
|
98
110
|
rubyforge_project:
|
99
|
-
rubygems_version: 1.
|
111
|
+
rubygems_version: 1.8.5
|
100
112
|
signing_key:
|
101
113
|
specification_version: 3
|
102
114
|
summary: Implementation of Courier's authpipe protocol over Invision Power Board / Converge.
|