osem
https://github.com/opensuse/osem
Ruby
Open Source Event Manager. An event management tool tailored to Free and Open Source Software conferences.
Conference#valid_times_range?
Checks if start hour of the conference is greater or equal than the end hour and that both hours are beetween 0 and 24 Reports an error when such a condition is found
Edit
git clone [email protected]:opensuse/osem.git
cd osem
open app/models/conference.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Conference-valid_times_range--for-pr
# Commit to gitgit add app/models/conference.rbgit commit -m "better docs for Conference#valid_times_range?"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Conference-valid_times_range--for-pr
hub pull-request
# Celebrate!