pg_objects 0.5.3 → 0.5.4

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: 6829a683c66ef86b14b8f4a70b2591528cbb0eb1a3c2bf6d3167a7f080042c9c
4
- data.tar.gz: c6fbad943adb9939021e1d166d9992886955d5dd66ac7b116c21d088817779b5
3
+ metadata.gz: 8a2ea1636543961949db0d427907ad3d0f362be5d91ca3c6181d011a928e4415
4
+ data.tar.gz: bcd2eadde5e226ba522f64ea397c03d5649201f44a678ae4b4b0fccc0e506b45
5
5
  SHA512:
6
- metadata.gz: dd22ce8fd3b0bdb353554c4d2ed687d348ba21aff2e24092a3635b607d8f6ab0bec4f1addb7975996764bd2e29cbe1764381b65e8e19a0541f23a4835260cf9f
7
- data.tar.gz: 07e8bc3dc7725a47ee1fc89af4d8e821ae1c2d79041b6d4022748cca003726055ebb3e630acc46a1ba4ab88310b8e0b0e8bd400c7df0d6bf1005a472576b2586
6
+ metadata.gz: 9b0e28ddc241df881e24f275997e8569e354daf20ff92bf89b310423c84109d7ada4a6e2fa2a6f4bf2d9db376e006d6d12c03e1c72cb58451ae1a5d89734413c
7
+ data.tar.gz: 88ec24b594bf63ef82751351b1e566f81d00300f43c277dd08d443cda5608fdf942e336575913fa847a963e06bbb0be2c437aecb28a97a86d9949f49e3c6ffca
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pg_objects (0.5.2)
4
+ pg_objects (0.5.4)
5
5
  activerecord (>= 4, < 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.0.2.1)
14
- actionview (= 6.0.2.1)
15
- activesupport (= 6.0.2.1)
13
+ actionpack (6.0.2.2)
14
+ actionview (= 6.0.2.2)
15
+ activesupport (= 6.0.2.2)
16
16
  rack (~> 2.0, >= 2.0.8)
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.0.2.1)
21
- activesupport (= 6.0.2.1)
20
+ actionview (6.0.2.2)
21
+ activesupport (= 6.0.2.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.0.2.1)
27
- activesupport (= 6.0.2.1)
28
- activerecord (6.0.2.1)
29
- activemodel (= 6.0.2.1)
30
- activesupport (= 6.0.2.1)
31
- activesupport (6.0.2.1)
26
+ activemodel (6.0.2.2)
27
+ activesupport (= 6.0.2.2)
28
+ activerecord (6.0.2.2)
29
+ activemodel (= 6.0.2.2)
30
+ activesupport (= 6.0.2.2)
31
+ activesupport (6.0.2.2)
32
32
  concurrent-ruby (~> 1.0, >= 1.0.2)
33
33
  i18n (>= 0.7, < 2)
34
34
  minitest (~> 5.1)
@@ -47,7 +47,7 @@ GEM
47
47
  loofah (2.4.0)
48
48
  crass (~> 1.0.2)
49
49
  nokogiri (>= 1.5.9)
50
- method_source (0.9.2)
50
+ method_source (1.0.0)
51
51
  mini_portile2 (2.4.0)
52
52
  minitest (5.14.0)
53
53
  nokogiri (1.10.9)
@@ -64,9 +64,9 @@ GEM
64
64
  nokogiri (>= 1.6)
65
65
  rails-html-sanitizer (1.3.0)
66
66
  loofah (~> 2.3)
67
- railties (6.0.2.1)
68
- actionpack (= 6.0.2.1)
69
- activesupport (= 6.0.2.1)
67
+ railties (6.0.2.2)
68
+ actionpack (= 6.0.2.2)
69
+ activesupport (= 6.0.2.2)
70
70
  method_source
71
71
  rake (>= 0.8.7)
72
72
  thor (>= 0.20.3, < 2.0)
@@ -81,7 +81,7 @@ GEM
81
81
  rspec-mocks (~> 3.9.0)
82
82
  rspec-core (3.9.1)
83
83
  rspec-support (~> 3.9.1)
84
- rspec-expectations (3.9.0)
84
+ rspec-expectations (3.9.1)
85
85
  diff-lcs (>= 1.2.0, < 2.0)
86
86
  rspec-support (~> 3.9.0)
87
87
  rspec-mocks (3.9.1)
@@ -1,3 +1,3 @@
1
1
  module PgObjects
2
- VERSION = '0.5.3'.freeze
2
+ VERSION = '0.5.4'.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.3
4
+ version: 0.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Denis Kiselyov
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-03-11 00:00:00.000000000 Z
11
+ date: 2020-03-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord