Commit 9f8c5d051fd35ebb6ff91f7f8004a4a6a1c1a435
1 parent
6648895f
Exists in
master
and in
17 other branches
Version bump to 2.2.0
Showing
3 changed files
with
4 additions
and
4 deletions
Show diff stats
CHANGELOG.md
README.md
... | ... | @@ -137,7 +137,7 @@ User.group_by_hour_of_day(:created_at, format: "%l %P").count.keys.first # 12 am |
137 | 137 | |
138 | 138 | Takes a `String`, which is passed to [strftime](http://strfti.me/), or a `Proc` |
139 | 139 | |
140 | -## Arrays and Hashes [master] | |
140 | +## Arrays and Hashes | |
141 | 141 | |
142 | 142 | ```ruby |
143 | 143 | users.group_by_day{|u| u.created_at } # or group_by_day(&:created_at) | ... | ... |
lib/groupdate/version.rb