Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,12 @@ FleetApp::Server.get_details("2012197.xyz", "core_keeper", "1234")

## Contributing

1. Fork it (<https://github.com/your-github-user/fleet_app_client/fork>)
1. Fork it (<https://github.com/hostari/fleet_app_client/fork>)
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`)
5. Create a new Pull Request

## 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
11 changes: 2 additions & 9 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
name: fleet_app_client
version: 1.0.1

version: 1.0.2
authors:
- Pauline De Polonia <pauline@hostari.com>
- Xavi Ablaza <xavi@hostari.com>
- Manuel Tinio <manuel@hostari.com>
- Rafael Cadorna <rafael@hostari.com>

crystal: ~> 1.12.1

crystal: ~> 1.14.0
development_dependencies:
webmock:
github: manastech/webmock.cr
branch: master

license: MIT
Loading