pg_objects 0.5.12 → 0.5.13

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: 7cbcc1912798a11200339ee778c553eec549400db8d61b33b3b40fd32dcbd2cc
4
- data.tar.gz: 581ad580549d647b2891f05b3c5d4a4b73867a0bbfcadd17037e28e99acba27c
3
+ metadata.gz: a2f8e5b5fa144c919c181751d97e366a335c2940d48c3f5c48f9b2f6c74fde6f
4
+ data.tar.gz: f49c9369ddf525210a6b5efdfa55bb0e935a7fbd7ce0795561c679deb7178217
5
5
  SHA512:
6
- metadata.gz: c102a5fc0e7a1f96c38c26375877b5a22acea430a232dcd1d678371f691a24217d3d2b529a41ee4a082a680f31694d098d6b3947dad12f8cfd08b2b010ac8a44
7
- data.tar.gz: 31c09b9e711d56dc290765b40d609c4f7037acb1b1c432d0c3315c48fd829b4e7c78c7780e94ab42c620b3842740cf1a14663f55bdc53c9d35d9d0a4b7de8eb4
6
+ metadata.gz: 64e6c9821ff222f420b7aaf25b06be8c217d1dc52a13998731643b4f1014a8b7dcb1186acacbd01a36eb0520f4b825cc1a059e6837b1e94487a36d96e0f7acfe
7
+ data.tar.gz: 2a4c54a6c984cbbf902d236ed8d9243d5e0a1bebbe98ed2bc2fc05e9d33533ac29ca9f291b848f080a9a4f648cd6774a72a635949367bd62d88374c11f4976a5
data/.travis.yml CHANGED
@@ -1,9 +1,9 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 2.5.9
4
- - 2.6.7
5
- - 2.7.3
6
- - 3.0.1
3
+ - 2.6.10
4
+ - 2.7.6
5
+ - 3.0.4
6
+ - 3.1.2
7
7
  before_install: gem install bundler -v 1.16.2
8
8
  script:
9
9
  - bundle exec rspec spec
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pg_objects (0.5.11)
4
+ pg_objects (0.5.13)
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.5)
14
- actionview (= 6.1.5)
15
- activesupport (= 6.1.5)
13
+ actionpack (6.1.6)
14
+ actionview (= 6.1.6)
15
+ activesupport (= 6.1.6)
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.5)
21
- activesupport (= 6.1.5)
20
+ actionview (6.1.6)
21
+ activesupport (= 6.1.6)
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.5)
27
- activesupport (= 6.1.5)
28
- activerecord (6.1.5)
29
- activemodel (= 6.1.5)
30
- activesupport (= 6.1.5)
31
- activesupport (6.1.5)
26
+ activemodel (6.1.6)
27
+ activesupport (= 6.1.6)
28
+ activerecord (6.1.6)
29
+ activemodel (= 6.1.6)
30
+ activesupport (= 6.1.6)
31
+ activesupport (6.1.6)
32
32
  concurrent-ruby (~> 1.0, >= 1.0.2)
33
33
  i18n (>= 1.6, < 2)
34
34
  minitest (>= 5.1)
@@ -43,31 +43,29 @@ GEM
43
43
  erubi (1.10.0)
44
44
  i18n (1.10.0)
45
45
  concurrent-ruby (~> 1.0)
46
- loofah (2.15.0)
46
+ loofah (2.18.0)
47
47
  crass (~> 1.0.2)
48
48
  nokogiri (>= 1.5.9)
49
49
  method_source (1.0.0)
50
- mini_portile2 (2.8.0)
51
- minitest (5.15.0)
52
- nokogiri (1.13.3)
53
- mini_portile2 (~> 2.8.0)
50
+ minitest (5.16.0)
51
+ nokogiri (1.13.6-x86_64-linux)
54
52
  racc (~> 1.4)
55
- parallel (1.22.0)
56
- parser (3.1.1.0)
53
+ parallel (1.22.1)
54
+ parser (3.1.2.0)
57
55
  ast (~> 2.4.1)
58
56
  pg_query (1.3.0)
59
57
  racc (1.6.0)
60
- rack (2.2.3)
58
+ rack (2.2.3.1)
61
59
  rack-test (1.1.0)
62
60
  rack (>= 1.0, < 3)
63
61
  rails-dom-testing (2.0.3)
64
62
  activesupport (>= 4.2.0)
65
63
  nokogiri (>= 1.6)
66
- rails-html-sanitizer (1.4.2)
64
+ rails-html-sanitizer (1.4.3)
67
65
  loofah (~> 2.3)
68
- railties (6.1.5)
69
- actionpack (= 6.1.5)
70
- activesupport (= 6.1.5)
66
+ railties (6.1.6)
67
+ actionpack (= 6.1.6)
68
+ activesupport (= 6.1.6)
71
69
  method_source
72
70
  rake (>= 12.2)
73
71
  thor (~> 1.0)
@@ -75,7 +73,7 @@ GEM
75
73
  rake (13.0.6)
76
74
  rake-hooks (1.2.3)
77
75
  rake
78
- regexp_parser (2.2.1)
76
+ regexp_parser (2.5.0)
79
77
  rexml (3.2.5)
80
78
  rspec (3.11.0)
81
79
  rspec-core (~> 3.11.0)
@@ -86,35 +84,35 @@ GEM
86
84
  rspec-expectations (3.11.0)
87
85
  diff-lcs (>= 1.2.0, < 2.0)
88
86
  rspec-support (~> 3.11.0)
89
- rspec-mocks (3.11.0)
87
+ rspec-mocks (3.11.1)
90
88
  diff-lcs (>= 1.2.0, < 2.0)
91
89
  rspec-support (~> 3.11.0)
92
90
  rspec-support (3.11.0)
93
- rubocop (1.26.1)
91
+ rubocop (1.30.1)
94
92
  parallel (~> 1.10)
95
93
  parser (>= 3.1.0.0)
96
94
  rainbow (>= 2.2.2, < 4.0)
97
95
  regexp_parser (>= 1.8, < 3.0)
98
- rexml
99
- rubocop-ast (>= 1.16.0, < 2.0)
96
+ rexml (>= 3.2.5, < 4.0)
97
+ rubocop-ast (>= 1.18.0, < 2.0)
100
98
  ruby-progressbar (~> 1.7)
101
99
  unicode-display_width (>= 1.4.0, < 3.0)
102
- rubocop-ast (1.16.0)
100
+ rubocop-ast (1.18.0)
103
101
  parser (>= 3.1.1.0)
104
- rubocop-rails (2.14.2)
102
+ rubocop-rails (2.15.0)
105
103
  activesupport (>= 4.2.0)
106
104
  rack (>= 1.1)
107
105
  rubocop (>= 1.7.0, < 2.0)
108
106
  rubocop-rake (0.6.0)
109
107
  rubocop (~> 1.0)
110
- rubocop-rspec (2.9.0)
108
+ rubocop-rspec (2.11.1)
111
109
  rubocop (~> 1.19)
112
110
  ruby-progressbar (1.11.0)
113
111
  thor (1.2.1)
114
112
  tzinfo (2.0.4)
115
113
  concurrent-ruby (~> 1.0)
116
114
  unicode-display_width (2.1.0)
117
- zeitwerk (2.5.4)
115
+ zeitwerk (2.6.0)
118
116
 
119
117
  PLATFORMS
120
118
  ruby
@@ -1,3 +1,3 @@
1
1
  module PgObjects
2
- VERSION = '0.5.12'.freeze
2
+ VERSION = '0.5.13'.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.12
4
+ version: 0.5.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Denis Kiselyov
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-03-25 00:00:00.000000000 Z
11
+ date: 2022-06-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -236,7 +236,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
236
236
  - !ruby/object:Gem::Version
237
237
  version: '0'
238
238
  requirements: []
239
- rubygems_version: 3.1.6
239
+ rubygems_version: 3.3.7
240
240
  signing_key:
241
241
  specification_version: 4
242
242
  summary: Simple manager for PostgreSQL objects like triggers and functions