code_healer 0.1.1 → 0.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d2732ef0363299ed27dfb68eb98922fe769ca68392cccdd556a458aab023f2eb
4
- data.tar.gz: 6136efb1ddfa6849ebdd6d6f6088f6aab13120bb2f3ae4f27c717969b4bfb5bd
3
+ metadata.gz: 7ca4f91374244d92f4e6dad61a14c15d432f24210f742c2ce9d4cc360acaa314
4
+ data.tar.gz: 733db21e8cb3db16b81cdd04b6271f1407e8cd6a3d26b3f8c276d44826cc8f70
5
5
  SHA512:
6
- metadata.gz: 99e160254ef12aaa403dc36ff9b286b094df4ffd54a4d300d2612fb58f59d2bc3093bb87e08c9708879506a259d23ae53c1241c5041713b3ebbe50669e283cf5
7
- data.tar.gz: c50f91788ca4144d8b0bc232d9fe57ae7d4bc4b45e6c79697aecfbc4d0cb3be879713ffeb79fb15a9512f84c79071feb929757b37f518adb831b6883b862ffad
6
+ metadata.gz: e068a0688b8ae092c3beaacfdb811524902c62ec85fe65f8a426d043c23002ef5bf898b7d0d4405ba55abd1399169de30f8bc4bb9f547add4d1ffc7cd82e1595
7
+ data.tar.gz: 9e8c1af2376078002ca62bd5af46a79d44a695dd13ae626d6513b0ce726f2a7d70e1431c594c8c992668c8887738e36a7cef436cad6cf704563ab2e5864dcc04
data/CHANGELOG.md CHANGED
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.1.2] - 2025-01-14
9
+
10
+ ### Changed
11
+ - **Final README improvements and personalization**
12
+ - Updated contact email to deepan.ppgit@gmail.com
13
+ - Added LinkedIn profile link for professional networking
14
+ - Enhanced acknowledgments to include Claude AI
15
+ - Personalized team references to Deepan Kumar
16
+ - Added personal signature with LinkedIn link
17
+
8
18
  ## [0.1.1] - 2025-01-14
9
19
 
10
20
  ### Changed
data/README.md CHANGED
@@ -558,8 +558,6 @@ business_context:
558
558
  ## 📚 Documentation
559
559
 
560
560
  - [Installation Guide](docs/INSTALLATION.md)
561
- - [Configuration Reference](docs/CONFIGURATION.md)
562
- - [API Documentation](docs/API.md)
563
561
  - [Examples](examples/)
564
562
 
565
563
  ## 🤝 Contributing
@@ -576,16 +574,21 @@ This project is licensed under the MIT License - see the [LICENSE.txt](LICENSE.t
576
574
 
577
575
  ## 🙏 Acknowledgments
578
576
 
579
- - Built with ❤️ by the CodeHealer Team
580
- - Powered by OpenAI's GPT models
577
+ - Built with ❤️ by Deepan Kumar
578
+ - Powered by OpenAI's GPT models and Claude AI
581
579
  - Inspired by the need for self-healing applications
582
580
 
583
581
  ## 📞 Support
584
582
 
585
- - 📧 Email: support@code-healer.com
583
+ - 📧 Email: deepan.ppgit@gmail.com
584
+ - 🔗 LinkedIn: [Deepan Kumar](https://www.linkedin.com/in/deepan-kumar-5972a0a8/)
586
585
  - 🐛 Issues: [GitHub Issues](https://github.com/deepan-g2/code-healer/issues)
587
586
  - 📖 Documentation: [docs.code-healer.com](https://docs.code-healer.com)
588
587
 
589
588
  ---
590
589
 
591
590
  **CodeHealer** - Because your code deserves to heal itself! 🏥✨
591
+
592
+ ---
593
+
594
+ **Built with ❤️ by [Deepan Kumar](https://www.linkedin.com/in/deepan-kumar-5972a0a8/)**
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CodeHealer
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: code_healer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Deepan Kumar