jabber_admin 1.5.1 → 1.6.0
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.
- checksums.yaml +4 -4
- data/.github/workflows/test.yml +1 -1
- data/CHANGELOG.md +21 -17
- data/lib/jabber_admin/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ca90f93323c59fe5e9833843bba9de21debfac13fbb064caa4ac271a7b6d4111
|
|
4
|
+
data.tar.gz: 5fae3a0061f466055db1ec600d199e6a842ee496abdc8420ddc8219f83da7a60
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6092c0a704e7597b10567ca4a1db2e2626102122aaaf813568407cb085ad318be4ce95c41bb388d864f65371ac3e92d6e3f43cf9cc9b85d6ef78d4670a1e97ec
|
|
7
|
+
data.tar.gz: 1f0d636773f50d61efb377eeed1b0a5cc3dfd2461c41ba3d1728be291d4f84d1a1af970275209136add9baf918e24e7f2d1891602cfbccb974383b2c0c781400
|
data/.github/workflows/test.yml
CHANGED
data/CHANGELOG.md
CHANGED
|
@@ -2,17 +2,21 @@
|
|
|
2
2
|
|
|
3
3
|
* TODO: Replace this bullet point with an actual description of a change.
|
|
4
4
|
|
|
5
|
+
### 1.6.0 (30 January 2025)
|
|
6
|
+
|
|
7
|
+
* Added all versions up to Ruby 3.4 to the CI matrix ([#18](https://github.com/hausgold/jabber_admin/pull/18))
|
|
8
|
+
|
|
5
9
|
### 1.5.1 (17 January 2025)
|
|
6
10
|
|
|
7
|
-
* Added the logger dependency (#17)
|
|
11
|
+
* Added the logger dependency ([#17](https://github.com/hausgold/jabber_admin/pull/17))
|
|
8
12
|
|
|
9
13
|
### 1.5.0 (12 January 2025)
|
|
10
14
|
|
|
11
|
-
* Switched to Zeitwerk as autoloader (#16)
|
|
15
|
+
* Switched to Zeitwerk as autoloader ([#16](https://github.com/hausgold/jabber_admin/pull/16))
|
|
12
16
|
|
|
13
17
|
### 1.4.0 (3 January 2025)
|
|
14
18
|
|
|
15
|
-
* Raised minimum supported Ruby/Rails version to 2.7/6.1 (#15)
|
|
19
|
+
* Raised minimum supported Ruby/Rails version to 2.7/6.1 ([#15](https://github.com/hausgold/jabber_admin/pull/15))
|
|
16
20
|
|
|
17
21
|
### 1.3.4 (15 August 2024)
|
|
18
22
|
|
|
@@ -28,12 +32,12 @@
|
|
|
28
32
|
|
|
29
33
|
### 1.3.1 (9 August 2024)
|
|
30
34
|
|
|
31
|
-
* Added API docs building to continuous integration (#14)
|
|
35
|
+
* Added API docs building to continuous integration ([#14](https://github.com/hausgold/jabber_admin/pull/14))
|
|
32
36
|
|
|
33
37
|
### 1.3.0 (8 July 2024)
|
|
34
38
|
|
|
35
|
-
* Moved the development dependencies from the gemspec to the Gemfile (#12)
|
|
36
|
-
* Dropped support for Ruby <2.7 (#13)
|
|
39
|
+
* Moved the development dependencies from the gemspec to the Gemfile ([#12](https://github.com/hausgold/jabber_admin/pull/12))
|
|
40
|
+
* Dropped support for Ruby <2.7 ([#13](https://github.com/hausgold/jabber_admin/pull/13))
|
|
37
41
|
|
|
38
42
|
### 1.2.0 (24 February 2023)
|
|
39
43
|
|
|
@@ -41,17 +45,17 @@
|
|
|
41
45
|
|
|
42
46
|
### 1.1.0 (18 January 2023)
|
|
43
47
|
|
|
44
|
-
* Bundler >= 2.3 is from now on required as minimal version (#11)
|
|
45
|
-
* Dropped support for Ruby < 2.5 (#11)
|
|
46
|
-
* Dropped support for Rails < 5.2 (#11)
|
|
48
|
+
* Bundler >= 2.3 is from now on required as minimal version ([#11](https://github.com/hausgold/jabber_admin/pull/11))
|
|
49
|
+
* Dropped support for Ruby < 2.5 ([#11](https://github.com/hausgold/jabber_admin/pull/11))
|
|
50
|
+
* Dropped support for Rails < 5.2 ([#11](https://github.com/hausgold/jabber_admin/pull/11))
|
|
47
51
|
* Updated all development/runtime gems to their latest
|
|
48
|
-
Ruby 2.5 compatible version (#11)
|
|
52
|
+
Ruby 2.5 compatible version ([#11](https://github.com/hausgold/jabber_admin/pull/11))
|
|
49
53
|
|
|
50
54
|
### 1.0.5 (20 January 2022)
|
|
51
55
|
|
|
52
|
-
* Added support for the predefined command `get_room_affiliations` (#10)
|
|
56
|
+
* Added support for the predefined command `get_room_affiliations` ([#10](https://github.com/hausgold/jabber_admin/pull/10))
|
|
53
57
|
* Added the top-level helper `JabberAdmin.room_exist?` to determine whether
|
|
54
|
-
a room exists or not (#10)
|
|
58
|
+
a room exists or not ([#10](https://github.com/hausgold/jabber_admin/pull/10))
|
|
55
59
|
|
|
56
60
|
### 1.0.4 (11 November 2021)
|
|
57
61
|
|
|
@@ -70,17 +74,17 @@
|
|
|
70
74
|
|
|
71
75
|
### 1.0.1 (13 October 2020)
|
|
72
76
|
|
|
73
|
-
* Gracefully handle a missing vCard when a vCard field is queried (#7)
|
|
77
|
+
* Gracefully handle a missing vCard when a vCard field is queried ([#7](https://github.com/hausgold/jabber_admin/pull/7))
|
|
74
78
|
|
|
75
79
|
### 1.0.0 (13 October 2020)
|
|
76
80
|
|
|
77
81
|
* All `JabberAdmin` errors `[UnknownCommandError, CommandError, RequestError]`
|
|
78
82
|
now ship the response object correctly (was always set to `nil` previously)
|
|
79
|
-
(#6)
|
|
80
|
-
* Improved the default exceptions messages with the response body (#6)
|
|
83
|
+
([#6](https://github.com/hausgold/jabber_admin/pull/6))
|
|
84
|
+
* Improved the default exceptions messages with the response body ([#6](https://github.com/hausgold/jabber_admin/pull/6))
|
|
81
85
|
* Added support for setting/fetching vCard details (`JabberAdmin.set_vcard`,
|
|
82
|
-
`JabberAdmin.get_vcard`) (#6)
|
|
83
|
-
* Dropped support for Ruby <2.5 (#6)
|
|
86
|
+
`JabberAdmin.get_vcard`) ([#6](https://github.com/hausgold/jabber_admin/pull/6))
|
|
87
|
+
* Dropped support for Ruby <2.5 ([#6](https://github.com/hausgold/jabber_admin/pull/6))
|
|
84
88
|
* Added some versioning helpers (eg. `JabberAdmin.version`)
|
|
85
89
|
|
|
86
90
|
### 0.2.0 (14 May 2018)
|
data/lib/jabber_admin/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jabber_admin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.6.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Hermann Mayer
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: exe
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2025-01-
|
|
12
|
+
date: 2025-01-30 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: activesupport
|
|
@@ -140,7 +140,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
140
140
|
- !ruby/object:Gem::Version
|
|
141
141
|
version: '0'
|
|
142
142
|
requirements: []
|
|
143
|
-
rubygems_version: 3.
|
|
143
|
+
rubygems_version: 3.4.22
|
|
144
144
|
signing_key:
|
|
145
145
|
specification_version: 4
|
|
146
146
|
summary: Library for the ejabberd RESTful admin API
|