Skip to content

Commit 022237e

Browse files
committed
Release 0.2.6
1 parent 5826e71 commit 022237e

File tree

3 files changed

+17
-12
lines changed

3 files changed

+17
-12
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.2.6 2018-03-11
4+
5+
* Fix regular expressions to support schema qualification changes in 10.3
6+
7+
38
## 0.2.5 2017-11-15
49

510
* Filter out indices belonging partitioned tables

Gemfile.lock

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
PATH
22
remote: .
33
specs:
4-
activerecord-clean-db-structure (0.2.5)
4+
activerecord-clean-db-structure (0.2.6)
55
activerecord (>= 4.2)
66

77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
activemodel (5.1.4)
11-
activesupport (= 5.1.4)
12-
activerecord (5.1.4)
13-
activemodel (= 5.1.4)
14-
activesupport (= 5.1.4)
10+
activemodel (5.1.5)
11+
activesupport (= 5.1.5)
12+
activerecord (5.1.5)
13+
activemodel (= 5.1.5)
14+
activesupport (= 5.1.5)
1515
arel (~> 8.0)
16-
activesupport (5.1.4)
16+
activesupport (5.1.5)
1717
concurrent-ruby (~> 1.0, >= 1.0.2)
1818
i18n (~> 0.7)
1919
minitest (~> 5.1)
2020
tzinfo (~> 1.1)
2121
arel (8.0.0)
2222
concurrent-ruby (1.0.5)
23-
i18n (0.9.1)
23+
i18n (0.9.5)
2424
concurrent-ruby (~> 1.0)
25-
minitest (5.10.3)
25+
minitest (5.11.3)
2626
rake (0.9.6)
2727
thread_safe (0.3.6)
28-
tzinfo (1.2.4)
28+
tzinfo (1.2.5)
2929
thread_safe (~> 0.1)
3030

3131
PLATFORMS
@@ -36,4 +36,4 @@ DEPENDENCIES
3636
rake (~> 0)
3737

3838
BUNDLED WITH
39-
1.16.0
39+
1.16.1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ActiveRecordCleanDbStructure
2-
VERSION = '0.2.5'
2+
VERSION = '0.2.6'
33
end

0 commit comments

Comments
 (0)