dblock / strava-ruby-client

A complete Ruby client for the Strava API v3.
https://code.dblock.org/2018/11/27/writing-a-new-strava-api-ruby-client.html
MIT License
97 stars 22 forks source link

Fixing Stravas faulty start_date_local implementation #39

Closed simonneutert closed 2 years ago

simonneutert commented 3 years ago

@dblock, please, let me know if this is a valid way for your fixing all occurrences of start_date_local ✌️

i will then implement my fix to all the other models/specs

dblock commented 2 years ago

Want to finish this @simonneutert?

simonneutert commented 2 years ago

okay, here's what I could come up with so far ...

Please, comment or hit the box if you are complying.

Good

Bad

Ugly

dangerpr-bot commented 2 years ago
1 Warning
:warning: Unless you're refactoring existing code or improving documentation, please update CHANGELOG.md.

Here's an example of a CHANGELOG.md entry:

* [#39](https://github.com/dblock/strava-ruby-client/pull/39): Fixing stravas faulty start_date_local implementation - [@simonneutert](https://github.com/simonneutert).

Generated by :no_entry_sign: Danger