pg_objects 0.5.9 → 0.5.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '049bce8661041f9b23d32930886d79dc93e2bd8a123c265b96e8a20ca148fee4'
4
- data.tar.gz: da7d45ee58e1241ae0a04485d98c43eec07cdb5f0b5de219b438d4e38d9c192a
3
+ metadata.gz: 51a197f34cda82ae96bec65d995a31318415dfa7cef33151c504bb2a96c26891
4
+ data.tar.gz: f7ca8ffc563afcf354a09f25fbb2a54829894241fb8b659b2b8827fd2e840fe6
5
5
  SHA512:
6
- metadata.gz: 18d0ed9debf1a42325412081ad13dcdec15bb86dd6cb245b1ea93fcb90f042a4d3e83973e6df6440c6be5df345025faa872b8d709b1f2c87cde91df61b3f6534
7
- data.tar.gz: 007e19371fed9114310166093e3af455c45c284a0b222c8e822aef29a521979acba0d921e031f7040c8d2d5b257c2e5c8bd265c8e828edbc061040481a97cae1
6
+ metadata.gz: a64191bb1a96723bbb5597e9c17c8bcbbf1fe2308f4dce4ecc3c2701a10b4457aec0262cd80f9dee7a1218258c85e294cd47f9e957dfd2000964b7e9e18d0c8f
7
+ data.tar.gz: 0dfdede09c0e89f760e3011e6284bc86257c7f0615a8cc318b949ea98065ef1941263181e24d3824955619e54933dd7c2274bb9a99266e103b59a0aa20d8e741
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pg_objects (0.5.9)
4
+ pg_objects (0.5.10)
5
5
  activerecord (>= 6.0.3.5, < 7)
6
6
  pg_query (~> 1)
7
7
  railties (>= 4, < 7)
@@ -10,25 +10,25 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- actionpack (6.1.3.2)
14
- actionview (= 6.1.3.2)
15
- activesupport (= 6.1.3.2)
13
+ actionpack (6.1.4.1)
14
+ actionview (= 6.1.4.1)
15
+ activesupport (= 6.1.4.1)
16
16
  rack (~> 2.0, >= 2.0.9)
17
17
  rack-test (>= 0.6.3)
18
18
  rails-dom-testing (~> 2.0)
19
19
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
20
- actionview (6.1.3.2)
21
- activesupport (= 6.1.3.2)
20
+ actionview (6.1.4.1)
21
+ activesupport (= 6.1.4.1)
22
22
  builder (~> 3.1)
23
23
  erubi (~> 1.4)
24
24
  rails-dom-testing (~> 2.0)
25
25
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
26
- activemodel (6.1.3.2)
27
- activesupport (= 6.1.3.2)
28
- activerecord (6.1.3.2)
29
- activemodel (= 6.1.3.2)
30
- activesupport (= 6.1.3.2)
31
- activesupport (6.1.3.2)
26
+ activemodel (6.1.4.1)
27
+ activesupport (= 6.1.4.1)
28
+ activerecord (6.1.4.1)
29
+ activemodel (= 6.1.4.1)
30
+ activesupport (= 6.1.4.1)
31
+ activesupport (6.1.4.1)
32
32
  concurrent-ruby (~> 1.0, >= 1.0.2)
33
33
  i18n (>= 1.6, < 2)
34
34
  minitest (>= 5.1)
@@ -37,23 +37,23 @@ GEM
37
37
  ast (2.4.2)
38
38
  builder (3.2.4)
39
39
  byebug (11.1.3)
40
- concurrent-ruby (1.1.8)
40
+ concurrent-ruby (1.1.9)
41
41
  crass (1.0.6)
42
42
  diff-lcs (1.4.4)
43
43
  erubi (1.10.0)
44
44
  i18n (1.8.10)
45
45
  concurrent-ruby (~> 1.0)
46
- loofah (2.9.1)
46
+ loofah (2.12.0)
47
47
  crass (~> 1.0.2)
48
48
  nokogiri (>= 1.5.9)
49
49
  method_source (1.0.0)
50
- mini_portile2 (2.5.1)
50
+ mini_portile2 (2.6.1)
51
51
  minitest (5.14.4)
52
- nokogiri (1.11.5)
53
- mini_portile2 (~> 2.5.0)
52
+ nokogiri (1.12.3)
53
+ mini_portile2 (~> 2.6.1)
54
54
  racc (~> 1.4)
55
55
  parallel (1.20.1)
56
- parser (3.0.1.1)
56
+ parser (3.0.2.0)
57
57
  ast (~> 2.4.1)
58
58
  pg_query (1.3.0)
59
59
  racc (1.5.2)
@@ -63,16 +63,16 @@ GEM
63
63
  rails-dom-testing (2.0.3)
64
64
  activesupport (>= 4.2.0)
65
65
  nokogiri (>= 1.6)
66
- rails-html-sanitizer (1.3.0)
66
+ rails-html-sanitizer (1.4.2)
67
67
  loofah (~> 2.3)
68
- railties (6.1.3.2)
69
- actionpack (= 6.1.3.2)
70
- activesupport (= 6.1.3.2)
68
+ railties (6.1.4.1)
69
+ actionpack (= 6.1.4.1)
70
+ activesupport (= 6.1.4.1)
71
71
  method_source
72
- rake (>= 0.8.7)
72
+ rake (>= 0.13)
73
73
  thor (~> 1.0)
74
74
  rainbow (3.0.0)
75
- rake (13.0.3)
75
+ rake (13.0.6)
76
76
  rake-hooks (1.2.3)
77
77
  rake
78
78
  regexp_parser (2.1.1)
@@ -90,24 +90,24 @@ GEM
90
90
  diff-lcs (>= 1.2.0, < 2.0)
91
91
  rspec-support (~> 3.10.0)
92
92
  rspec-support (3.10.2)
93
- rubocop (1.15.0)
93
+ rubocop (1.20.0)
94
94
  parallel (~> 1.10)
95
95
  parser (>= 3.0.0.0)
96
96
  rainbow (>= 2.2.2, < 4.0)
97
97
  regexp_parser (>= 1.8, < 3.0)
98
98
  rexml
99
- rubocop-ast (>= 1.5.0, < 2.0)
99
+ rubocop-ast (>= 1.9.1, < 2.0)
100
100
  ruby-progressbar (~> 1.7)
101
101
  unicode-display_width (>= 1.4.0, < 3.0)
102
- rubocop-ast (1.5.0)
102
+ rubocop-ast (1.11.0)
103
103
  parser (>= 3.0.1.1)
104
- rubocop-rails (2.10.1)
104
+ rubocop-rails (2.11.3)
105
105
  activesupport (>= 4.2.0)
106
106
  rack (>= 1.1)
107
107
  rubocop (>= 1.7.0, < 2.0)
108
- rubocop-rake (0.5.1)
109
- rubocop
110
- rubocop-rspec (2.3.0)
108
+ rubocop-rake (0.6.0)
109
+ rubocop (~> 1.0)
110
+ rubocop-rspec (2.4.0)
111
111
  rubocop (~> 1.0)
112
112
  rubocop-ast (>= 1.1.0)
113
113
  ruby-progressbar (1.11.0)
data/README.md CHANGED
@@ -28,7 +28,7 @@ Or install it yourself as:
28
28
 
29
29
  Put DB objects as CREATE (or CREATE OR UPDATE) queries in files to directory structure (default: *db/objects*).
30
30
 
31
- You can control order of creating by using directive depends_on in SQL comment:
31
+ You can control order of creating by using directive *depends_on* in SQL comment:
32
32
 
33
33
  ```sql
34
34
  --!depends_on my_another_func
@@ -1,3 +1,3 @@
1
1
  module PgObjects
2
- VERSION = '0.5.9'.freeze
2
+ VERSION = '0.5.10'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pg_objects
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.9
4
+ version: 0.5.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Denis Kiselyov
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-05-22 00:00:00.000000000 Z
11
+ date: 2021-08-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -235,7 +235,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
235
235
  - !ruby/object:Gem::Version
236
236
  version: '0'
237
237
  requirements: []
238
- rubygems_version: 3.0.3
238
+ rubygems_version: 3.1.4
239
239
  signing_key:
240
240
  specification_version: 4
241
241
  summary: Simple manager for PostgreSQL objects like triggers and functions