File tree 3 files changed +17
-12
lines changed
lib/activerecord-clean-db-structure
3 files changed +17
-12
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.2.6 2018-03-11
4
+
5
+ * Fix regular expressions to support schema qualification changes in 10.3
6
+
7
+
3
8
## 0.2.5 2017-11-15
4
9
5
10
* Filter out indices belonging partitioned tables
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- activerecord-clean-db-structure (0.2.5 )
4
+ activerecord-clean-db-structure (0.2.6 )
5
5
activerecord (>= 4.2 )
6
6
7
7
GEM
8
8
remote: https://rubygems.org/
9
9
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 )
15
15
arel (~> 8.0 )
16
- activesupport (5.1.4 )
16
+ activesupport (5.1.5 )
17
17
concurrent-ruby (~> 1.0 , >= 1.0.2 )
18
18
i18n (~> 0.7 )
19
19
minitest (~> 5.1 )
20
20
tzinfo (~> 1.1 )
21
21
arel (8.0.0 )
22
22
concurrent-ruby (1.0.5 )
23
- i18n (0.9.1 )
23
+ i18n (0.9.5 )
24
24
concurrent-ruby (~> 1.0 )
25
- minitest (5.10 .3 )
25
+ minitest (5.11 .3 )
26
26
rake (0.9.6 )
27
27
thread_safe (0.3.6 )
28
- tzinfo (1.2.4 )
28
+ tzinfo (1.2.5 )
29
29
thread_safe (~> 0.1 )
30
30
31
31
PLATFORMS
@@ -36,4 +36,4 @@ DEPENDENCIES
36
36
rake (~> 0 )
37
37
38
38
BUNDLED WITH
39
- 1.16.0
39
+ 1.16.1
Original file line number Diff line number Diff line change 1
1
module ActiveRecordCleanDbStructure
2
- VERSION = '0.2.5 '
2
+ VERSION = '0.2.6 '
3
3
end
You can’t perform that action at this time.
0 commit comments