From fd7110b18af9607106a3eb157d7cacc67b13a8ba Mon Sep 17 00:00:00 2001 From: Xavi Ablaza Date: Wed, 2 Apr 2025 16:31:03 +0700 Subject: [PATCH 1/2] Update version to 1.0.2 Use crystal ~> 1.14.0 Update authors --- shard.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/shard.yml b/shard.yml index 1a677c8..71f910e 100644 --- a/shard.yml +++ b/shard.yml @@ -1,17 +1,10 @@ name: fleet_app_client -version: 1.0.1 - +version: 1.0.2 authors: - - Pauline De Polonia - Xavi Ablaza - - Manuel Tinio - - Rafael Cadorna - -crystal: ~> 1.12.1 - +crystal: ~> 1.14.0 development_dependencies: webmock: github: manastech/webmock.cr branch: master - license: MIT From f81a5ce05422d8b7bbff0f1efa73ff1ed4c2c31d Mon Sep 17 00:00:00 2001 From: Xavi Ablaza Date: Wed, 2 Apr 2025 16:31:48 +0700 Subject: [PATCH 2/2] Update README with proper fork url Update authors --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 6b2f6a7..1ca8169 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ FleetApp::Server.get_details("2012197.xyz", "core_keeper", "1234") ## Contributing -1. Fork it () +1. Fork it () 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) @@ -68,7 +68,4 @@ FleetApp::Server.get_details("2012197.xyz", "core_keeper", "1234") ## Contributors -- [Pauline De Polonia](https://github.com/paula4230) - creator -- [Manuel Tinio](https://github.com/Weltinio) - maintainer - [Xavi Ablaza](https://github.com/xaviablaza) - maintainer -- [Rafael Cadorna](https://github.com/jcads) - maintainer