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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e4cebb5bfc66b3d12539e9f8c338cc049cfcc92f
4
- data.tar.gz: 9fdd9fc1237d6124d2d69a6f7f252c1c6b72fb3e
3
+ metadata.gz: 539a6c8f78226c54b34ef4fbba4a4efdab80070b
4
+ data.tar.gz: c775b07759beeeb2b4db8b4cc66297d04e38d0b2
5
5
  SHA512:
6
- metadata.gz: d5efa557ffb0608dfdb83b17e8db173feb563c77203d8c29ecf6df868867be1c0d0928da3c9dd69891957fcee90f930b97b25545810625a091b16a19595bd8bc
7
- data.tar.gz: 50a2a5e468057f57a8474091788105c1e2dead917bdc8b77cb04996558f43ad9188c6ef0e90fb1a8bc9b55c77e021f313dc71b1aaa9375d099c570bd960c21ee
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
@@ -3,6 +3,7 @@
3
3
  require "active_support/inflector"
4
4
  require "rest-client"
5
5
 
6
+ require "jabber_admin/initializer"
6
7
  require "jabber_admin/configuration"
7
8
  require "jabber_admin/commands"
8
9
  require "jabber_admin/api_call"
@@ -0,0 +1,5 @@
1
+ # Fix pluralization of commands
2
+ ActiveSupport::Inflector.inflections do |inflect|
3
+ inflect.irregular 'create_room_with_opts', 'create_room_with_opts'
4
+ end
5
+
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module JabberAdmin
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
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.0
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-16 00:00:00.000000000 Z
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: