0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 1 hour ago.
Mar 24, 2025 — Mar 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bump version to 0.3.3 More... over 6 years ago
Merge pull request #10 from muellerj/master More... over 6 years ago
Silence warnings More... over 6 years ago
Update gems to current versions More... over 6 years ago
Add missing require to `rounded_time.rb` More... about 7 years ago
Bump version to 0.3.2 More... about 7 years ago
Merge pull request #9 from jdickey/add-to_rounded_s-to-gemspec More... about 7 years ago
Add omitted new source file to timerizer.gemspec More... about 7 years ago
Add links in CHANGELOG More... about 7 years ago
Bump version to 0.3.1 More... about 7 years ago
Remove `bin/setup` More... about 7 years ago
Merge pull request #8 from jdickey/jd-to_rounded_s More... about 7 years ago
Add Duration#to_rounded_s method More... about 7 years ago
Fix formatting error in README More... over 8 years ago
Bump version to 0.3.0 More... over 8 years ago
Fix typo in documentation for `Duration#before` More... over 8 years ago
Add CHANGELOG More... over 8 years ago
Clean up README More... over 8 years ago
Add missing files to `timerizer.gemspec` More... over 8 years ago
Add `timerizer/core` to include core types More... over 8 years ago
Refactor unit methods in `Duration` and `Integer` to add proper docs More... over 8 years ago
Add specs to test for unit method definitions in `Duration` and `Integer` More... over 8 years ago
Clean up `Duration` documentation More... over 8 years ago
Rename `Duration::SYNTAXES` to `Duration::FORMATS` More... over 8 years ago
Remove "centuries" and "millennia" from default Duration formats More... over 8 years ago
Change `Duration#to_s` format shorthand for "month" to "mo" More... over 8 years ago
Implement `Comparable` for `Duration` with `#<=>` More... over 8 years ago
Implement `#*` (multiplication) and `#/` (division) for `Duration` More... over 8 years ago
Add other overloads to `Duration#+` and `Duration#-` More... over 8 years ago
Allow `Duration#to_s` to take `options` that override the default `:long` format More... over 8 years ago