pg_objects 0.5.7 → 0.5.8

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: e4d48a39a60307b602d2ee15454be63520ae2a72238235a0f212d643ced03981
4
+ data.tar.gz: 90853cbeecfa2b29e02edc38d65ff73ef7033a76212f1e6274261c03523029c6
5
5
  SHA512:
6
- metadata.gz: 8b075184b7b644f8574d8dc4c6a459860dd6f90f1db4e49232095b776f65b6ba71a76a04b168efdf30455c85e86927122f92077dc4b8b0f7ba5d76aa9e6c1405
7
- data.tar.gz: f4c58b5fe56c2c5f1c165022f9939a614d1e66b3e2c458fd037f534abd4ab12fdd5cb62f6277f2f390168966782868c5b651be11bfc7e96e7f82ed441f883b67
6
+ metadata.gz: 7a4f338ecc06f249f1feabd6543f9d3f7d0e2993ab4add354e82866d9922aa6e8163a3dfd05b8216ab2d629413229839c4c62e5bada1f69706633b83f42ed350
7
+ data.tar.gz: 531b431526ce2656f227758f5e8f7eeb9638510f468e726be23ef928743d5d4d625ba40fbb5c3a0973d3e338aefc3651377bac85480d8c524f39278b992e7716
data/Gemfile.lock CHANGED
@@ -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.3.2)
14
+ actionview (= 6.1.3.2)
15
+ activesupport (= 6.1.3.2)
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.3.2)
21
+ activesupport (= 6.1.3.2)
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.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)
32
32
  concurrent-ruby (~> 1.0, >= 1.0.2)
33
33
  i18n (>= 1.6, < 2)
34
34
  minitest (>= 5.1)
@@ -47,11 +47,13 @@ GEM
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
51
  minitest (5.14.4)
51
- nokogiri (1.11.3-x86_64-darwin)
52
+ nokogiri (1.11.3)
53
+ mini_portile2 (~> 2.5.0)
52
54
  racc (~> 1.4)
53
55
  parallel (1.20.1)
54
- parser (3.0.1.0)
56
+ parser (3.0.1.1)
55
57
  ast (~> 2.4.1)
56
58
  pg_query (1.3.0)
57
59
  racc (1.5.2)
@@ -63,9 +65,9 @@ GEM
63
65
  nokogiri (>= 1.6)
64
66
  rails-html-sanitizer (1.3.0)
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.3.2)
69
+ actionpack (= 6.1.3.2)
70
+ activesupport (= 6.1.3.2)
69
71
  method_source
70
72
  rake (>= 0.8.7)
71
73
  thor (~> 1.0)
@@ -88,24 +90,24 @@ 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.14.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.5.0, < 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.5.0)
103
+ parser (>= 3.0.1.1)
104
+ rubocop-rails (2.10.1)
103
105
  activesupport (>= 4.2.0)
104
106
  rack (>= 1.1)
105
- rubocop (>= 0.90.0, < 2.0)
107
+ rubocop (>= 1.7.0, < 2.0)
106
108
  rubocop-rake (0.5.1)
107
109
  rubocop
108
- rubocop-rspec (2.2.0)
110
+ rubocop-rspec (2.3.0)
109
111
  rubocop (~> 1.0)
110
112
  rubocop-ast (>= 1.1.0)
111
113
  ruby-progressbar (1.11.0)
@@ -1,3 +1,3 @@
1
1
  module PgObjects
2
- VERSION = '0.5.7'.freeze
2
+ VERSION = '0.5.8'.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.8
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-05-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord