scrapper / postrunner

Application to manage FIT files such as those produced by Garmin fitness devices
GNU General Public License v2.0
62 stars 14 forks source link

Update dependencies. Test via github actions on various rubies #25

Closed ngiger closed 3 years ago

ngiger commented 3 years ago

I still have the problem being unable to update the old PEROBS database (I can live with loosing the old data).

Here is my first patch, to ensure, that the gem works with various versions of ruby and that the spec tests will be run for each commit and pull request.

It could be extended to run under MacOSX and Windows, but I am interested in working for non free OS.

ngiger commented 3 years ago

Take a look at the tasks defined via bundle exec rake --tasks.

E.g. bundle exec rake clean spec release eases the task to publish a new version.