pg_objects 0.5.7 → 0.5.11

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: 8fa8812d6afca180c1d31c4b968097655975ac6e09ce558dd161e1729ef76363
4
- data.tar.gz: 2c99244628c59a1550aa4bd1c4c33ded80a943452993f3e8f4fc4b6bbecf40c5
3
+ metadata.gz: 400f42ee26e5d18abb9bc73acba6ed36cfaa81b7ae7ad46e32d76af86f7d3fe2
4
+ data.tar.gz: 12e8525a09b908e2c32a3af6f39b6b65496f9bb07daa057c941448c2e7489043
5
5
  SHA512:
6
- metadata.gz: 8b075184b7b644f8574d8dc4c6a459860dd6f90f1db4e49232095b776f65b6ba71a76a04b168efdf30455c85e86927122f92077dc4b8b0f7ba5d76aa9e6c1405
7
- data.tar.gz: f4c58b5fe56c2c5f1c165022f9939a614d1e66b3e2c458fd037f534abd4ab12fdd5cb62f6277f2f390168966782868c5b651be11bfc7e96e7f82ed441f883b67
6
+ metadata.gz: 5909da5d659ee9f02ed72e012414ad953e1b55a27195166a705dad32dccff94ee0dbf589bc399bd7c2234460ecf8acb5d48aec64e7df5ac4d5aa137d12714ac8
7
+ data.tar.gz: c3bcce243977fc074f6070543ad7b87a2e6a161c7a231ae9f83d5429e3579ca93be7fdb2e124da3726b0cbe6f5780887a8629a3a741161188a26899453fe324f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pg_objects (0.5.7)
4
+ pg_objects (0.5.11)
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.1)
14
- actionview (= 6.1.3.1)
15
- activesupport (= 6.1.3.1)
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.1)
21
- activesupport (= 6.1.3.1)
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.1)
27
- activesupport (= 6.1.3.1)
28
- activerecord (6.1.3.1)
29
- activemodel (= 6.1.3.1)
30
- activesupport (= 6.1.3.1)
31
- activesupport (6.1.3.1)
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,21 +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.6.1)
50
51
  minitest (5.14.4)
51
- nokogiri (1.11.3-x86_64-darwin)
52
+ nokogiri (1.12.5)
53
+ mini_portile2 (~> 2.6.1)
52
54
  racc (~> 1.4)
53
- parallel (1.20.1)
54
- parser (3.0.1.0)
55
+ parallel (1.21.0)
56
+ parser (3.0.2.0)
55
57
  ast (~> 2.4.1)
56
58
  pg_query (1.3.0)
57
59
  racc (1.5.2)
@@ -61,16 +63,16 @@ GEM
61
63
  rails-dom-testing (2.0.3)
62
64
  activesupport (>= 4.2.0)
63
65
  nokogiri (>= 1.6)
64
- rails-html-sanitizer (1.3.0)
66
+ rails-html-sanitizer (1.4.2)
65
67
  loofah (~> 2.3)
66
- railties (6.1.3.1)
67
- actionpack (= 6.1.3.1)
68
- activesupport (= 6.1.3.1)
68
+ railties (6.1.4.1)
69
+ actionpack (= 6.1.4.1)
70
+ activesupport (= 6.1.4.1)
69
71
  method_source
70
- rake (>= 0.8.7)
72
+ rake (>= 0.13)
71
73
  thor (~> 1.0)
72
74
  rainbow (3.0.0)
73
- rake (13.0.3)
75
+ rake (13.0.6)
74
76
  rake-hooks (1.2.3)
75
77
  rake
76
78
  regexp_parser (2.1.1)
@@ -88,31 +90,30 @@ GEM
88
90
  diff-lcs (>= 1.2.0, < 2.0)
89
91
  rspec-support (~> 3.10.0)
90
92
  rspec-support (3.10.2)
91
- rubocop (1.12.1)
93
+ rubocop (1.21.0)
92
94
  parallel (~> 1.10)
93
95
  parser (>= 3.0.0.0)
94
96
  rainbow (>= 2.2.2, < 4.0)
95
97
  regexp_parser (>= 1.8, < 3.0)
96
98
  rexml
97
- rubocop-ast (>= 1.2.0, < 2.0)
99
+ rubocop-ast (>= 1.9.1, < 2.0)
98
100
  ruby-progressbar (~> 1.7)
99
101
  unicode-display_width (>= 1.4.0, < 3.0)
100
- rubocop-ast (1.4.1)
101
- parser (>= 2.7.1.5)
102
- rubocop-rails (2.9.1)
102
+ rubocop-ast (1.12.0)
103
+ parser (>= 3.0.1.1)
104
+ rubocop-rails (2.12.2)
103
105
  activesupport (>= 4.2.0)
104
106
  rack (>= 1.1)
105
- rubocop (>= 0.90.0, < 2.0)
106
- rubocop-rake (0.5.1)
107
- rubocop
108
- rubocop-rspec (2.2.0)
107
+ rubocop (>= 1.7.0, < 2.0)
108
+ rubocop-rake (0.6.0)
109
109
  rubocop (~> 1.0)
110
- rubocop-ast (>= 1.1.0)
110
+ rubocop-rspec (2.5.0)
111
+ rubocop (~> 1.19)
111
112
  ruby-progressbar (1.11.0)
112
113
  thor (1.1.0)
113
114
  tzinfo (2.0.4)
114
115
  concurrent-ruby (~> 1.0)
115
- unicode-display_width (2.0.0)
116
+ unicode-display_width (2.1.0)
116
117
  zeitwerk (2.4.2)
117
118
 
118
119
  PLATFORMS
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.7'.freeze
2
+ VERSION = '0.5.11'.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.7
4
+ version: 0.5.11
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-04-19 00:00:00.000000000 Z
11
+ date: 2021-09-29 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