jabber_admin 1.5.1 → 1.6.0

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
  SHA256:
3
- metadata.gz: 6fa0d27d4b8c2a0a59245d30cde035edc63b28e470d015d33b00ef966f28de4d
4
- data.tar.gz: 14799e6fdadf03f199e1e80832f9b471843a3d4e9c994043ade9cb20e64ba314
3
+ metadata.gz: ca90f93323c59fe5e9833843bba9de21debfac13fbb064caa4ac271a7b6d4111
4
+ data.tar.gz: 5fae3a0061f466055db1ec600d199e6a842ee496abdc8420ddc8219f83da7a60
5
5
  SHA512:
6
- metadata.gz: c719550407ca39da92b3b6c6ac08b0c38e5f3aa57c92128ea9f6f29170fc2cec6ebb10a9abea605d09587fa9f2f21c1b3f9c9a897e8572fd4823e32bb3d664a2
7
- data.tar.gz: e6ce78a3ccc5504266bb2c10b7180d7f4b8d679069b658a6a0340e7708afed11b81cb311c113eab5bfc43e176803f7a516e5e9f451f4b7f0b91240e35e3306f5
6
+ metadata.gz: 6092c0a704e7597b10567ca4a1db2e2626102122aaaf813568407cb085ad318be4ce95c41bb388d864f65371ac3e92d6e3f43cf9cc9b85d6ef78d4670a1e97ec
7
+ data.tar.gz: 1f0d636773f50d61efb377eeed1b0a5cc3dfd2461c41ba3d1728be291d4f84d1a1af970275209136add9baf918e24e7f2d1891602cfbccb974383b2c0c781400
@@ -18,7 +18,7 @@ jobs:
18
18
  strategy:
19
19
  fail-fast: false
20
20
  matrix:
21
- ruby: ['2.7', '3.0']
21
+ ruby: ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4']
22
22
  rails: ['6.1', '7.1']
23
23
  env:
24
24
  BUNDLE_GEMFILE: 'gemfiles/rails_${{ matrix.rails }}.gemfile'
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)
@@ -3,7 +3,7 @@
3
3
  # The gem version details.
4
4
  module JabberAdmin
5
5
  # The version of the +jabber_admin+ gem
6
- VERSION = '1.5.1'
6
+ VERSION = '1.6.0'
7
7
 
8
8
  class << self
9
9
  # Returns the version of gem as a string.
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.5.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-17 00:00:00.000000000 Z
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.3.26
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