conversejs 3.6.2 → 3.6.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: 5ff1d68ed2c18d21b074cc2b596154fe2be9c92a2d1d761601785573e95a9166
4
- data.tar.gz: 4ae4104c9171934723e8ab31a9bfa8ac8ccce8236e6f5395cab582e61b289a9c
3
+ metadata.gz: b0c8806fc9f5d56fb3c19b05f9823bb6b535e6468afa13268c7e3f66a42d5b9c
4
+ data.tar.gz: 5f904eb96d53f045237c364f36abc972915078645e2cd753af3668020e9b7a52
5
5
  SHA512:
6
- metadata.gz: 83dbc4b0ad4cb27910c6870db06d0218ab1c87925c5824ea54f7219876fa65648a17a3c01df05e491aa8195cd37548e18d903196ce8b4fba645ec26de4f4eaf7
7
- data.tar.gz: fb97e157d7f0d8d9d1a5ce95731535d8dfadf48c9a8f0bcf755911715ea305ea4206f5e6c84c350a44a4a1bf1a6bd67ba523ab137fade2a8b9bcb5455ad24485
6
+ metadata.gz: b81ebdf0c0784c096480f2d48fa3e8a56c007423ac62be2a0db27d1ed580c5a5a42651d6dee5d272f08652a0c3aad638111bfb21c66d194c4808856df186389e
7
+ data.tar.gz: 10994f4998a706824f4ca2b20bd2de59231e65e0c3e7c2268b60b20dc5be1fe392515a44e2860ca6f446f03eef73c5c107e2fd63fc5cfee5d9ab7c38215cfda6
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
+ ### 3.6.3
6
+
7
+ * Just a retag of 3.6.1
8
+
5
9
  ### 3.6.2
6
10
 
7
11
  * Just a retag of 3.6.1
data/Makefile CHANGED
@@ -152,8 +152,14 @@ shell-irb:
152
152
 
153
153
  docs:
154
154
  # Build the API documentation
155
+ @$(RM) -rf doc/api
155
156
  @$(call run-shell,$(BUNDLE) exec $(YARD) -q && \
156
157
  $(BUNDLE) exec $(YARD) stats --list-undoc --compact)
158
+ @$(MKDIR) -p doc/api/doc doc/api/assets
159
+ @$(CP) -ar doc/assets doc/api/doc
160
+ @$(CP) -ar doc/assets/* doc/api/assets
161
+ #
162
+ # Docs: file://$(abspath doc/api)/index.html
157
163
 
158
164
  notes:
159
165
  # 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.3'
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.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: railties