gdshowsdb 4.0.2 → 5.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/.github/workflows/ci.yml +5 -9
- data/.gitignore +2 -0
- data/.ruby-version +1 -1
- data/Gemfile.lock +214 -121
- data/data/gdshowsdb/1965.yaml +37 -20
- data/data/gdshowsdb/1966.yaml +947 -161
- data/data/gdshowsdb/1967.yaml +987 -179
- data/data/gdshowsdb/1968.yaml +1826 -551
- data/data/gdshowsdb/1969.yaml +2882 -2203
- data/data/gdshowsdb/1970.yaml +6143 -2086
- data/data/gdshowsdb/1971.yaml +2743 -2277
- data/data/gdshowsdb/1972.yaml +3788 -2934
- data/data/gdshowsdb/1973.yaml +2943 -2607
- data/data/gdshowsdb/1974.yaml +1534 -1354
- data/data/gdshowsdb/1975.yaml +77 -77
- data/data/gdshowsdb/1976.yaml +1466 -1350
- data/data/gdshowsdb/1977.yaml +1775 -1777
- data/data/gdshowsdb/1978.yaml +2522 -2444
- data/data/gdshowsdb/1979.yaml +2628 -2388
- data/data/gdshowsdb/1980.yaml +3494 -3188
- data/data/gdshowsdb/1981.yaml +3212 -3039
- data/data/gdshowsdb/1982.yaml +2359 -2089
- data/data/gdshowsdb/1983.yaml +2410 -2082
- data/data/gdshowsdb/1984.yaml +2227 -2029
- data/data/gdshowsdb/1985.yaml +2609 -2327
- data/data/gdshowsdb/1986.yaml +1661 -1464
- data/data/gdshowsdb/1987.yaml +2992 -2883
- data/data/gdshowsdb/1988.yaml +2741 -2451
- data/data/gdshowsdb/1989.yaml +2528 -2244
- data/data/gdshowsdb/1990.yaml +2674 -2230
- data/data/gdshowsdb/1991.yaml +2515 -2398
- data/data/gdshowsdb/1992.yaml +1747 -1574
- data/data/gdshowsdb/1993.yaml +2734 -2248
- data/data/gdshowsdb/1994.yaml +2897 -2324
- data/data/gdshowsdb/1995.yaml +1353 -1073
- data/data/gdshowsdb/song_refs.yaml +196 -116
- data/gdshowsdb.gemspec +1 -1
- data/lib/gdshowsdb/version.rb +1 -1
- data/lib/gdshowsdb.rb +2 -3
- metadata +5 -8
data/lib/gdshowsdb.rb
CHANGED
|
@@ -22,9 +22,8 @@ module Gdshowsdb
|
|
|
22
22
|
end
|
|
23
23
|
|
|
24
24
|
def self.load(level = nil)
|
|
25
|
-
|
|
26
|
-
migration_context
|
|
27
|
-
ActiveRecord::Migrator.new(:up, migration_context.migrations, schema_migration, level).migrate
|
|
25
|
+
migration_context = ActiveRecord::MigrationContext.new(File.dirname(__FILE__) + '/gdshowsdb/db/migrations')
|
|
26
|
+
migration_context.migrate(level)
|
|
28
27
|
end
|
|
29
28
|
|
|
30
29
|
def self.yaml_file_location(file_name)
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gdshowsdb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 5.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jeff Smith
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: rails
|
|
@@ -16,14 +15,14 @@ dependencies:
|
|
|
16
15
|
requirements:
|
|
17
16
|
- - ">="
|
|
18
17
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '
|
|
18
|
+
version: '8.1'
|
|
20
19
|
type: :runtime
|
|
21
20
|
prerelease: false
|
|
22
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
22
|
requirements:
|
|
24
23
|
- - ">="
|
|
25
24
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: '
|
|
25
|
+
version: '8.1'
|
|
27
26
|
- !ruby/object:Gem::Dependency
|
|
28
27
|
name: friendly_id
|
|
29
28
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -139,7 +138,6 @@ files:
|
|
|
139
138
|
homepage: http://github.com/jefmsmit/gdshowdb
|
|
140
139
|
licenses: []
|
|
141
140
|
metadata: {}
|
|
142
|
-
post_install_message:
|
|
143
141
|
rdoc_options: []
|
|
144
142
|
require_paths:
|
|
145
143
|
- lib
|
|
@@ -154,8 +152,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
154
152
|
- !ruby/object:Gem::Version
|
|
155
153
|
version: '0'
|
|
156
154
|
requirements: []
|
|
157
|
-
rubygems_version: 3.
|
|
158
|
-
signing_key:
|
|
155
|
+
rubygems_version: 3.6.9
|
|
159
156
|
specification_version: 4
|
|
160
157
|
summary: All Grateful Dead show information in a relational database.
|
|
161
158
|
test_files:
|