pg_objects 0.4.3 → 0.4.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: 1440d84714eee23457350728cd639e7e3a61e789290a6919090664f21a9d02dd
4
- data.tar.gz: 6d2be5ba86e02703bb30c64d2a83ba02fc30b4b436ec940527ca96fe95d8edc2
3
+ metadata.gz: 8309d061de0559880cb18135989abfd82970c136c64744e768a3535c76f459ce
4
+ data.tar.gz: e6093f77ef95d668e53e84dd009cebe218f4a0885ae25d8f03161e59b6df8583
5
5
  SHA512:
6
- metadata.gz: 33fc09874bfe6313dd5fabd916cd41151a2ebe89ab6319fd93ccea96bedaae80fab7b7c2d150dcf2b9a31e3bcf0ce96f58f0b205d56cdc4d6e54112a06fd5fa7
7
- data.tar.gz: f50fa9789f8d44891ebbe4a6f5d9a351a1407f2268b0d1b7a2e1df97ff6739b45be64d81adf88324f10105e4d5788c55982e02d7c27641f4059cb3559dbd8ec5
6
+ metadata.gz: 56acdb1e64c3e46928b98ec056bd9046164500418bee881754da3dfa5ced1ebf9fb9f33e518bfaecbed75af7f0131998b7c0f8fe15a8ea17e33eeae2ed4c564d
7
+ data.tar.gz: c29beff6e1f772272b98853869bec789f6b90b5f4dbb4a0a744cc32d1a8f536322ffe1c190c0315afedcb915bceefed7019203cc671c58a58fab24907508029f
data/.travis.yml CHANGED
@@ -3,8 +3,8 @@ language: ruby
3
3
  rvm:
4
4
  - 2.3.8
5
5
  - 2.4.5
6
- - 2.5.3
7
- - 2.6.0
6
+ - 2.5.5
7
+ - 2.6.2
8
8
  before_install: gem install bundler -v 1.16.2
9
9
  script:
10
10
  - bundle exec rspec spec
data/Gemfile.lock CHANGED
@@ -10,26 +10,26 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- actionpack (5.2.2)
14
- actionview (= 5.2.2)
15
- activesupport (= 5.2.2)
13
+ actionpack (5.2.2.1)
14
+ actionview (= 5.2.2.1)
15
+ activesupport (= 5.2.2.1)
16
16
  rack (~> 2.0)
17
17
  rack-test (>= 0.6.3)
18
18
  rails-dom-testing (~> 2.0)
19
19
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
20
- actionview (5.2.2)
21
- activesupport (= 5.2.2)
20
+ actionview (5.2.2.1)
21
+ activesupport (= 5.2.2.1)
22
22
  builder (~> 3.1)
23
23
  erubi (~> 1.4)
24
24
  rails-dom-testing (~> 2.0)
25
25
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
26
- activemodel (5.2.2)
27
- activesupport (= 5.2.2)
28
- activerecord (5.2.2)
29
- activemodel (= 5.2.2)
30
- activesupport (= 5.2.2)
26
+ activemodel (5.2.2.1)
27
+ activesupport (= 5.2.2.1)
28
+ activerecord (5.2.2.1)
29
+ activemodel (= 5.2.2.1)
30
+ activesupport (= 5.2.2.1)
31
31
  arel (>= 9.0)
32
- activesupport (5.2.2)
32
+ activesupport (5.2.2.1)
33
33
  concurrent-ruby (~> 1.0, >= 1.0.2)
34
34
  i18n (>= 0.7, < 2)
35
35
  minitest (~> 5.1)
@@ -37,27 +37,27 @@ GEM
37
37
  arel (9.0.0)
38
38
  ast (2.4.0)
39
39
  builder (3.2.3)
40
- byebug (10.0.2)
41
- concurrent-ruby (1.1.4)
40
+ byebug (11.0.1)
41
+ concurrent-ruby (1.1.5)
42
42
  crass (1.0.4)
43
43
  diff-lcs (1.3)
44
44
  erubi (1.8.0)
45
- i18n (1.3.0)
45
+ i18n (1.6.0)
46
46
  concurrent-ruby (~> 1.0)
47
- jaro_winkler (1.5.1)
47
+ jaro_winkler (1.5.2)
48
48
  loofah (2.2.3)
49
49
  crass (~> 1.0.2)
50
50
  nokogiri (>= 1.5.9)
51
51
  method_source (0.9.2)
52
52
  mini_portile2 (2.4.0)
53
53
  minitest (5.11.3)
54
- nokogiri (1.9.1)
54
+ nokogiri (1.10.1)
55
55
  mini_portile2 (~> 2.4.0)
56
- parallel (1.12.1)
57
- parser (2.5.3.0)
56
+ parallel (1.14.0)
57
+ parser (2.6.2.0)
58
58
  ast (~> 2.4.0)
59
59
  pg_query (1.1.0)
60
- powerpack (0.1.2)
60
+ psych (3.1.0)
61
61
  rack (2.0.6)
62
62
  rack-test (1.1.0)
63
63
  rack (>= 1.0, < 3)
@@ -66,9 +66,9 @@ GEM
66
66
  nokogiri (>= 1.6)
67
67
  rails-html-sanitizer (1.0.4)
68
68
  loofah (~> 2.2, >= 2.2.2)
69
- railties (5.2.2)
70
- actionpack (= 5.2.2)
71
- activesupport (= 5.2.2)
69
+ railties (5.2.2.1)
70
+ actionpack (= 5.2.2.1)
71
+ activesupport (= 5.2.2.1)
72
72
  method_source
73
73
  rake (>= 0.8.7)
74
74
  thor (>= 0.19.0, < 2.0)
@@ -89,22 +89,22 @@ GEM
89
89
  diff-lcs (>= 1.2.0, < 2.0)
90
90
  rspec-support (~> 3.8.0)
91
91
  rspec-support (3.8.0)
92
- rubocop (0.61.1)
92
+ rubocop (0.66.0)
93
93
  jaro_winkler (~> 1.5.1)
94
94
  parallel (~> 1.10)
95
95
  parser (>= 2.5, != 2.5.1.1)
96
- powerpack (~> 0.1)
96
+ psych (>= 3.1.0)
97
97
  rainbow (>= 2.2.2, < 4.0)
98
98
  ruby-progressbar (~> 1.7)
99
- unicode-display_width (~> 1.4.0)
100
- rubocop-rspec (1.30.1)
99
+ unicode-display_width (>= 1.4.0, < 1.6)
100
+ rubocop-rspec (1.32.0)
101
101
  rubocop (>= 0.60.0)
102
102
  ruby-progressbar (1.10.0)
103
103
  thor (0.20.3)
104
104
  thread_safe (0.3.6)
105
105
  tzinfo (1.2.5)
106
106
  thread_safe (~> 0.1)
107
- unicode-display_width (1.4.1)
107
+ unicode-display_width (1.5.0)
108
108
 
109
109
  PLATFORMS
110
110
  ruby
@@ -119,4 +119,4 @@ DEPENDENCIES
119
119
  rubocop-rspec
120
120
 
121
121
  BUNDLED WITH
122
- 1.17.2
122
+ 1.17.3
@@ -1,3 +1,3 @@
1
1
  module PgObjects
2
- VERSION = '0.4.3'.freeze
2
+ VERSION = '0.4.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.4.3
4
+ version: 0.4.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: 2018-12-26 00:00:00.000000000 Z
11
+ date: 2019-03-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord