rails_chatbot 0.1.0 โ†’ 0.1.1

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: 13b20ee2717e914aea6e5634f28cee026b971f5b6ec3216f70e6cd48a860159a
4
- data.tar.gz: 288ca5976edf919441a32264401b7fa26ea249f25de530d9b0319b8b937ba897
3
+ metadata.gz: 981a8853491b0793ee73520f15615a11b9c05f0aa86151548df6b23e73807a44
4
+ data.tar.gz: 79b7cee00596db1a4a2eda523090f28abf67187cde121aec1b8f2503986cca40
5
5
  SHA512:
6
- metadata.gz: ddfdc4e42f4c3bf733f002232879fb96d7a7bfecd8e1a9b1319497d0ded151c8c91853773f10f085f88ffdd1e13b5afc82213865b2d4d450b960cc3a75d1cb46
7
- data.tar.gz: 05167d520483a23de9df8153f0b5e459e5986e0a6fde86940e5082b6b4b567771eb1433c6498ed2a656c6a1ef51510e5323194ff2d81dbc6e174df687502f9af
6
+ metadata.gz: 4cc44118e0480afb01980775cc01e5c6677b6468d3f0a287f2d510aecaf887e62056dd1be8e3a8be461b37cd9a2ed7e8e26bf6889c810e775dbfaa810e591b69
7
+ data.tar.gz: 668f95682cd334a946df1d2edb3cb075544e0e2d1580dc2ad113249b55c89cc4ce9993b16cc88d97e2e314e90c6d608dc65e9003d75837cda52c97d37c3067c7
data/README.md CHANGED
@@ -266,7 +266,21 @@ Add to `app/assets/stylesheets/rails_chatbot/custom.css`:
266
266
 
267
267
  Extend functionality in `app/javascript/rails_chatbot/custom.js`.
268
268
 
269
- ## ๐Ÿ“‹ Requirements
269
+ ## ๏ฟฝ Documentation
270
+
271
+ For comprehensive documentation, visit our [Documentation Site](./docs/README.md).
272
+
273
+ ### Quick Links
274
+ - ๐Ÿš€ [Quick Start Guide](./docs/quick_start.md) - Get up and running in 5 minutes
275
+ - ๐Ÿ“– [API Reference](./docs/api_reference.md) - Complete API documentation
276
+ - ๐Ÿ’ก [Examples & Use Cases](./docs/examples.md) - Real-world implementation examples
277
+ - ๐Ÿงช [Testing Guide](./docs/testing.md) - How to test your integration
278
+ - ๐Ÿš€ [Deployment Guide](./docs/deployment.md) - Production deployment instructions
279
+ - ๐Ÿค [Contributing](./docs/CONTRIBUTING.md) - How to contribute to the project
280
+
281
+ ---
282
+
283
+ ## ๏ฟฝ๐Ÿ“‹ Requirements
270
284
 
271
285
  - Ruby on Rails 8.0.4 or higher
272
286
  - PostgreSQL (for full-text search)
@@ -1,3 +1,3 @@
1
1
  module RailsChatbot
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_chatbot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
- - Your Name
7
+ - Burraq Ur Rehman
8
8
  bindir: bin
9
9
  cert_chain: []
10
10
  date: 1980-01-02 00:00:00.000000000 Z
@@ -55,7 +55,7 @@ description: RailsChatbot is a Rails engine that provides an intelligent chatbot
55
55
  with knowledge base integration. It can answer questions about your application
56
56
  by indexing your models and content, using OpenAI's GPT models for intelligent responses.
57
57
  email:
58
- - your.email@example.com
58
+ - burraq@xprolabs.com
59
59
  executables: []
60
60
  extensions: []
61
61
  extra_rdoc_files: []
@@ -96,13 +96,13 @@ files:
96
96
  - lib/rails_chatbot/railtie.rb
97
97
  - lib/rails_chatbot/version.rb
98
98
  - lib/tasks/rails_chatbot_tasks.rake
99
- homepage: https://github.com/yourusername/rails_chatbot
99
+ homepage: https://github.com/burraqxprolabs/rails_chatbot
100
100
  licenses:
101
101
  - MIT
102
102
  metadata:
103
- homepage_uri: https://github.com/yourusername/rails_chatbot
104
- source_code_uri: https://github.com/yourusername/rails_chatbot
105
- changelog_uri: https://github.com/yourusername/rails_chatbot/blob/main/CHANGELOG.md
103
+ homepage_uri: https://github.com/burraqxprolabs/rails_chatbot
104
+ source_code_uri: https://github.com/burraqxprolabs/rails_chatbot
105
+ changelog_uri: https://github.com/burraqxprolabs/rails_chatbot/blob/main/CHANGELOG.md
106
106
  rdoc_options: []
107
107
  require_paths:
108
108
  - lib