MyWeight is a body mass tracker focused on make easy to input new data and check your weight history.
If yon don't have experience with Ruby we recommend rbenv:
brew install rbenv
rbenv init
echo 'eval "$(rbenv init -)"' >> ~/.bash_profile
Install the Ruby version used on the project:
rbenv install `cat .ruby-version`
gem install bundler
Nobody likes to type 😉
Brew has a repository only for auto completions:
brew tap homebrew/completions
brew install bash-completion
brew install rake-completion
Don't forget to add to your .bash_profile
:
if [ -f $(brew --prefix)/etc/bash_completion ]; then
. $(brew --prefix)/etc/bash_completion
fi
git submodule update --init --recursive
rake setup
rake xcode:tests
- Diogo Tridapalli - main developer
This project is licensed under the MIT License - see the LICENSE file for details.
- Marcel Müller
- Bruno Koga
- Bruno Mazzo
- Igor Castañeda Ferreira
- Juliana Chahoud
- All beta testers