File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 33
44## 0.2.x
55
6+ ### 0.2.25
7+
8+ * support rails 7 ([ PR 100] ( https://github.com/jenseng/hair_trigger/pull/100 ) )
9+ * filtering support for schema dumper ([ PR 96] ( https://github.com/jenseng/hair_trigger/pull/96 ) )
10+
611### 0.2.24
712
813* add postgis support ([ PR #88 ] ( https://github.com/jenseng/hair_trigger/pull/88 ) )
Original file line number Diff line number Diff line change 1- Copyright (c) 2011-2015 Jon Jensen
1+ Copyright (c) 2011-2022 Jon Jensen
22
33Permission is hereby granted, free of charge, to any person obtaining
44a copy of this software and associated documentation files (the
Original file line number Diff line number Diff line change @@ -363,4 +363,4 @@ to manage all that w/ automagical gemfiles. So the tl;dr when testing locally is
363363
364364## Copyright
365365
366- Copyright (c) 2011-2021 Jon Jensen. See LICENSE.txt for further details.
366+ Copyright (c) 2011-2022 Jon Jensen. See LICENSE.txt for further details.
Original file line number Diff line number Diff line change 11module HairTrigger
2- VERSION = "0.2.24 "
2+ VERSION = "0.2.25 "
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