omnibot 0.0.17 → 0.0.18

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 (4) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +24 -0
  3. data/lib/omnibot/version.rb +1 -1
  4. metadata +29 -42
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 233ee5244e80105785778284b2f5cd2ee53480a9
4
+ data.tar.gz: 1642c5f45e2ae5877ed2df27061c876823358dd5
5
+ SHA512:
6
+ metadata.gz: a6e2f6da4f1eeec5a36eded86fb94920313bd9e759a1bf8e8c1a5351bec059c15df336f4556c83358af6c4ea8137c0d08d4968c0ebe23858840b1169d2f14b70
7
+ data.tar.gz: afb68e27c45d534cd8a138b5a568abd68d08a997e89db2d9e23a64d7e5bbb77525896d8544e7f6dce6263a89e2b4d0b7da16089b2f8a1ede4f5a584d13ff1a08
data/LICENSE ADDED
@@ -0,0 +1,24 @@
1
+ Copyright (c) 2011-2013, Eugene Seliverstov
2
+ All rights reserved.
3
+
4
+ Redistribution and use in source and binary forms, with or without modification,
5
+ are permitted provided that the following conditions are met:
6
+ * Redistributions of source code must retain the above copyright notice, this
7
+ list of conditions and the following disclaimer.
8
+ * Redistributions in binary form must reproduce the above copyright notice, this
9
+ list of conditions and the following disclaimer in the documentation and/or
10
+ other materials provided with the distribution.
11
+ * Neither the name of Eugene Seliverstov nor the names of its contributors may be used to
12
+ endorse or promote products derived from this software without specific prior
13
+ written permission.
14
+
15
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND
16
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
17
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
18
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
19
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
20
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
21
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
22
+ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
24
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  module OmniBot
4
- VERSION = '0.0.17'
4
+ VERSION = '0.0.18'
5
5
  end
metadata CHANGED
@@ -1,96 +1,85 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omnibot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.17
5
- prerelease:
4
+ version: 0.0.18
6
5
  platform: ruby
7
6
  authors:
8
7
  - theirix
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2012-12-08 00:00:00.000000000 Z
11
+ date: 2013-05-18 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: amqp
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - '='
17
+ - - ~>
20
18
  - !ruby/object:Gem::Version
21
- version: 0.8.1
19
+ version: 1.0.0
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - '='
24
+ - - ~>
28
25
  - !ruby/object:Gem::Version
29
- version: 0.8.1
26
+ version: 1.0.0
30
27
  - !ruby/object:Gem::Dependency
31
28
  name: xmpp4r
32
29
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
30
  requirements:
35
- - - '='
31
+ - - '>='
36
32
  - !ruby/object:Gem::Version
37
- version: '0.5'
33
+ version: '0'
38
34
  type: :runtime
39
35
  prerelease: false
40
36
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
37
  requirements:
43
- - - '='
38
+ - - '>='
44
39
  - !ruby/object:Gem::Version
45
- version: '0.5'
40
+ version: '0'
46
41
  - !ruby/object:Gem::Dependency
47
42
  name: eventmachine
48
43
  requirement: !ruby/object:Gem::Requirement
49
- none: false
50
44
  requirements:
51
- - - '='
45
+ - - ~>
52
46
  - !ruby/object:Gem::Version
53
- version: 0.12.10
47
+ version: 1.0.3
54
48
  type: :runtime
55
49
  prerelease: false
56
50
  version_requirements: !ruby/object:Gem::Requirement
57
- none: false
58
51
  requirements:
59
- - - '='
52
+ - - ~>
60
53
  - !ruby/object:Gem::Version
61
- version: 0.12.10
54
+ version: 1.0.3
62
55
  - !ruby/object:Gem::Dependency
63
56
  name: mail
64
57
  requirement: !ruby/object:Gem::Requirement
65
- none: false
66
58
  requirements:
67
- - - '='
59
+ - - ~>
68
60
  - !ruby/object:Gem::Version
69
- version: 2.3.0
61
+ version: 2.5.4
70
62
  type: :runtime
71
63
  prerelease: false
72
64
  version_requirements: !ruby/object:Gem::Requirement
73
- none: false
74
65
  requirements:
75
- - - '='
66
+ - - ~>
76
67
  - !ruby/object:Gem::Version
77
- version: 2.3.0
68
+ version: 2.5.4
78
69
  - !ruby/object:Gem::Dependency
79
70
  name: sqlite3
80
71
  requirement: !ruby/object:Gem::Requirement
81
- none: false
82
72
  requirements:
83
- - - '='
73
+ - - ~>
84
74
  - !ruby/object:Gem::Version
85
- version: 1.3.4
75
+ version: 1.3.7
86
76
  type: :runtime
87
77
  prerelease: false
88
78
  version_requirements: !ruby/object:Gem::Requirement
89
- none: false
90
79
  requirements:
91
- - - '='
80
+ - - ~>
92
81
  - !ruby/object:Gem::Version
93
- version: 1.3.4
82
+ version: 1.3.7
94
83
  description: Works with AMQP for sending messages at server side.Sends notifications
95
84
  to an user via XMPP.Can monitor system by performing daily commands.
96
85
  email: theirix@gmail.com
@@ -113,33 +102,31 @@ files:
113
102
  - lib/omnibot.rb
114
103
  - Rakefile
115
104
  - README.md
105
+ - LICENSE
116
106
  - bin/omnibot
117
107
  - bin/omnisend
118
108
  homepage: http://github.com/theirix/omnibot
119
- licenses: []
109
+ licenses:
110
+ - BSD
111
+ metadata: {}
120
112
  post_install_message:
121
113
  rdoc_options: []
122
114
  require_paths:
123
115
  - lib
124
116
  required_ruby_version: !ruby/object:Gem::Requirement
125
- none: false
126
117
  requirements:
127
- - - ! '>='
118
+ - - '>='
128
119
  - !ruby/object:Gem::Version
129
120
  version: '1.9'
130
121
  required_rubygems_version: !ruby/object:Gem::Requirement
131
- none: false
132
122
  requirements:
133
- - - ! '>='
123
+ - - '>='
134
124
  - !ruby/object:Gem::Version
135
125
  version: '0'
136
- segments:
137
- - 0
138
- hash: -1767200569954798478
139
126
  requirements:
140
127
  - AMQP-compatible server (for example, RabbitMQ)
141
128
  rubyforge_project: nowarning
142
- rubygems_version: 1.8.24
129
+ rubygems_version: 2.0.3
143
130
  signing_key:
144
131
  specification_version: 3
145
132
  summary: Simple XMPP bot for server monitoring