gdshowsdb 4.0.1 → 4.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eae768b7c9342b0b9c6e821d0592b4fa240f4ae5f0c8c4e72481e4b54b0f95b7
4
- data.tar.gz: d20f5f04d3e3783c34dcc3e6e30287f1d24c1532b78b88595fd5c382b092efdd
3
+ metadata.gz: 371c09f55420039506a03b95c4487bcef766bdc15eac504cbf42dafea58a2a69
4
+ data.tar.gz: 5655f0a28ce274306c59bb1848a570345344bd39e9b5ce9ae2d5a55a8f0b239c
5
5
  SHA512:
6
- metadata.gz: 56afccd0599f49e695ef79f6e45e623a57447e09b08843f2a7dc95a95d29ea289c13897458392ba5ee5d5b4f5444b3c524e89d7ea5458e73f7a75c78066db15a
7
- data.tar.gz: 779da5aa4bf38238de83e569533791be7dac24dec56ae9cd1b4523c204cd5165c0b4db82bbb4c70ef8050dad89668516fb51f8dbdb434c9c0cab8e1bdf040c06
6
+ metadata.gz: a5d1eaabeb7be67741f830924f39506ceb7d64d786b10d637f854fcc639376d0fcaa73188f409a7fd09bc2650c01933f1bfce16ba09eb330a6bcbf20846cb5f4
7
+ data.tar.gz: a657db90b71965d287336065d16f7e32a2ebd08088fc2e311c85567084d9eeb9ef6df54913fdd300b404db8097c1f45f6df570f425f8addcb7deb27d89265822
data/Gemfile.lock CHANGED
@@ -1,124 +1,124 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gdshowsdb (4.0.1)
4
+ gdshowsdb (4.0.2)
5
5
  friendly_id
6
6
  rails (>= 6.1)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actioncable (6.1.4.1)
12
- actionpack (= 6.1.4.1)
13
- activesupport (= 6.1.4.1)
11
+ actioncable (6.1.5.1)
12
+ actionpack (= 6.1.5.1)
13
+ activesupport (= 6.1.5.1)
14
14
  nio4r (~> 2.0)
15
15
  websocket-driver (>= 0.6.1)
16
- actionmailbox (6.1.4.1)
17
- actionpack (= 6.1.4.1)
18
- activejob (= 6.1.4.1)
19
- activerecord (= 6.1.4.1)
20
- activestorage (= 6.1.4.1)
21
- activesupport (= 6.1.4.1)
16
+ actionmailbox (6.1.5.1)
17
+ actionpack (= 6.1.5.1)
18
+ activejob (= 6.1.5.1)
19
+ activerecord (= 6.1.5.1)
20
+ activestorage (= 6.1.5.1)
21
+ activesupport (= 6.1.5.1)
22
22
  mail (>= 2.7.1)
23
- actionmailer (6.1.4.1)
24
- actionpack (= 6.1.4.1)
25
- actionview (= 6.1.4.1)
26
- activejob (= 6.1.4.1)
27
- activesupport (= 6.1.4.1)
23
+ actionmailer (6.1.5.1)
24
+ actionpack (= 6.1.5.1)
25
+ actionview (= 6.1.5.1)
26
+ activejob (= 6.1.5.1)
27
+ activesupport (= 6.1.5.1)
28
28
  mail (~> 2.5, >= 2.5.4)
29
29
  rails-dom-testing (~> 2.0)
30
- actionpack (6.1.4.1)
31
- actionview (= 6.1.4.1)
32
- activesupport (= 6.1.4.1)
30
+ actionpack (6.1.5.1)
31
+ actionview (= 6.1.5.1)
32
+ activesupport (= 6.1.5.1)
33
33
  rack (~> 2.0, >= 2.0.9)
34
34
  rack-test (>= 0.6.3)
35
35
  rails-dom-testing (~> 2.0)
36
36
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
37
- actiontext (6.1.4.1)
38
- actionpack (= 6.1.4.1)
39
- activerecord (= 6.1.4.1)
40
- activestorage (= 6.1.4.1)
41
- activesupport (= 6.1.4.1)
37
+ actiontext (6.1.5.1)
38
+ actionpack (= 6.1.5.1)
39
+ activerecord (= 6.1.5.1)
40
+ activestorage (= 6.1.5.1)
41
+ activesupport (= 6.1.5.1)
42
42
  nokogiri (>= 1.8.5)
43
- actionview (6.1.4.1)
44
- activesupport (= 6.1.4.1)
43
+ actionview (6.1.5.1)
44
+ activesupport (= 6.1.5.1)
45
45
  builder (~> 3.1)
46
46
  erubi (~> 1.4)
47
47
  rails-dom-testing (~> 2.0)
48
48
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
49
- activejob (6.1.4.1)
50
- activesupport (= 6.1.4.1)
49
+ activejob (6.1.5.1)
50
+ activesupport (= 6.1.5.1)
51
51
  globalid (>= 0.3.6)
52
- activemodel (6.1.4.1)
53
- activesupport (= 6.1.4.1)
54
- activerecord (6.1.4.1)
55
- activemodel (= 6.1.4.1)
56
- activesupport (= 6.1.4.1)
57
- activestorage (6.1.4.1)
58
- actionpack (= 6.1.4.1)
59
- activejob (= 6.1.4.1)
60
- activerecord (= 6.1.4.1)
61
- activesupport (= 6.1.4.1)
62
- marcel (~> 1.0.0)
52
+ activemodel (6.1.5.1)
53
+ activesupport (= 6.1.5.1)
54
+ activerecord (6.1.5.1)
55
+ activemodel (= 6.1.5.1)
56
+ activesupport (= 6.1.5.1)
57
+ activestorage (6.1.5.1)
58
+ actionpack (= 6.1.5.1)
59
+ activejob (= 6.1.5.1)
60
+ activerecord (= 6.1.5.1)
61
+ activesupport (= 6.1.5.1)
62
+ marcel (~> 1.0)
63
63
  mini_mime (>= 1.1.0)
64
- activesupport (6.1.4.1)
64
+ activesupport (6.1.5.1)
65
65
  concurrent-ruby (~> 1.0, >= 1.0.2)
66
66
  i18n (>= 1.6, < 2)
67
67
  minitest (>= 5.1)
68
68
  tzinfo (~> 2.0)
69
69
  zeitwerk (~> 2.3)
70
70
  builder (3.2.4)
71
- concurrent-ruby (1.1.9)
71
+ concurrent-ruby (1.1.10)
72
72
  crass (1.0.6)
73
73
  diff-lcs (1.4.4)
74
74
  erubi (1.10.0)
75
75
  friendly_id (5.4.2)
76
76
  activerecord (>= 4.0.0)
77
- globalid (0.5.2)
77
+ globalid (1.0.0)
78
78
  activesupport (>= 5.0)
79
- i18n (1.8.10)
79
+ i18n (1.10.0)
80
80
  concurrent-ruby (~> 1.0)
81
- loofah (2.12.0)
81
+ loofah (2.16.0)
82
82
  crass (~> 1.0.2)
83
83
  nokogiri (>= 1.5.9)
84
84
  mail (2.7.1)
85
85
  mini_mime (>= 0.1.1)
86
- marcel (1.0.1)
86
+ marcel (1.0.2)
87
87
  method_source (1.0.0)
88
- mini_mime (1.1.1)
89
- minitest (5.14.4)
88
+ mini_mime (1.1.2)
89
+ minitest (5.15.0)
90
90
  nio4r (2.5.8)
91
- nokogiri (1.12.5-x86_64-darwin)
91
+ nokogiri (1.13.4-x86_64-darwin)
92
92
  racc (~> 1.4)
93
93
  racc (1.6.0)
94
94
  rack (2.2.3)
95
95
  rack-test (1.1.0)
96
96
  rack (>= 1.0, < 3)
97
- rails (6.1.4.1)
98
- actioncable (= 6.1.4.1)
99
- actionmailbox (= 6.1.4.1)
100
- actionmailer (= 6.1.4.1)
101
- actionpack (= 6.1.4.1)
102
- actiontext (= 6.1.4.1)
103
- actionview (= 6.1.4.1)
104
- activejob (= 6.1.4.1)
105
- activemodel (= 6.1.4.1)
106
- activerecord (= 6.1.4.1)
107
- activestorage (= 6.1.4.1)
108
- activesupport (= 6.1.4.1)
97
+ rails (6.1.5.1)
98
+ actioncable (= 6.1.5.1)
99
+ actionmailbox (= 6.1.5.1)
100
+ actionmailer (= 6.1.5.1)
101
+ actionpack (= 6.1.5.1)
102
+ actiontext (= 6.1.5.1)
103
+ actionview (= 6.1.5.1)
104
+ activejob (= 6.1.5.1)
105
+ activemodel (= 6.1.5.1)
106
+ activerecord (= 6.1.5.1)
107
+ activestorage (= 6.1.5.1)
108
+ activesupport (= 6.1.5.1)
109
109
  bundler (>= 1.15.0)
110
- railties (= 6.1.4.1)
110
+ railties (= 6.1.5.1)
111
111
  sprockets-rails (>= 2.0.0)
112
112
  rails-dom-testing (2.0.3)
113
113
  activesupport (>= 4.2.0)
114
114
  nokogiri (>= 1.6)
115
115
  rails-html-sanitizer (1.4.2)
116
116
  loofah (~> 2.3)
117
- railties (6.1.4.1)
118
- actionpack (= 6.1.4.1)
119
- activesupport (= 6.1.4.1)
117
+ railties (6.1.5.1)
118
+ actionpack (= 6.1.5.1)
119
+ activesupport (= 6.1.5.1)
120
120
  method_source
121
- rake (>= 0.13)
121
+ rake (>= 12.2)
122
122
  thor (~> 1.0)
123
123
  rake (13.0.6)
124
124
  rspec (3.10.0)
@@ -134,21 +134,21 @@ GEM
134
134
  diff-lcs (>= 1.2.0, < 2.0)
135
135
  rspec-support (~> 3.10.0)
136
136
  rspec-support (3.10.2)
137
- sprockets (4.0.2)
137
+ sprockets (4.0.3)
138
138
  concurrent-ruby (~> 1.0)
139
139
  rack (> 1, < 3)
140
- sprockets-rails (3.2.2)
141
- actionpack (>= 4.0)
142
- activesupport (>= 4.0)
140
+ sprockets-rails (3.4.2)
141
+ actionpack (>= 5.2)
142
+ activesupport (>= 5.2)
143
143
  sprockets (>= 3.0.0)
144
144
  sqlite3 (1.4.2)
145
- thor (1.1.0)
145
+ thor (1.2.1)
146
146
  tzinfo (2.0.4)
147
147
  concurrent-ruby (~> 1.0)
148
148
  websocket-driver (0.7.5)
149
149
  websocket-extensions (>= 0.1.0)
150
150
  websocket-extensions (0.1.5)
151
- zeitwerk (2.4.2)
151
+ zeitwerk (2.5.4)
152
152
 
153
153
  PLATFORMS
154
154
  ruby
@@ -1,7 +1,7 @@
1
1
  class Show < ActiveRecord::Base
2
2
  include Extensions::UUID
3
3
 
4
- has_many :show_sets, :foreign_key => :show_uuid, :primary_key => :uuid
4
+ has_many :show_sets, -> {order(position: :asc)}, :foreign_key => :show_uuid, :primary_key => :uuid
5
5
  has_many :song_occurences, :foreign_key => :show_uuid, :primary_key => :uuid
6
6
  has_many :song_refs, :through => :song_occurences, :foreign_key => :show_uuid
7
7
 
@@ -1,3 +1,3 @@
1
1
  module Gdshowsdb
2
- VERSION = "4.0.1"
2
+ VERSION = "4.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gdshowsdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.1
4
+ version: 4.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeff Smith