gdshowsdb 1.0.3 → 2.0.0
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 +4 -4
- data/Gemfile.lock +83 -76
- data/data/gdshowsdb/1990.yaml +3 -3
- data/data/gdshowsdb/song_refs.yaml +1 -0
- data/gdshowsdb.gemspec +1 -1
- data/lib/gdshowsdb.rb +4 -3
- data/lib/gdshowsdb/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fb03859f1ca92a83c6e12c8d5a6a3d3ab714e02d
|
4
|
+
data.tar.gz: ce507aa3cc2fb966c1a9f012adcefde5c104cc9f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 53094f6a50dc44c954f41efebbc2ca7252ec95c015d729da5ed898362b7e2f6512a9da251a9e0b32a0486afa6d92296a90b3060682e166d52228aa1d507d61e1
|
7
|
+
data.tar.gz: 4a65f1199843680d6af5ebe2c39e1b2c2e421ab6e1be7b8b0238d1b9fe8c60b649d42f4cc95743d32269cec27cd5df27af215e0375fc36ab4b0246c353564c00
|
data/Gemfile.lock
CHANGED
@@ -1,118 +1,125 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
gdshowsdb (
|
4
|
+
gdshowsdb (2.0.0)
|
5
5
|
friendly_id
|
6
|
-
rails (
|
6
|
+
rails (= 5.2.3)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
actioncable (5.
|
12
|
-
actionpack (= 5.
|
11
|
+
actioncable (5.2.3)
|
12
|
+
actionpack (= 5.2.3)
|
13
13
|
nio4r (~> 2.0)
|
14
|
-
websocket-driver (
|
15
|
-
actionmailer (5.
|
16
|
-
actionpack (= 5.
|
17
|
-
actionview (= 5.
|
18
|
-
activejob (= 5.
|
14
|
+
websocket-driver (>= 0.6.1)
|
15
|
+
actionmailer (5.2.3)
|
16
|
+
actionpack (= 5.2.3)
|
17
|
+
actionview (= 5.2.3)
|
18
|
+
activejob (= 5.2.3)
|
19
19
|
mail (~> 2.5, >= 2.5.4)
|
20
20
|
rails-dom-testing (~> 2.0)
|
21
|
-
actionpack (5.
|
22
|
-
actionview (= 5.
|
23
|
-
activesupport (= 5.
|
21
|
+
actionpack (5.2.3)
|
22
|
+
actionview (= 5.2.3)
|
23
|
+
activesupport (= 5.2.3)
|
24
24
|
rack (~> 2.0)
|
25
25
|
rack-test (>= 0.6.3)
|
26
26
|
rails-dom-testing (~> 2.0)
|
27
27
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
28
|
-
actionview (5.
|
29
|
-
activesupport (= 5.
|
28
|
+
actionview (5.2.3)
|
29
|
+
activesupport (= 5.2.3)
|
30
30
|
builder (~> 3.1)
|
31
31
|
erubi (~> 1.4)
|
32
32
|
rails-dom-testing (~> 2.0)
|
33
33
|
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
34
|
-
activejob (5.
|
35
|
-
activesupport (= 5.
|
34
|
+
activejob (5.2.3)
|
35
|
+
activesupport (= 5.2.3)
|
36
36
|
globalid (>= 0.3.6)
|
37
|
-
activemodel (5.
|
38
|
-
activesupport (= 5.
|
39
|
-
activerecord (5.
|
40
|
-
activemodel (= 5.
|
41
|
-
activesupport (= 5.
|
42
|
-
arel (
|
43
|
-
|
37
|
+
activemodel (5.2.3)
|
38
|
+
activesupport (= 5.2.3)
|
39
|
+
activerecord (5.2.3)
|
40
|
+
activemodel (= 5.2.3)
|
41
|
+
activesupport (= 5.2.3)
|
42
|
+
arel (>= 9.0)
|
43
|
+
activestorage (5.2.3)
|
44
|
+
actionpack (= 5.2.3)
|
45
|
+
activerecord (= 5.2.3)
|
46
|
+
marcel (~> 0.3.1)
|
47
|
+
activesupport (5.2.3)
|
44
48
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
45
|
-
i18n (
|
49
|
+
i18n (>= 0.7, < 2)
|
46
50
|
minitest (~> 5.1)
|
47
51
|
tzinfo (~> 1.1)
|
48
|
-
arel (
|
52
|
+
arel (9.0.0)
|
49
53
|
builder (3.2.3)
|
50
|
-
concurrent-ruby (1.1.
|
54
|
+
concurrent-ruby (1.1.5)
|
51
55
|
crass (1.0.4)
|
52
56
|
diff-lcs (1.3)
|
53
|
-
erubi (1.
|
54
|
-
friendly_id (5.2.
|
57
|
+
erubi (1.8.0)
|
58
|
+
friendly_id (5.2.5)
|
55
59
|
activerecord (>= 4.0.0)
|
56
|
-
globalid (0.4.
|
60
|
+
globalid (0.4.2)
|
57
61
|
activesupport (>= 4.2.0)
|
58
|
-
i18n (
|
62
|
+
i18n (1.6.0)
|
63
|
+
concurrent-ruby (~> 1.0)
|
59
64
|
loofah (2.2.3)
|
60
65
|
crass (~> 1.0.2)
|
61
66
|
nokogiri (>= 1.5.9)
|
62
|
-
mail (2.
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
rack
|
67
|
+
mail (2.7.1)
|
68
|
+
mini_mime (>= 0.1.1)
|
69
|
+
marcel (0.3.3)
|
70
|
+
mimemagic (~> 0.3.2)
|
71
|
+
method_source (0.9.2)
|
72
|
+
mimemagic (0.3.3)
|
73
|
+
mini_mime (1.0.1)
|
74
|
+
mini_portile2 (2.4.0)
|
75
|
+
minitest (5.11.3)
|
76
|
+
nio4r (2.3.1)
|
77
|
+
nokogiri (1.10.3)
|
78
|
+
mini_portile2 (~> 2.4.0)
|
79
|
+
rack (2.0.7)
|
80
|
+
rack-test (1.1.0)
|
75
81
|
rack (>= 1.0, < 3)
|
76
|
-
rails (5.
|
77
|
-
actioncable (= 5.
|
78
|
-
actionmailer (= 5.
|
79
|
-
actionpack (= 5.
|
80
|
-
actionview (= 5.
|
81
|
-
activejob (= 5.
|
82
|
-
activemodel (= 5.
|
83
|
-
activerecord (= 5.
|
84
|
-
|
82
|
+
rails (5.2.3)
|
83
|
+
actioncable (= 5.2.3)
|
84
|
+
actionmailer (= 5.2.3)
|
85
|
+
actionpack (= 5.2.3)
|
86
|
+
actionview (= 5.2.3)
|
87
|
+
activejob (= 5.2.3)
|
88
|
+
activemodel (= 5.2.3)
|
89
|
+
activerecord (= 5.2.3)
|
90
|
+
activestorage (= 5.2.3)
|
91
|
+
activesupport (= 5.2.3)
|
85
92
|
bundler (>= 1.3.0)
|
86
|
-
railties (= 5.
|
93
|
+
railties (= 5.2.3)
|
87
94
|
sprockets-rails (>= 2.0.0)
|
88
95
|
rails-dom-testing (2.0.3)
|
89
96
|
activesupport (>= 4.2.0)
|
90
97
|
nokogiri (>= 1.6)
|
91
98
|
rails-html-sanitizer (1.0.4)
|
92
99
|
loofah (~> 2.2, >= 2.2.2)
|
93
|
-
railties (5.
|
94
|
-
actionpack (= 5.
|
95
|
-
activesupport (= 5.
|
100
|
+
railties (5.2.3)
|
101
|
+
actionpack (= 5.2.3)
|
102
|
+
activesupport (= 5.2.3)
|
96
103
|
method_source
|
97
104
|
rake (>= 0.8.7)
|
98
|
-
thor (>= 0.
|
99
|
-
rake (12.
|
100
|
-
rspec (3.
|
101
|
-
rspec-core (~> 3.
|
102
|
-
rspec-expectations (~> 3.
|
103
|
-
rspec-mocks (~> 3.
|
104
|
-
rspec-core (3.
|
105
|
-
rspec-support (~> 3.
|
106
|
-
rspec-expectations (3.
|
105
|
+
thor (>= 0.19.0, < 2.0)
|
106
|
+
rake (12.3.2)
|
107
|
+
rspec (3.8.0)
|
108
|
+
rspec-core (~> 3.8.0)
|
109
|
+
rspec-expectations (~> 3.8.0)
|
110
|
+
rspec-mocks (~> 3.8.0)
|
111
|
+
rspec-core (3.8.0)
|
112
|
+
rspec-support (~> 3.8.0)
|
113
|
+
rspec-expectations (3.8.3)
|
107
114
|
diff-lcs (>= 1.2.0, < 2.0)
|
108
|
-
rspec-support (~> 3.
|
109
|
-
rspec-its (1.
|
115
|
+
rspec-support (~> 3.8.0)
|
116
|
+
rspec-its (1.3.0)
|
110
117
|
rspec-core (>= 3.0.0)
|
111
118
|
rspec-expectations (>= 3.0.0)
|
112
|
-
rspec-mocks (3.
|
119
|
+
rspec-mocks (3.8.0)
|
113
120
|
diff-lcs (>= 1.2.0, < 2.0)
|
114
|
-
rspec-support (~> 3.
|
115
|
-
rspec-support (3.
|
121
|
+
rspec-support (~> 3.8.0)
|
122
|
+
rspec-support (3.8.0)
|
116
123
|
sprockets (3.7.2)
|
117
124
|
concurrent-ruby (~> 1.0)
|
118
125
|
rack (> 1, < 3)
|
@@ -120,14 +127,14 @@ GEM
|
|
120
127
|
actionpack (>= 4.0)
|
121
128
|
activesupport (>= 4.0)
|
122
129
|
sprockets (>= 3.0.0)
|
123
|
-
sqlite3 (1.
|
124
|
-
thor (0.20.
|
130
|
+
sqlite3 (1.4.1)
|
131
|
+
thor (0.20.3)
|
125
132
|
thread_safe (0.3.6)
|
126
|
-
tzinfo (1.2.
|
133
|
+
tzinfo (1.2.5)
|
127
134
|
thread_safe (~> 0.1)
|
128
|
-
websocket-driver (0.
|
135
|
+
websocket-driver (0.7.1)
|
129
136
|
websocket-extensions (>= 0.1.0)
|
130
|
-
websocket-extensions (0.1.
|
137
|
+
websocket-extensions (0.1.4)
|
131
138
|
|
132
139
|
PLATFORMS
|
133
140
|
ruby
|
@@ -140,4 +147,4 @@ DEPENDENCIES
|
|
140
147
|
sqlite3
|
141
148
|
|
142
149
|
BUNDLED WITH
|
143
|
-
|
150
|
+
2.0.1
|
data/data/gdshowsdb/1990.yaml
CHANGED
@@ -3943,7 +3943,7 @@
|
|
3943
3943
|
:name: Tennessee Jed
|
3944
3944
|
:segued: false
|
3945
3945
|
- :uuid: 310f87c4-36fb-4a1a-b818-4c393eacf4d1
|
3946
|
-
:name:
|
3946
|
+
:name: Stander On The Mountain
|
3947
3947
|
:segued: false
|
3948
3948
|
- :uuid: 5fa24abc-fcf1-4fb1-89ee-715b137ac074
|
3949
3949
|
:songs:
|
@@ -4147,7 +4147,7 @@
|
|
4147
4147
|
:name: Cassidy
|
4148
4148
|
:segued: false
|
4149
4149
|
- :uuid: a4e68325-fa9c-441f-9ed1-2ea1b042e19a
|
4150
|
-
:name:
|
4150
|
+
:name: Stander On The Mountain
|
4151
4151
|
:segued: false
|
4152
4152
|
- :uuid: 0bcec03b-8f8f-464c-9492-f054d800407f
|
4153
4153
|
:songs:
|
@@ -4217,7 +4217,7 @@
|
|
4217
4217
|
:name: Althea
|
4218
4218
|
:segued: false
|
4219
4219
|
- :uuid: 946bfae0-f9e4-40d4-a332-ae19ed9b850b
|
4220
|
-
:name:
|
4220
|
+
:name: Stander On The Mountain
|
4221
4221
|
:segued: false
|
4222
4222
|
- :uuid: adeec5a5-e369-4c8f-8626-c477d2ae42ba
|
4223
4223
|
:songs:
|
@@ -328,6 +328,7 @@
|
|
328
328
|
- Spanish Jam: 4bc02a1f-47bc-47c7-9fb1-30afa68af739
|
329
329
|
- Spoonful: 247741ef-4a2e-4b56-bd24-9eb56090c89b
|
330
330
|
- Stagger Lee: f6d4a52e-76ac-48e8-bc94-36c3901d9807
|
331
|
+
- Stander On The Mountain: 6c694f23-5dc3-42a3-8ab8-85c010cd69f7
|
331
332
|
- Standing On The Moon: dc059902-6d41-4e66-88b2-3f22785b1ef6
|
332
333
|
- Star Spangled Banner: 332bf34e-d6bc-4c4b-8c75-a1979f5b4658
|
333
334
|
- Stella Blue: bdfed548-592e-4646-ba4d-3e97b14d0ca3
|
data/gdshowsdb.gemspec
CHANGED
data/lib/gdshowsdb.rb
CHANGED
@@ -21,9 +21,10 @@ module Gdshowsdb
|
|
21
21
|
@@connection = ActiveRecord::Base.establish_connection(params)
|
22
22
|
end
|
23
23
|
|
24
|
-
|
25
|
-
ActiveRecord::
|
26
|
-
|
24
|
+
def self.load(level = nil)
|
25
|
+
migration_context = ActiveRecord::MigrationContext.new(File.dirname(__FILE__) + '/gdshowsdb/db/migrations')
|
26
|
+
ActiveRecord::Migrator.new(:up, migration_context.migrations, level).migrate
|
27
|
+
end
|
27
28
|
|
28
29
|
def self.yaml_file_location(file_name)
|
29
30
|
Gem.loaded_specs['gdshowsdb'].full_gem_path + "/data/gdshowsdb/#{file_name}"
|
data/lib/gdshowsdb/version.rb
CHANGED
metadata
CHANGED
@@ -1,29 +1,29 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gdshowsdb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 2.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jeff Smith
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-06-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- -
|
17
|
+
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
19
|
+
version: 5.2.3
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- -
|
24
|
+
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
26
|
+
version: 5.2.3
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: friendly_id
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -153,7 +153,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
153
153
|
version: '0'
|
154
154
|
requirements: []
|
155
155
|
rubyforge_project:
|
156
|
-
rubygems_version: 2.6.
|
156
|
+
rubygems_version: 2.6.13
|
157
157
|
signing_key:
|
158
158
|
specification_version: 4
|
159
159
|
summary: All Grateful Dead show information in a relational database.
|