README.md in runby_pace-0.2.50.111 vs README.md in runby_pace-0.2.55

- old
+ new

@@ -4,11 +4,10 @@ humanoid biped variety, complete with oscillating appendages and prolific perspiration. :) | | | | --- | --- | | **Build** | [![Build Status](https://travis-ci.org/tygerbytes/runby-pace.svg?branch=master)](https://travis-ci.org/tygerbytes/runby-pace) | -| **Grade** | [![Codacy Badge](https://api.codacy.com/project/badge/Grade/7c228c8601ff4eeb9dfe0f6c60867f25)](https://www.codacy.com/app/tygerbytes/runby-pace?utm_source=github.com&utm_medium=referral&utm_content=tygerbytes/runby-pace&utm_campaign=badger) | | **Coverage** | [![Coverage Status](https://coveralls.io/repos/github/tygerbytes/runby-pace/badge.svg?branch=master)](https://coveralls.io/github/tygerbytes/runby-pace?branch=master) | | **Gem** | [![gem](https://img.shields.io/gem/v/runby_pace.svg)](https://rubygems.org/gems/runby_pace) | [![Build history](https://buildstats.info/travisci/chart/tygerbytes/runby-pace)](https://travis-ci.org/tygerbytes/runby-pace/builds) @@ -19,14 +18,12 @@ Long Run table, and it tells you that you should try to maintain a pace of 5:30-6:19 minutes per kilometer. So this is great, but a little tedious. RunbyPace automates this whole process by calculating all of the paces for you. All you need is your current 5K time and some Ruby, and you're off running at just the right pace. -RunbyPace also encapsulates the logic and math necessary for many running-related calculations based on time, pace, speed, unit coversions, etc. If you're tired of constantly converting minutes and seconds to decimal and back again, RunbyPace is for you. +Note that this project is currently being developed, so much of the functionality is pending. -[![RunbyPace logo](misc/runbypace_logo.png)](https://runbypace.com) - ## Installation Add this line to your application's Gemfile: ```ruby @@ -35,34 +32,26 @@ And then execute: $ bundle -Or install it yourself: +Or install it yourself as: $ gem install runby_pace ## Usage -I plan to craft better docs in the future, but for now the **specs** make for excellent class usage documentation: https://github.com/tygerbytes/runby-pace/tree/master/spec/runby_pace +TODO: Coming soon... When the class interfaces are fleshed out. -For a live front end written in **Rails**, see https://runbypace.com. It's code will be open-sourced as well, as soon as we can guarantee secure deployment. - -For an open-source example front end written in **Elm**, see https://github.com/tygerbytes/pacebyelm - -The CLI is still in its infancy, but the gem comes with a basic CLI/REPL (`bin/runbypace`) - ## Development -After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` or `bin/runbypace` for an interactive prompt that will allow you to experiment. +After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment. -To install this gem onto your local machine, run `bundle exec rake install`. +To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org). ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/tygerbytes/runby-pace. - -Contribute front-end and CLI ideas at [@runbypace](https://twitter.com/runbypace). ## Acknowledgements Crafted with care, with the support of [JetBrains RubyMine](https://www.jetbrains.com/ruby/)