File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 33
44## 0.2.x
55
6+ ### 0.2.24
7+
8+ * add postgis support ([ PR #88 ] ( https://github.com/jenseng/hair_trigger/pull/88 ) )
9+ * fix ruby 2.7 warnings ([ PR #90 ] ( https://github.com/jenseng/hair_trigger/pull/90 ) )
10+ * fix loading/initialization issue ([ PR #92 ] ( https://github.com/jenseng/hair_trigger/pull/92 ) )
11+
612### 0.2.23
713
814* rails 6 support ([ PR #83 ] ( https://github.com/jenseng/hair_trigger/pull/83 ) )
Original file line number Diff line number Diff line change @@ -348,4 +348,4 @@ that w/ automagical gemfiles. So the tl;dr when testing locally is:
348348
349349## Copyright
350350
351- Copyright (c) 2011-2019 Jon Jensen. See LICENSE.txt for further details.
351+ Copyright (c) 2011-2021 Jon Jensen. See LICENSE.txt for further details.
Original file line number Diff line number Diff line change 11module HairTrigger
2- VERSION = "0.2.23 "
2+ VERSION = "0.2.24 "
33
44 def VERSION . <=>( other )
55 split ( /\. / ) . map ( &:to_i ) <=> other . split ( /\. / ) . map ( &:to_i )
You can’t perform that action at this time.
0 commit comments