cinch-identify 0.0.1 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +1 -1
- metadata +29 -51
data/README.md
CHANGED
metadata
CHANGED
@@ -1,82 +1,60 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: cinch-identify
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
|
6
|
-
- 0
|
7
|
-
- 0
|
8
|
-
- 1
|
9
|
-
version: 0.0.1
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 1.0.0
|
5
|
+
prerelease:
|
10
6
|
platform: ruby
|
11
|
-
authors:
|
7
|
+
authors:
|
12
8
|
- Dominik Honnef
|
13
9
|
autorequire:
|
14
10
|
bindir: bin
|
15
11
|
cert_chain: []
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
dependencies:
|
20
|
-
- !ruby/object:Gem::Dependency
|
12
|
+
date: 2012-03-04 00:00:00.000000000 Z
|
13
|
+
dependencies:
|
14
|
+
- !ruby/object:Gem::Dependency
|
21
15
|
name: cinch
|
22
|
-
|
23
|
-
requirement: &id001 !ruby/object:Gem::Requirement
|
16
|
+
requirement: &16915020 !ruby/object:Gem::Requirement
|
24
17
|
none: false
|
25
|
-
requirements:
|
26
|
-
- -
|
27
|
-
- !ruby/object:Gem::Version
|
28
|
-
|
29
|
-
- 1
|
30
|
-
- 0
|
31
|
-
version: "1.0"
|
18
|
+
requirements:
|
19
|
+
- - =
|
20
|
+
- !ruby/object:Gem::Version
|
21
|
+
version: 2.0.0.pre.1
|
32
22
|
type: :runtime
|
33
|
-
|
23
|
+
prerelease: false
|
24
|
+
version_requirements: *16915020
|
34
25
|
description: A plugin allowing Cinch bots to automatically identify with services.
|
35
|
-
email:
|
26
|
+
email:
|
36
27
|
- dominikh@fork-bomb.org
|
37
28
|
executables: []
|
38
|
-
|
39
29
|
extensions: []
|
40
|
-
|
41
30
|
extra_rdoc_files: []
|
42
|
-
|
43
|
-
files:
|
31
|
+
files:
|
44
32
|
- LICENSE
|
45
33
|
- README.md
|
46
34
|
- lib/cinch/plugins/identify.rb
|
47
|
-
has_rdoc: true
|
48
35
|
homepage: http://rubydoc.info/github/cinchrb/cinch-identify
|
49
36
|
licenses: []
|
50
|
-
|
51
37
|
post_install_message:
|
52
38
|
rdoc_options: []
|
53
|
-
|
54
|
-
require_paths:
|
39
|
+
require_paths:
|
55
40
|
- lib
|
56
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
41
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
57
42
|
none: false
|
58
|
-
requirements:
|
59
|
-
- -
|
60
|
-
- !ruby/object:Gem::Version
|
61
|
-
segments:
|
62
|
-
- 1
|
63
|
-
- 9
|
64
|
-
- 1
|
43
|
+
requirements:
|
44
|
+
- - ! '>='
|
45
|
+
- !ruby/object:Gem::Version
|
65
46
|
version: 1.9.1
|
66
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
47
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
67
48
|
none: false
|
68
|
-
requirements:
|
69
|
-
- -
|
70
|
-
- !ruby/object:Gem::Version
|
71
|
-
|
72
|
-
- 0
|
73
|
-
version: "0"
|
49
|
+
requirements:
|
50
|
+
- - ! '>='
|
51
|
+
- !ruby/object:Gem::Version
|
52
|
+
version: '0'
|
74
53
|
requirements: []
|
75
|
-
|
76
54
|
rubyforge_project:
|
77
|
-
rubygems_version: 1.
|
55
|
+
rubygems_version: 1.8.15
|
78
56
|
signing_key:
|
79
57
|
specification_version: 3
|
80
58
|
summary: A plugin allowing Cinch bots to automatically identify with services.
|
81
59
|
test_files: []
|
82
|
-
|
60
|
+
has_rdoc:
|