pg-eyeballs 1.1.1 → 1.3.0

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: 396f2dfb3cca12adbd1f60f4dff2f95fbe2f1260e50db42c0368d09bf4e8a197
4
- data.tar.gz: 8a9ecefc3a9c8e5852864ad6339cd83b902c1c1d9ae6e0cbed0fd1d1d9aaa322
3
+ metadata.gz: cf32e6d4abf9c087c27d4879941cec4d4c2c808b6a54e4acbb6578b26610b562
4
+ data.tar.gz: 68c4ce627ccc0a23f3b18fd142f9322da89b1a3743c5c63239e5ddb426e942fd
5
5
  SHA512:
6
- metadata.gz: 1ed13682a1498e128d75914facd348a3e231b713105ce46278a47ac27536a39a48d5728af3b4b7d19c01c5ec74025c353e3a4f657ff6df7b69528e33b6334f91
7
- data.tar.gz: 44fd44d54302a3c3fcbbcc79ac76a5b2a0fe8c593f0c167216c55f8ef830a17549197e746ef7530d2b72f1416e355c7cd8cfaa46505e3d6c7d3759ac1a84c265
6
+ metadata.gz: 75432004fef33103320875ef35e789e54c3a865d7d39bdea379489159daebe1961c4a9b45ebb9122dbe40adcdf05a8bd213b94a6ba8a5780e3f9a41ab30b8388
7
+ data.tar.gz: 0c358034d9a81633358dd6cf35ee70bff841a16cf651bcfbdb7d4f0d0064f997ce68728f7ad79b577d6f23e28e0cabc00ed0388f7151221d2eaba4c2cd97b4fa
data/Appraisals CHANGED
@@ -1,7 +1,17 @@
1
1
  appraise "activerecord-4" do
2
2
  gem "activerecord", ">= 4.0.0", "< 5.0.0"
3
+ gem "pg", ">= 0.19.0", "< 1.0.0"
3
4
  end
4
5
 
5
6
  appraise "activerecord-5" do
6
7
  gem "activerecord", ">= 5.0.0", "< 6.0.0"
8
+ gem "pg", ">= 0.19.0", "< 1.0.0"
7
9
  end
10
+
11
+ appraise "activerecord-6" do
12
+ gem "activerecord", ">= 6.0.0", "< 7.0.0"
13
+ end
14
+
15
+ appraise "activerecord-7" do
16
+ gem "activerecord", ">= 7.0.0", "< 8.0.0"
17
+ end
@@ -6,6 +6,7 @@ gem "pry"
6
6
  gem "pry-byebug"
7
7
  gem "awesome_print"
8
8
  gem "appraisal"
9
- gem "activerecord", ">= 4.0.0", "<= 5.0.0"
9
+ gem "activerecord", ">= 4.0.0", "< 5.0.0"
10
+ gem "pg", ">= 0.19.0", "< 1.0.0"
10
11
 
11
- gemspec :path => "../"
12
+ gemspec path: "../"
@@ -1,8 +1,8 @@
1
1
  PATH
2
- remote: ../
2
+ remote: ..
3
3
  specs:
4
- pg-eyeballs (1.0.1)
5
- activerecord (>= 4.0, < 6.0)
4
+ pg-eyeballs (1.3.0)
5
+ activerecord (>= 4.0, < 8.0)
6
6
  pg
7
7
 
8
8
  GEM
@@ -33,7 +33,7 @@ GEM
33
33
  database_cleaner (1.5.3)
34
34
  diff-lcs (1.2.5)
35
35
  i18n (0.7.0)
36
- json (1.8.3)
36
+ json (1.8.6)
37
37
  method_source (0.8.2)
38
38
  minitest (5.9.1)
39
39
  pg (0.19.0)
@@ -68,11 +68,12 @@ PLATFORMS
68
68
  ruby
69
69
 
70
70
  DEPENDENCIES
71
- activerecord (>= 4.0.0, <= 5.0.0)
71
+ activerecord (>= 4.0.0, < 5.0.0)
72
72
  appraisal
73
73
  awesome_print
74
74
  bundler (~> 1.12)
75
75
  database_cleaner
76
+ pg (>= 0.19.0, < 1.0.0)
76
77
  pg-eyeballs!
77
78
  pry
78
79
  pry-byebug
@@ -80,4 +81,4 @@ DEPENDENCIES
80
81
  rspec (~> 3.0)
81
82
 
82
83
  BUNDLED WITH
83
- 1.13.2
84
+ 1.17.3
@@ -6,6 +6,7 @@ gem "pry"
6
6
  gem "pry-byebug"
7
7
  gem "awesome_print"
8
8
  gem "appraisal"
9
- gem "activerecord", ">= 5.0.0", "<=6.0.0"
9
+ gem "activerecord", ">= 5.0.0", "< 6.0.0"
10
+ gem "pg", ">= 0.19.0", "< 1.0.0"
10
11
 
11
- gemspec :path => "../"
12
+ gemspec path: "../"
@@ -1,8 +1,8 @@
1
1
  PATH
2
- remote: ../
2
+ remote: ..
3
3
  specs:
4
- pg-eyeballs (1.0.1)
5
- activerecord (>= 4.0, < 6.0)
4
+ pg-eyeballs (1.3.0)
5
+ activerecord (>= 4.0, < 8.0)
6
6
  pg
7
7
 
8
8
  GEM
@@ -33,7 +33,7 @@ GEM
33
33
  i18n (0.7.0)
34
34
  method_source (0.8.2)
35
35
  minitest (5.9.1)
36
- pg (0.19.0)
36
+ pg (0.21.0)
37
37
  pry (0.10.4)
38
38
  coderay (~> 1.1.0)
39
39
  method_source (~> 0.8.1)
@@ -65,11 +65,12 @@ PLATFORMS
65
65
  ruby
66
66
 
67
67
  DEPENDENCIES
68
- activerecord (>= 5.0.0, <= 6.0.0)
68
+ activerecord (>= 5.0.0, < 6.0.0)
69
69
  appraisal
70
70
  awesome_print
71
71
  bundler (~> 1.12)
72
72
  database_cleaner
73
+ pg (>= 0.19.0, < 1.0.0)
73
74
  pg-eyeballs!
74
75
  pry
75
76
  pry-byebug
@@ -77,4 +78,4 @@ DEPENDENCIES
77
78
  rspec (~> 3.0)
78
79
 
79
80
  BUNDLED WITH
80
- 1.13.2
81
+ 1.17.3
@@ -0,0 +1,11 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "pry"
6
+ gem "pry-byebug"
7
+ gem "awesome_print"
8
+ gem "appraisal"
9
+ gem "activerecord", ">= 6.0.0", "< 7.0.0"
10
+
11
+ gemspec path: "../"
@@ -0,0 +1,83 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ pg-eyeballs (1.3.0)
5
+ activerecord (>= 4.0, < 8.0)
6
+ pg
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ activemodel (6.1.4.1)
12
+ activesupport (= 6.1.4.1)
13
+ activerecord (6.1.4.1)
14
+ activemodel (= 6.1.4.1)
15
+ activesupport (= 6.1.4.1)
16
+ activesupport (6.1.4.1)
17
+ concurrent-ruby (~> 1.0, >= 1.0.2)
18
+ i18n (>= 1.6, < 2)
19
+ minitest (>= 5.1)
20
+ tzinfo (~> 2.0)
21
+ zeitwerk (~> 2.3)
22
+ appraisal (2.4.1)
23
+ bundler
24
+ rake
25
+ thor (>= 0.14.0)
26
+ awesome_print (1.9.2)
27
+ byebug (11.1.3)
28
+ coderay (1.1.3)
29
+ concurrent-ruby (1.1.9)
30
+ database_cleaner (2.0.1)
31
+ database_cleaner-active_record (~> 2.0.0)
32
+ database_cleaner-active_record (2.0.1)
33
+ activerecord (>= 5.a)
34
+ database_cleaner-core (~> 2.0.0)
35
+ database_cleaner-core (2.0.1)
36
+ diff-lcs (1.4.4)
37
+ i18n (1.8.10)
38
+ concurrent-ruby (~> 1.0)
39
+ method_source (1.0.0)
40
+ minitest (5.14.4)
41
+ pg (1.4.5)
42
+ pry (0.14.1)
43
+ coderay (~> 1.1)
44
+ method_source (~> 1.0)
45
+ pry-byebug (3.8.0)
46
+ byebug (~> 11.0)
47
+ pry (~> 0.10)
48
+ rake (10.5.0)
49
+ rspec (3.10.0)
50
+ rspec-core (~> 3.10.0)
51
+ rspec-expectations (~> 3.10.0)
52
+ rspec-mocks (~> 3.10.0)
53
+ rspec-core (3.10.1)
54
+ rspec-support (~> 3.10.0)
55
+ rspec-expectations (3.10.1)
56
+ diff-lcs (>= 1.2.0, < 2.0)
57
+ rspec-support (~> 3.10.0)
58
+ rspec-mocks (3.10.2)
59
+ diff-lcs (>= 1.2.0, < 2.0)
60
+ rspec-support (~> 3.10.0)
61
+ rspec-support (3.10.2)
62
+ thor (1.1.0)
63
+ tzinfo (2.0.4)
64
+ concurrent-ruby (~> 1.0)
65
+ zeitwerk (2.4.2)
66
+
67
+ PLATFORMS
68
+ ruby
69
+
70
+ DEPENDENCIES
71
+ activerecord (>= 6.0.0, < 7.0.0)
72
+ appraisal
73
+ awesome_print
74
+ bundler (~> 1.12)
75
+ database_cleaner
76
+ pg-eyeballs!
77
+ pry
78
+ pry-byebug
79
+ rake (~> 10.0)
80
+ rspec (~> 3.0)
81
+
82
+ BUNDLED WITH
83
+ 1.17.3
@@ -0,0 +1,11 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "pry"
6
+ gem "pry-byebug"
7
+ gem "awesome_print"
8
+ gem "appraisal"
9
+ gem "activerecord", ">= 7.0.0", "< 8.0.0"
10
+
11
+ gemspec path: "../"
@@ -0,0 +1,81 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ pg-eyeballs (1.3.0)
5
+ activerecord (>= 4.0, < 8.0)
6
+ pg
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ activemodel (7.0.4.2)
12
+ activesupport (= 7.0.4.2)
13
+ activerecord (7.0.4.2)
14
+ activemodel (= 7.0.4.2)
15
+ activesupport (= 7.0.4.2)
16
+ activesupport (7.0.4.2)
17
+ concurrent-ruby (~> 1.0, >= 1.0.2)
18
+ i18n (>= 1.6, < 2)
19
+ minitest (>= 5.1)
20
+ tzinfo (~> 2.0)
21
+ appraisal (2.4.1)
22
+ bundler
23
+ rake
24
+ thor (>= 0.14.0)
25
+ awesome_print (1.9.2)
26
+ byebug (11.1.3)
27
+ coderay (1.1.3)
28
+ concurrent-ruby (1.2.0)
29
+ database_cleaner (2.0.1)
30
+ database_cleaner-active_record (~> 2.0.0)
31
+ database_cleaner-active_record (2.0.1)
32
+ activerecord (>= 5.a)
33
+ database_cleaner-core (~> 2.0.0)
34
+ database_cleaner-core (2.0.1)
35
+ diff-lcs (1.5.0)
36
+ i18n (1.12.0)
37
+ concurrent-ruby (~> 1.0)
38
+ method_source (1.0.0)
39
+ minitest (5.17.0)
40
+ pg (1.4.5)
41
+ pry (0.14.2)
42
+ coderay (~> 1.1)
43
+ method_source (~> 1.0)
44
+ pry-byebug (3.10.1)
45
+ byebug (~> 11.0)
46
+ pry (>= 0.13, < 0.15)
47
+ rake (10.5.0)
48
+ rspec (3.12.0)
49
+ rspec-core (~> 3.12.0)
50
+ rspec-expectations (~> 3.12.0)
51
+ rspec-mocks (~> 3.12.0)
52
+ rspec-core (3.12.0)
53
+ rspec-support (~> 3.12.0)
54
+ rspec-expectations (3.12.2)
55
+ diff-lcs (>= 1.2.0, < 2.0)
56
+ rspec-support (~> 3.12.0)
57
+ rspec-mocks (3.12.3)
58
+ diff-lcs (>= 1.2.0, < 2.0)
59
+ rspec-support (~> 3.12.0)
60
+ rspec-support (3.12.0)
61
+ thor (1.2.1)
62
+ tzinfo (2.0.6)
63
+ concurrent-ruby (~> 1.0)
64
+
65
+ PLATFORMS
66
+ ruby
67
+
68
+ DEPENDENCIES
69
+ activerecord (>= 7.0.0, < 8.0.0)
70
+ appraisal
71
+ awesome_print
72
+ bundler (~> 1.12)
73
+ database_cleaner
74
+ pg-eyeballs!
75
+ pry
76
+ pry-byebug
77
+ rake (~> 10.0)
78
+ rspec (~> 3.0)
79
+
80
+ BUNDLED WITH
81
+ 1.17.3
@@ -1,3 +1,3 @@
1
1
  module Eyeballs
2
- VERSION = "1.1.1"
2
+ VERSION = "1.3.0"
3
3
  end
data/pg-eyeballs.gemspec CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Brad Urani"]
10
10
  spec.email = ["bradurani@gmail.com"]
11
11
 
12
- spec.summary = 'A Ruby gem for using the postgres explain command with Active Record'
12
+ spec.summary = 'A Ruby gem for using the postgres explain command with Active Record'
13
13
  spec.description = 'pg-eyeballs is a ruby gem that gives you detailed information about how the SQL queries created by the active record code you write are executed by the database. It gives you an easy, ruby friendly way to see the output of the Postgres EXPLAIN command and integrates with the popular query analysis tool gocmdpev'
14
14
  spec.homepage = "http://github.com/bradurani/pg-eyeballs"
15
15
  spec.license = "MIT"
@@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
32
32
  spec.add_development_dependency "rspec", "~> 3.0"
33
33
  spec.add_development_dependency "database_cleaner"
34
34
 
35
- spec.add_dependency "activerecord", ">=4.0", "<6.0"
35
+ spec.add_dependency "activerecord", ">=4.0", "<8.0"
36
36
  spec.add_dependency "pg"
37
37
 
38
38
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pg-eyeballs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brad Urani
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-10-12 00:00:00.000000000 Z
11
+ date: 2023-02-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -75,7 +75,7 @@ dependencies:
75
75
  version: '4.0'
76
76
  - - "<"
77
77
  - !ruby/object:Gem::Version
78
- version: '6.0'
78
+ version: '8.0'
79
79
  type: :runtime
80
80
  prerelease: false
81
81
  version_requirements: !ruby/object:Gem::Requirement
@@ -85,7 +85,7 @@ dependencies:
85
85
  version: '4.0'
86
86
  - - "<"
87
87
  - !ruby/object:Gem::Version
88
- version: '6.0'
88
+ version: '8.0'
89
89
  - !ruby/object:Gem::Dependency
90
90
  name: pg
91
91
  requirement: !ruby/object:Gem::Requirement
@@ -127,6 +127,10 @@ files:
127
127
  - gemfiles/activerecord_4.gemfile.lock
128
128
  - gemfiles/activerecord_5.gemfile
129
129
  - gemfiles/activerecord_5.gemfile.lock
130
+ - gemfiles/activerecord_6.gemfile
131
+ - gemfiles/activerecord_6.gemfile.lock
132
+ - gemfiles/activerecord_7.gemfile
133
+ - gemfiles/activerecord_7.gemfile.lock
130
134
  - gocmdpev.png
131
135
  - lib/eyeballs/errors.rb
132
136
  - lib/eyeballs/includes.rb
@@ -139,7 +143,7 @@ licenses:
139
143
  - MIT
140
144
  metadata:
141
145
  allowed_push_host: https://rubygems.org
142
- post_install_message:
146
+ post_install_message:
143
147
  rdoc_options: []
144
148
  require_paths:
145
149
  - lib
@@ -154,9 +158,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
154
158
  - !ruby/object:Gem::Version
155
159
  version: '0'
156
160
  requirements: []
157
- rubyforge_project:
158
- rubygems_version: 2.7.3
159
- signing_key:
161
+ rubygems_version: 3.0.3
162
+ signing_key:
160
163
  specification_version: 4
161
164
  summary: A Ruby gem for using the postgres explain command with Active Record
162
165
  test_files: []