deskcrew-rails 1.0.1 → 1.0.2
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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/deskcrew/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '09fe40f57cae4a0712ad4f3e04127198f07113492943a0b8402115a7eb726cbc'
|
|
4
|
+
data.tar.gz: '09ea0d014a24fcf4057ef126f373c6827e8d66a0ad21b12d0a933c6c030906ff'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b045a7de0c0851ecc47e1bb9772144896279faf4c49619facdc29c0ead0a156e86327c86889eb39667c20635ba6bd9549ba75129bcf88cc07a0c59c85494c51c
|
|
7
|
+
data.tar.gz: f42b5707a40daa9500eccb6a83419cfba093f1c2e472803662a8d92b228aed242fb3b0d720b97e13920d07f270a090de882fb7ee86727c70901a80b899a4742e
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.0.2
|
|
4
|
+
|
|
5
|
+
- Source, changelog and issue links point at the standalone repository github.com/webmilmind1/deskcrew-rails. No code changes.
|
|
6
|
+
|
|
3
7
|
## 1.0.1
|
|
4
8
|
|
|
5
9
|
- README and gem description rewritten around the questions people search for (live chat for Rails, AI support chatbot, contact form to ticket, Hotwire and Turbo). No code changes.
|
data/lib/deskcrew/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: deskcrew-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- DeskCrew
|
|
@@ -71,9 +71,9 @@ licenses:
|
|
|
71
71
|
metadata:
|
|
72
72
|
homepage_uri: https://deskcrew.io/integrations/rails
|
|
73
73
|
documentation_uri: https://deskcrew.io/board/deskcrew/kb
|
|
74
|
-
source_code_uri: https://github.com/webmilmind1/
|
|
75
|
-
changelog_uri: https://github.com/webmilmind1/
|
|
76
|
-
bug_tracker_uri: https://github.com/webmilmind1/
|
|
74
|
+
source_code_uri: https://github.com/webmilmind1/deskcrew-rails
|
|
75
|
+
changelog_uri: https://github.com/webmilmind1/deskcrew-rails/blob/main/CHANGELOG.md
|
|
76
|
+
bug_tracker_uri: https://github.com/webmilmind1/deskcrew-rails/issues
|
|
77
77
|
rubygems_mfa_required: 'true'
|
|
78
78
|
rdoc_options: []
|
|
79
79
|
require_paths:
|