jabber_admin 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE +21 -0
- data/lib/jabber_admin.rb +1 -0
- data/lib/jabber_admin/initializer.rb +5 -0
- data/lib/jabber_admin/version.rb +1 -1
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 539a6c8f78226c54b34ef4fbba4a4efdab80070b
|
4
|
+
data.tar.gz: c775b07759beeeb2b4db8b4cc66297d04e38d0b2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d5378a4478def4b3d76915f56e446cbbe522b2e89446908150bc25bc30a1308c76c046cfbd4f506f7c9114a4a87aa5c5884ce703c78a70e43f3e6199dfc81988
|
7
|
+
data.tar.gz: 9fe1f23a6679d11299d9d73bfd07b8523b4c88b016b1d04e9c03881380dcc6b03086682b9d68755dbbb2f0114c37ff452f7b0e3eb6479cfe93b7b4e6cc8b48cc
|
data/LICENSE
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
MIT License
|
2
|
+
|
3
|
+
Copyright (c) 2018 HAUSGOLD | talocasa GmbH
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
13
|
+
copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
+
SOFTWARE.
|
data/lib/jabber_admin.rb
CHANGED
data/lib/jabber_admin/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jabber_admin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Henning Vogt
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-01-
|
11
|
+
date: 2018-01-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rest-client
|
@@ -111,6 +111,7 @@ files:
|
|
111
111
|
- ".rspec"
|
112
112
|
- ".travis.yml"
|
113
113
|
- Gemfile
|
114
|
+
- LICENSE
|
114
115
|
- README.md
|
115
116
|
- Rakefile
|
116
117
|
- bin/console
|
@@ -129,6 +130,7 @@ files:
|
|
129
130
|
- lib/jabber_admin/commands/unregister.rb
|
130
131
|
- lib/jabber_admin/commands/unsubscribe_room.rb
|
131
132
|
- lib/jabber_admin/configuration.rb
|
133
|
+
- lib/jabber_admin/initializer.rb
|
132
134
|
- lib/jabber_admin/version.rb
|
133
135
|
homepage: https://github.com/hausgold/jabber_admin
|
134
136
|
licenses:
|