jabber_admin 1.3.2 → 1.3.3

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: dfd5d8ca4684ea5e82a7c26922368f613f819c39383ab32c5db926c530a3299f
4
- data.tar.gz: 837fb69919e32106ea6a5f789d1e9ffcae35c977558cfe2f17f3cf57d1716c05
3
+ metadata.gz: 9344fb5d4326499a16caec4fdf6eda8815c7c94e583671ee2d43da4b6b221fcf
4
+ data.tar.gz: cff95ae082a1e8b58f90b5e6cebf1cd1893259979cb74202fe4d59969cedb45b
5
5
  SHA512:
6
- metadata.gz: a025c0dd5a90081bbfb186a22f2d8db29461bddb375fd45dc74cabacbdd59ba696ecf6595a068f69c1e69d2efc99dced94579c9fa5b4868c5ea8366859a82c91
7
- data.tar.gz: c12d555d22cef21553b18762c39280680aedff6fa6e8a994141ca114a9caf3b6a17574095a392c88477de0e21ed26d59c32731d5df1c64bf1f274d786d9a744f
6
+ metadata.gz: 40ad4a2d6feb39dbf584af7a5d1fbb8c25405b26a97d44db7e9f91f48d483b5ac5bd16e19802c8bd8681f445f2aa4a9f65547634b7e260cb57c869768f77bd3a
7
+ data.tar.gz: 42687b36ee8cc0d4767819e3b4fd57eac18bae628a92f7fc756aa499a06595c2357f3d0fc34aa0f955ed150228ab80dcc8fae35b0fe9f92a637b14920c8f91fd
data/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  * TODO: Replace this bullet point with an actual description of a change.
4
4
 
5
+ ### 1.3.3
6
+
7
+ * Just a retag of 1.3.1
8
+
5
9
  ### 1.3.2
6
10
 
7
11
  * Just a retag of 1.3.1
data/Makefile CHANGED
@@ -155,8 +155,14 @@ shell-irb:
155
155
 
156
156
  docs:
157
157
  # Build the API documentation
158
+ @$(RM) -rf doc/api
158
159
  @$(call run-shell,$(BUNDLE) exec $(YARD) -q && \
159
160
  $(BUNDLE) exec $(YARD) stats --list-undoc --compact)
161
+ @$(MKDIR) -p doc/api/doc doc/api/assets
162
+ @$(CP) -ar doc/assets doc/api/doc
163
+ @$(CP) -ar doc/assets/* doc/api/assets
164
+ #
165
+ # Docs: file://$(abspath doc/api)/index.html
160
166
 
161
167
  notes:
162
168
  # Print the code statistics (library and test suite)
@@ -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.3.2'
6
+ VERSION = '1.3.3'
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.3.2
4
+ version: 1.3.3
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: 2024-08-09 00:00:00.000000000 Z
12
+ date: 2024-08-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport