pg_objects 1.0.0 → 1.0.1

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: 20d040eaab99c019cb6d394c6c3dc7b44f645f941b503098369805c498b3b3ae
4
- data.tar.gz: e4d23e87e9c3164bbf25a9e213a9b7869dda65380c6a7834f0b44da1ddd3a5af
3
+ metadata.gz: 2a4d4d3c41f35ec0e5129b798e60217798d3b8ee07698fcdd7964bdd19b65fbb
4
+ data.tar.gz: c463d4f59980e65e98539f67eaa1844bdccbd24f4725066fc09698513af1f8e1
5
5
  SHA512:
6
- metadata.gz: 552bf1b91d45ae731ead04730b9213f339030657ffb589e5e1856e77ea25d6150a27aaa66d997dad6e96d9eddb08e7c71e32b898104f16d665ef96b5e159dd88
7
- data.tar.gz: a9b003b346045b2d3f6d21fed2b7014f4dc908c342babe527e69eff059a3d3f2740352e7cd34e35e66783f495e2c5d831a4964a0f01d2f5fc1e1b52f5231602c
6
+ metadata.gz: 0cf962f9efef35866eaa95be8bba9e5e37204bc93ed14d854f79b674202e738ec24f564a6ca85a8c2a67b54a11da5a336b2280cbe54216ce4471ec50e87faa49
7
+ data.tar.gz: 35a17d99167c05410e8bd1886902a68e92d794836b87380052cfccbd140e85784c754936f1b86456a7f3288326c41723a0a7f0c612f178295cc8cf67064d4693
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pg_objects (1.0.0)
4
+ pg_objects (1.0.1)
5
5
  activerecord (>= 6.0.3.5, < 7)
6
6
  pg_query (~> 1)
7
7
  railties (>= 4, < 7)
@@ -47,13 +47,13 @@ GEM
47
47
  i18n (1.12.0)
48
48
  concurrent-ruby (~> 1.0)
49
49
  json (2.6.3)
50
- loofah (2.19.1)
50
+ loofah (2.20.0)
51
51
  crass (~> 1.0.2)
52
52
  nokogiri (>= 1.5.9)
53
53
  method_source (1.0.0)
54
54
  mini_portile2 (2.8.1)
55
55
  minitest (5.18.0)
56
- nokogiri (1.14.2)
56
+ nokogiri (1.14.3)
57
57
  mini_portile2 (~> 2.8.0)
58
58
  racc (~> 1.4)
59
59
  parallel (1.22.1)
@@ -94,21 +94,21 @@ GEM
94
94
  diff-lcs (>= 1.2.0, < 2.0)
95
95
  rspec-support (~> 3.12.0)
96
96
  rspec-support (3.12.0)
97
- rubocop (1.48.1)
97
+ rubocop (1.50.1)
98
98
  json (~> 2.3)
99
99
  parallel (~> 1.10)
100
100
  parser (>= 3.2.0.0)
101
101
  rainbow (>= 2.2.2, < 4.0)
102
102
  regexp_parser (>= 1.8, < 3.0)
103
103
  rexml (>= 3.2.5, < 4.0)
104
- rubocop-ast (>= 1.26.0, < 2.0)
104
+ rubocop-ast (>= 1.28.0, < 2.0)
105
105
  ruby-progressbar (~> 1.7)
106
106
  unicode-display_width (>= 2.4.0, < 3.0)
107
107
  rubocop-ast (1.28.0)
108
108
  parser (>= 3.2.1.0)
109
109
  rubocop-capybara (2.17.1)
110
110
  rubocop (~> 1.41)
111
- rubocop-rails (2.18.0)
111
+ rubocop-rails (2.19.0)
112
112
  activesupport (>= 4.2.0)
113
113
  rack (>= 1.1)
114
114
  rubocop (>= 1.33.0, < 2.0)
@@ -140,4 +140,4 @@ DEPENDENCIES
140
140
  rubocop-rspec
141
141
 
142
142
  BUNDLED WITH
143
- 2.3.7
143
+ 2.4.12
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module PgObjects
2
- VERSION = '1.0.0'.freeze
4
+ VERSION = '1.0.1'
3
5
  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: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Denis Kiselyov
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-04-01 00:00:00.000000000 Z
11
+ date: 2023-04-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -139,7 +139,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
139
139
  - !ruby/object:Gem::Version
140
140
  version: '0'
141
141
  requirements: []
142
- rubygems_version: 3.3.7
142
+ rubygems_version: 3.4.12
143
143
  signing_key:
144
144
  specification_version: 4
145
145
  summary: Simple manager for PostgreSQL objects like triggers and functions