jabber_admin 1.3.1 → 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: 36f720390492e75879ab0c6d9fba8af46dcc2eea7f34c4c81a436b1525675c23
4
- data.tar.gz: 71ce51f31fba0f18b1030cb673ad64f5f39cf3295be3b411e1738cbbd0ef74b2
3
+ metadata.gz: 9344fb5d4326499a16caec4fdf6eda8815c7c94e583671ee2d43da4b6b221fcf
4
+ data.tar.gz: cff95ae082a1e8b58f90b5e6cebf1cd1893259979cb74202fe4d59969cedb45b
5
5
  SHA512:
6
- metadata.gz: 1fce6a069b79d23ea003edb2eaca0a68bc9972fe364ea8bd938ada2fa46c5d2312c94affb60b6f584c81dc17d7adc7125e5b65a2d11c204afc002520ace996d2
7
- data.tar.gz: 98411277a53779fb129b7f2d786fe131a8eeddfa6a8aaea8189d954a2693840908ca8a9575edd583cc311fe4e59dd2612e70a1c682bb28991e0966950392a641
6
+ metadata.gz: 40ad4a2d6feb39dbf584af7a5d1fbb8c25405b26a97d44db7e9f91f48d483b5ac5bd16e19802c8bd8681f445f2aa4a9f65547634b7e260cb57c869768f77bd3a
7
+ data.tar.gz: 42687b36ee8cc0d4767819e3b4fd57eac18bae628a92f7fc756aa499a06595c2357f3d0fc34aa0f955ed150228ab80dcc8fae35b0fe9f92a637b14920c8f91fd
data/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
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
+
9
+ ### 1.3.2
10
+
11
+ * Just a retag of 1.3.1
12
+
5
13
  ### 1.3.1
6
14
 
7
15
  * Added API docs building to continuous integration (#14)
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.1'
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.1
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