conversejs 3.6.2 → 3.6.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5ff1d68ed2c18d21b074cc2b596154fe2be9c92a2d1d761601785573e95a9166
4
- data.tar.gz: 4ae4104c9171934723e8ab31a9bfa8ac8ccce8236e6f5395cab582e61b289a9c
3
+ metadata.gz: f08d8b97a76c42b697f8c0e4982d7b0eb67fa31e5b3971f251c8523d17178987
4
+ data.tar.gz: 3dd2bb2e1309ab1a95f113260f0fd0c9498907b0d78ed7ef6fc2844ec4cff7a5
5
5
  SHA512:
6
- metadata.gz: 83dbc4b0ad4cb27910c6870db06d0218ab1c87925c5824ea54f7219876fa65648a17a3c01df05e491aa8195cd37548e18d903196ce8b4fba645ec26de4f4eaf7
7
- data.tar.gz: fb97e157d7f0d8d9d1a5ce95731535d8dfadf48c9a8f0bcf755911715ea305ea4206f5e6c84c350a44a4a1bf1a6bd67ba523ab137fade2a8b9bcb5455ad24485
6
+ metadata.gz: 5e814dbacbc3721c5e127c7ce074fea3987c77476027ee0aef69934941ba6104b7cea931ff7b16b1d1416140127f4fffd8f23e5665e767d4d98ae9d30619068b
7
+ data.tar.gz: a52829134ce37d3642ddc93d07c0941445ff20beca0a07ba4bc7ba1fb28a34e2772025a5a7b11c6961a378ab361fa0cb60167ef921ac491dcc06cddfd5b3e5a5
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
+ ### 3.6.4
6
+
7
+ * Just a retag of 3.6.1
8
+
9
+ ### 3.6.3
10
+
11
+ * Just a retag of 3.6.1
12
+
5
13
  ### 3.6.2
6
14
 
7
15
  * Just a retag of 3.6.1
data/Makefile CHANGED
@@ -19,6 +19,7 @@ GEMFILES_DIR ?= gemfiles
19
19
  AWK ?= awk
20
20
  BASH ?= bash
21
21
  COMPOSE ?= docker-compose
22
+ CP ?= cp
22
23
  DOCKER ?= docker
23
24
  GREP ?= grep
24
25
  ID ?= id
@@ -152,8 +153,14 @@ shell-irb:
152
153
 
153
154
  docs:
154
155
  # Build the API documentation
156
+ @$(RM) -rf doc/api
155
157
  @$(call run-shell,$(BUNDLE) exec $(YARD) -q && \
156
158
  $(BUNDLE) exec $(YARD) stats --list-undoc --compact)
159
+ @$(MKDIR) -p doc/api/doc doc/api/assets
160
+ @$(CP) -ar doc/assets doc/api/doc
161
+ @$(CP) -ar doc/assets/* doc/api/assets
162
+ #
163
+ # Docs: file://$(abspath doc/api)/index.html
157
164
 
158
165
  notes:
159
166
  # Print the code statistics (library and test suite)
@@ -4,7 +4,7 @@ module Conversejs
4
4
  # The gem version details.
5
5
  module Rails
6
6
  # The version of the +conversejs+ gem
7
- VERSION = '3.6.2'
7
+ VERSION = '3.6.4'
8
8
 
9
9
  class << self
10
10
  # Returns the version of gem as a string.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: conversejs
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.6.2
4
+ version: 3.6.4
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: railties