gdshowsdb 0.9.1 → 1.0.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
  SHA1:
3
- metadata.gz: 23522b0444d455827af0af333680c9a96953a1f7
4
- data.tar.gz: 94ed5839c01cd2edf0343a60d0974cf14de69e4b
3
+ metadata.gz: ef95f25c35e7e228d34672c8cb972e7981eb4a20
4
+ data.tar.gz: 45532c6b9c72c7783d37cd9b5d8438e7c2e5e341
5
5
  SHA512:
6
- metadata.gz: a59cd2cdcc0f589b9a2d67d66e2921491d073e8ab5fa44de7bee5b6a22a347c35b1c2dbc39c1e54cfd8e0cdbbaa17e8175b490cb9f174f231eb22a6693622b0c
7
- data.tar.gz: e145fdc48503a06905f5515a1f346d2b0d714ff65135f9c032a38651af73a378a0c8654fadaecfe2b5f1008a7593f72efe6ada7f2e62814182b24c974d31f9ad
6
+ metadata.gz: 672eb6b003c460097d4e67dd108c44bf8e506fe8617ea22b8a5ec423b4d31ec58837cd9970829e957b8b3b9a626596fe4fe56b9b5d06c30de49d788b42a63a2a
7
+ data.tar.gz: 43333fc7d8812914733874e304caa624a90276dd397611ae8694b3632b4a54923d83de09c7479511b631f96f0c526d915c9bd6f49349439131cdcb3f5c490c5f
data/.rvmrc CHANGED
@@ -1,4 +1,4 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
- rvm use --create --install ruby-1.9.3@gdshowsdb
3
+ rvm use --create --install ruby-2.4.2@gdshowsdb
4
4
  bundle install
data/Gemfile CHANGED
@@ -1,12 +1,11 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
- gem 'protected_attributes'
4
-
5
3
  # Specify your gem's dependencies in gdshowsdb.gemspec
6
4
  gemspec
7
5
 
8
6
  group :development do
9
- gem "rake", "~> 0.9.2.2"
7
+ gem "rake"
10
8
  gem "rspec"
9
+ gem "rspec-its"
11
10
  gem "sqlite3"
12
11
  end
@@ -1,106 +1,143 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gdshowsdb (0.9.1)
5
- friendly_id (= 5.0.0.beta4)
6
- protected_attributes
7
- rails (~> 4.0.0)
4
+ gdshowsdb (1.0.0)
5
+ friendly_id
6
+ rails (~> 5.1)
8
7
 
9
8
  GEM
10
9
  remote: https://rubygems.org/
11
10
  specs:
12
- actionmailer (4.0.0)
13
- actionpack (= 4.0.0)
14
- mail (~> 2.5.3)
15
- actionpack (4.0.0)
16
- activesupport (= 4.0.0)
17
- builder (~> 3.1.0)
18
- erubis (~> 2.7.0)
19
- rack (~> 1.5.2)
20
- rack-test (~> 0.6.2)
21
- activemodel (4.0.0)
22
- activesupport (= 4.0.0)
23
- builder (~> 3.1.0)
24
- activerecord (4.0.0)
25
- activemodel (= 4.0.0)
26
- activerecord-deprecated_finders (~> 1.0.2)
27
- activesupport (= 4.0.0)
28
- arel (~> 4.0.0)
29
- activerecord-deprecated_finders (1.0.3)
30
- activesupport (4.0.0)
31
- i18n (~> 0.6, >= 0.6.4)
32
- minitest (~> 4.2)
33
- multi_json (~> 1.3)
34
- thread_safe (~> 0.1)
35
- tzinfo (~> 0.3.37)
36
- arel (4.0.0)
37
- atomic (1.1.13)
38
- builder (3.1.4)
39
- diff-lcs (1.2.4)
40
- erubis (2.7.0)
41
- friendly_id (5.0.0.beta4)
42
- activerecord (~> 4.0.0)
43
- hike (1.2.3)
44
- i18n (0.6.5)
45
- mail (2.5.4)
46
- mime-types (~> 1.16)
47
- treetop (~> 1.4.8)
48
- mime-types (1.24)
49
- minitest (4.7.5)
50
- multi_json (1.7.9)
51
- polyglot (0.3.3)
52
- protected_attributes (1.0.3)
53
- activemodel (>= 4.0.0, < 5.0)
54
- rack (1.5.2)
55
- rack-test (0.6.2)
56
- rack (>= 1.0)
57
- rails (4.0.0)
58
- actionmailer (= 4.0.0)
59
- actionpack (= 4.0.0)
60
- activerecord (= 4.0.0)
61
- activesupport (= 4.0.0)
62
- bundler (>= 1.3.0, < 2.0)
63
- railties (= 4.0.0)
64
- sprockets-rails (~> 2.0.0)
65
- railties (4.0.0)
66
- actionpack (= 4.0.0)
67
- activesupport (= 4.0.0)
11
+ actioncable (5.1.4)
12
+ actionpack (= 5.1.4)
13
+ nio4r (~> 2.0)
14
+ websocket-driver (~> 0.6.1)
15
+ actionmailer (5.1.4)
16
+ actionpack (= 5.1.4)
17
+ actionview (= 5.1.4)
18
+ activejob (= 5.1.4)
19
+ mail (~> 2.5, >= 2.5.4)
20
+ rails-dom-testing (~> 2.0)
21
+ actionpack (5.1.4)
22
+ actionview (= 5.1.4)
23
+ activesupport (= 5.1.4)
24
+ rack (~> 2.0)
25
+ rack-test (>= 0.6.3)
26
+ rails-dom-testing (~> 2.0)
27
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
28
+ actionview (5.1.4)
29
+ activesupport (= 5.1.4)
30
+ builder (~> 3.1)
31
+ erubi (~> 1.4)
32
+ rails-dom-testing (~> 2.0)
33
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
34
+ activejob (5.1.4)
35
+ activesupport (= 5.1.4)
36
+ globalid (>= 0.3.6)
37
+ activemodel (5.1.4)
38
+ activesupport (= 5.1.4)
39
+ activerecord (5.1.4)
40
+ activemodel (= 5.1.4)
41
+ activesupport (= 5.1.4)
42
+ arel (~> 8.0)
43
+ activesupport (5.1.4)
44
+ concurrent-ruby (~> 1.0, >= 1.0.2)
45
+ i18n (~> 0.7)
46
+ minitest (~> 5.1)
47
+ tzinfo (~> 1.1)
48
+ arel (8.0.0)
49
+ builder (3.2.3)
50
+ concurrent-ruby (1.0.5)
51
+ crass (1.0.2)
52
+ diff-lcs (1.3)
53
+ erubi (1.6.1)
54
+ friendly_id (5.2.3)
55
+ activerecord (>= 4.0.0)
56
+ globalid (0.4.0)
57
+ activesupport (>= 4.2.0)
58
+ i18n (0.8.6)
59
+ loofah (2.1.1)
60
+ crass (~> 1.0.2)
61
+ nokogiri (>= 1.5.9)
62
+ mail (2.6.6)
63
+ mime-types (>= 1.16, < 4)
64
+ method_source (0.9.0)
65
+ mime-types (3.1)
66
+ mime-types-data (~> 3.2015)
67
+ mime-types-data (3.2016.0521)
68
+ mini_portile2 (2.3.0)
69
+ minitest (5.10.3)
70
+ nio4r (2.1.0)
71
+ nokogiri (1.8.1)
72
+ mini_portile2 (~> 2.3.0)
73
+ rack (2.0.3)
74
+ rack-test (0.7.0)
75
+ rack (>= 1.0, < 3)
76
+ rails (5.1.4)
77
+ actioncable (= 5.1.4)
78
+ actionmailer (= 5.1.4)
79
+ actionpack (= 5.1.4)
80
+ actionview (= 5.1.4)
81
+ activejob (= 5.1.4)
82
+ activemodel (= 5.1.4)
83
+ activerecord (= 5.1.4)
84
+ activesupport (= 5.1.4)
85
+ bundler (>= 1.3.0)
86
+ railties (= 5.1.4)
87
+ sprockets-rails (>= 2.0.0)
88
+ rails-dom-testing (2.0.3)
89
+ activesupport (>= 4.2.0)
90
+ nokogiri (>= 1.6)
91
+ rails-html-sanitizer (1.0.3)
92
+ loofah (~> 2.0)
93
+ railties (5.1.4)
94
+ actionpack (= 5.1.4)
95
+ activesupport (= 5.1.4)
96
+ method_source
68
97
  rake (>= 0.8.7)
69
98
  thor (>= 0.18.1, < 2.0)
70
- rake (0.9.2.2)
71
- rspec (2.14.1)
72
- rspec-core (~> 2.14.0)
73
- rspec-expectations (~> 2.14.0)
74
- rspec-mocks (~> 2.14.0)
75
- rspec-core (2.14.5)
76
- rspec-expectations (2.14.2)
77
- diff-lcs (>= 1.1.3, < 2.0)
78
- rspec-mocks (2.14.3)
79
- sprockets (2.10.0)
80
- hike (~> 1.2)
81
- multi_json (~> 1.0)
82
- rack (~> 1.0)
83
- tilt (~> 1.1, != 1.3.0)
84
- sprockets-rails (2.0.0)
85
- actionpack (>= 3.0)
86
- activesupport (>= 3.0)
87
- sprockets (~> 2.8)
88
- sqlite3 (1.3.8)
89
- thor (0.18.1)
90
- thread_safe (0.1.2)
91
- atomic
92
- tilt (1.4.1)
93
- treetop (1.4.15)
94
- polyglot
95
- polyglot (>= 0.3.1)
96
- tzinfo (0.3.37)
99
+ rake (12.1.0)
100
+ rspec (3.6.0)
101
+ rspec-core (~> 3.6.0)
102
+ rspec-expectations (~> 3.6.0)
103
+ rspec-mocks (~> 3.6.0)
104
+ rspec-core (3.6.0)
105
+ rspec-support (~> 3.6.0)
106
+ rspec-expectations (3.6.0)
107
+ diff-lcs (>= 1.2.0, < 2.0)
108
+ rspec-support (~> 3.6.0)
109
+ rspec-its (1.2.0)
110
+ rspec-core (>= 3.0.0)
111
+ rspec-expectations (>= 3.0.0)
112
+ rspec-mocks (3.6.0)
113
+ diff-lcs (>= 1.2.0, < 2.0)
114
+ rspec-support (~> 3.6.0)
115
+ rspec-support (3.6.0)
116
+ sprockets (3.7.1)
117
+ concurrent-ruby (~> 1.0)
118
+ rack (> 1, < 3)
119
+ sprockets-rails (3.2.1)
120
+ actionpack (>= 4.0)
121
+ activesupport (>= 4.0)
122
+ sprockets (>= 3.0.0)
123
+ sqlite3 (1.3.13)
124
+ thor (0.20.0)
125
+ thread_safe (0.3.6)
126
+ tzinfo (1.2.3)
127
+ thread_safe (~> 0.1)
128
+ websocket-driver (0.6.5)
129
+ websocket-extensions (>= 0.1.0)
130
+ websocket-extensions (0.1.2)
97
131
 
98
132
  PLATFORMS
99
133
  ruby
100
134
 
101
135
  DEPENDENCIES
102
136
  gdshowsdb!
103
- protected_attributes
104
- rake (~> 0.9.2.2)
137
+ rake
105
138
  rspec
139
+ rspec-its
106
140
  sqlite3
141
+
142
+ BUNDLED WITH
143
+ 1.15.4
data/README.md CHANGED
@@ -1,3 +1,4 @@
1
+ [![Stories in Ready](https://badge.waffle.io/jefmsmit/gdshowsdb.png?label=ready&title=Ready)](https://waffle.io/jefmsmit/gdshowsdb)
1
2
  # Gdshowsdb
2
3
 
3
4
  [ ![Codeship Status for jefmsmit/gdshowsdb](https://www.codeship.io/projects/b1f0f820-f314-0131-9281-66e36f054ecd/status)](https://www.codeship.io/projects/27798)
@@ -17,7 +17,6 @@ Gem::Specification.new do |gem|
17
17
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
18
18
  gem.require_paths = ["lib"]
19
19
 
20
- gem.add_dependency("rails", "~> 4.0.0")
21
- gem.add_dependency("friendly_id", "5.0.0.beta4")
22
- gem.add_dependency("protected_attributes")
20
+ gem.add_dependency("rails", "~> 5.1")
21
+ gem.add_dependency("friendly_id")
23
22
  end
@@ -1,6 +1,5 @@
1
1
  require "gdshowsdb/version"
2
2
 
3
- require 'protected_attributes'
4
3
  require 'rubygems'
5
4
  require 'active_record'
6
5
  require 'rails/generators'
@@ -27,7 +26,7 @@ module Gdshowsdb
27
26
  end
28
27
 
29
28
  def self.load_yaml(file_name)
30
- YAML.load_file(Gem.datadir('gdshowsdb') + "/#{file_name}")
29
+ YAML.load_file(Gem.loaded_specs['gdshowsdb'].full_gem_path + "/data/gdshowsdb/#{file_name}")
31
30
  end
32
31
 
33
32
  def self.load_yaml_for_year(year)
@@ -1,4 +1,4 @@
1
- class CreateSongRefTable < ActiveRecord::Migration
1
+ class CreateSongRefTable < ActiveRecord::Migration[5.0]
2
2
  def up
3
3
  create_table :song_refs, :id => false do |t|
4
4
  t.string :uuid, :primary => true, :null => false
@@ -1,7 +1,7 @@
1
1
  require 'yaml'
2
2
  require 'gdshowsdb'
3
3
 
4
- class ImportSongRefs < ActiveRecord::Migration
4
+ class ImportSongRefs < ActiveRecord::Migration[5.0]
5
5
  def up
6
6
  Gdshowsdb::SongRefYAMLParser.from_yaml.parse.each do |song_ref_hash|
7
7
  SongRef.create_from(song_ref_hash)
@@ -1,4 +1,4 @@
1
- class CreateShowTable < ActiveRecord::Migration
1
+ class CreateShowTable < ActiveRecord::Migration[5.0]
2
2
 
3
3
  def up
4
4
  create_table :shows, :id => false do |t|
@@ -1,4 +1,4 @@
1
- class CreateShowSetTable < ActiveRecord::Migration
1
+ class CreateShowSetTable < ActiveRecord::Migration[5.0]
2
2
 
3
3
  def up
4
4
  create_table :show_sets, :id => false do |t|
@@ -1,4 +1,4 @@
1
- class CreateSongTable < ActiveRecord::Migration
1
+ class CreateSongTable < ActiveRecord::Migration[5.0]
2
2
 
3
3
  def up
4
4
  create_table :songs, :id => false do |t|
@@ -1,4 +1,4 @@
1
- class CreateSongOccurencesTable < ActiveRecord::Migration
1
+ class CreateSongOccurencesTable < ActiveRecord::Migration[5.0]
2
2
 
3
3
  def up
4
4
  create_table :song_occurences, :id => false do |t|
@@ -1,4 +1,4 @@
1
- class AddCountToSongRefTable < ActiveRecord::Migration
1
+ class AddCountToSongRefTable < ActiveRecord::Migration[5.0]
2
2
 
3
3
  def up
4
4
  add_column :song_refs, :song_occurences_count, :integer, :default => 0
@@ -2,7 +2,7 @@ require 'yaml'
2
2
  require 'securerandom'
3
3
  require 'gdshowsdb'
4
4
 
5
- class ImportShows < ActiveRecord::Migration
5
+ class ImportShows < ActiveRecord::Migration[5.0]
6
6
  include Gdshowsdb
7
7
 
8
8
  def up
@@ -1,5 +1,3 @@
1
- require 'protected_attributes'
2
-
3
1
  class Show < ActiveRecord::Base
4
2
  include Extensions::UUID
5
3
 
@@ -7,14 +5,18 @@ class Show < ActiveRecord::Base
7
5
  has_many :song_occurences, :foreign_key => :show_uuid, :primary_key => :uuid
8
6
  has_many :song_refs, :through => :song_occurences, :foreign_key => :show_uuid
9
7
 
10
- attr_accessible :uuid, :year, :month, :day, :venue, :city, :state, :country, :position
11
-
12
8
  def self.create_from(spec)
13
- Show.create(spec)
9
+ show = Show.new
10
+ set_spec(show, spec)
11
+ show.save
12
+ show
14
13
  end
15
14
 
16
15
  def self.update_from(spec)
17
- Show.update(spec[:uuid], spec)
16
+ show = Show.find_by(uuid: spec[:uuid])
17
+ set_spec(show, spec)
18
+ show.save
19
+ show
18
20
  end
19
21
 
20
22
  def self.remove_from(spec)
@@ -52,6 +54,19 @@ class Show < ActiveRecord::Base
52
54
 
53
55
  private
54
56
 
57
+ def self.set_spec(show, spec)
58
+ show.uuid = spec[:uuid]
59
+ show.venue = spec[:venue]
60
+ show.city = spec[:city]
61
+ show.state = spec[:state]
62
+ show.country = spec[:country]
63
+ show.year = spec[:year]
64
+ show.month = spec[:month]
65
+ show.day = spec[:day]
66
+ show.position = spec[:position]
67
+ show
68
+ end
69
+
55
70
  def pad(int)
56
71
  "%02d" % int
57
72
  end
@@ -5,18 +5,18 @@ class ShowSet < ActiveRecord::Base
5
5
  belongs_to :show, :foreign_key => :show_uuid, :primary_key => :uuid
6
6
  accepts_nested_attributes_for :songs
7
7
 
8
- attr_accessible :uuid, :show_uuid, :position, :encore
9
-
10
- def self.create_from(spec)
11
- ShowSet.create(spec) do |show_set|
12
- show_set.show = Show.find_by_uuid(spec[:show_uuid])
13
- end
8
+ def self.create_from(spec)
9
+ show_set = ShowSet.new
10
+ set_spec(show_set, spec)
11
+ show_set.save
12
+ show_set
14
13
  end
15
14
 
16
15
  def self.update_from(spec)
17
- ShowSet.update(spec[:uuid], spec) do |show_set|
18
- show_set.show = Show.find_by_uuid(spec[:show_uuid])
19
- end
16
+ show_set = ShowSet.find_by_uuid(spec[:uuid])
17
+ set_spec(show_set, spec)
18
+ show_set.save
19
+ show_set
20
20
  end
21
21
 
22
22
  def self.remove_from(spec)
@@ -37,4 +37,14 @@ class ShowSet < ActiveRecord::Base
37
37
  def encore?
38
38
  encore
39
39
  end
40
+
41
+ private
42
+
43
+ def self.set_spec(show_set, spec)
44
+ show_set.uuid = spec[:uuid]
45
+ show_set.show_uuid = spec[:show_uuid]
46
+ show_set.position = spec[:position]
47
+ show_set.encore = spec[:encore]
48
+ show_set.show = Show.find_by_uuid(spec[:show_uuid])
49
+ end
40
50
  end
@@ -4,12 +4,10 @@ class Song < ActiveRecord::Base
4
4
  belongs_to :show_set, :foreign_key => :show_set_uuid, :primary_key => :uuid
5
5
  belongs_to :song_ref, :foreign_key => :song_ref_uuid, :primary_key => :uuid
6
6
 
7
- attr_accessible :uuid, :song_ref_uuid, :show_set_uuid, :show_set, :position, :segued
8
-
9
- def self.create_from(spec)
10
- Song.create(remove_name(spec)) do |song|
11
- song.show_set = ShowSet.find_by_uuid(spec[:show_set_uuid])
12
- end
7
+ def self.create_from(spec)
8
+ song = Song.new
9
+ set_spec(song, spec)
10
+ song.save
13
11
  create_song_relationships(spec)
14
12
  Song.find_by_uuid(spec[:uuid])
15
13
  end
@@ -17,17 +15,15 @@ class Song < ActiveRecord::Base
17
15
  def self.create_song_relationships(spec)
18
16
  song_ref = SongRef.find_by_name(spec[:name])
19
17
  song_ref.songs << Song.find_by_uuid(spec[:uuid])
20
-
21
- song_ref.song_occurences.create(uuid: SecureRandom.uuid, position: spec[:position]) do |occurence|
22
- occurence.show = ShowSet.find_by_uuid(spec[:show_set_uuid]).show
23
- end
18
+ song_ref.song_occurences << SongOccurence.create_from(uuid: SecureRandom.uuid, position: spec[:position], show_set_uuid: spec[:show_set_uuid])
19
+ song_ref.save
24
20
  end
25
21
 
26
22
  def self.update_from(spec)
27
- read_song = Song.find_by_uuid(spec[:uuid])
28
- read_song.show_set = ShowSet.find_by_uuid(spec[:show_set_uuid])
29
- read_song.update(remove_name(spec))
30
- Song.find_by_uuid(spec[:uuid])
23
+ song = Song.find_by_uuid(spec[:uuid])
24
+ set_spec(song, spec)
25
+ song.save
26
+ song
31
27
  end
32
28
 
33
29
  def self.update_song_relationships(spec)
@@ -69,4 +65,15 @@ class Song < ActiveRecord::Base
69
65
  def self.remove_name(spec)
70
66
  spec.reject {|k,v| k == :name }
71
67
  end
68
+
69
+ def self.set_spec(song, spec)
70
+ song.uuid = spec[:uuid]
71
+ song.song_ref_uuid = spec[:song_ref_uuid]
72
+ song.show_set_uuid = spec[:show_set_uuid]
73
+ song.show_set = spec[:show_set]
74
+ song.position = spec[:position]
75
+ song.segued = spec[:segued]
76
+ song.show_set = ShowSet.find_by_uuid(spec[:show_set_uuid])
77
+ song
78
+ end
72
79
  end
@@ -5,5 +5,18 @@ class SongOccurence < ActiveRecord::Base
5
5
  belongs_to :song_ref, :foreign_key => :song_ref_uuid, :primary_key => :uuid, :counter_cache => true
6
6
  accepts_nested_attributes_for :show
7
7
 
8
- attr_accessible :position, :uuid, :show
8
+ def self.create_from(spec)
9
+ occurence = SongOccurence.new
10
+ set_spec(occurence, spec)
11
+ occurence.save
12
+ occurence
13
+ end
14
+
15
+ private
16
+
17
+ def self.set_spec(occurence, spec)
18
+ occurence.uuid = spec[:uuid]
19
+ occurence.position = spec[:position]
20
+ occurence.show = ShowSet.find_by_uuid(spec[:show_set_uuid]).show
21
+ end
9
22
  end
@@ -12,21 +12,28 @@ class SongRef < ActiveRecord::Base
12
12
 
13
13
  accepts_nested_attributes_for :song_occurences
14
14
 
15
- attr_accessible :uuid, :name, :slug
16
-
17
15
  def self.create_from(spec)
18
- SongRef.create(
19
- uuid: spec[:uuid],
20
- name: spec[:name],
21
- slug: spec[:name].parameterize.underscore
22
- )
16
+ song_ref = SongRef.new
17
+ set_spec(song_ref, spec)
18
+ song_ref.save
23
19
  end
24
20
 
25
- def self.update_from(spec)
26
- SongRef.update(spec[:uuid], spec)
21
+ def self.update_from(spec)
22
+ song_ref = SongRef.find_by_uuid(spec[:uuid])
23
+ set_spec(song_ref, spec)
24
+ song_ref.save
27
25
  end
28
26
 
29
27
  def self.remove_from(spec)
30
28
  SongRef.find_by_uuid(spec[:uuid]).delete
31
29
  end
30
+
31
+ private
32
+
33
+ def self.set_spec(song_ref, spec)
34
+ song_ref.uuid = spec[:uuid]
35
+ song_ref.name = spec[:name]
36
+ song_ref.slug = spec[:name].parameterize.underscore
37
+ song_ref
38
+ end
32
39
  end
@@ -1,3 +1,3 @@
1
1
  module Gdshowsdb
2
- VERSION = "0.9.1"
2
+ VERSION = "1.0.0"
3
3
  end
@@ -3,6 +3,7 @@ $LOAD_PATH.unshift(File.dirname(__FILE__))
3
3
 
4
4
  require 'rubygems'
5
5
  require 'bundler/setup'
6
+ require 'rspec/its'
6
7
 
7
8
  require 'gdshowsdb'
8
9
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gdshowsdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 1.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: 2015-02-05 00:00:00.000000000 Z
11
+ date: 2017-10-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -16,30 +16,16 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 4.0.0
19
+ version: '5.1'
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: 4.0.0
26
+ version: '5.1'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: friendly_id
29
- requirement: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - '='
32
- - !ruby/object:Gem::Version
33
- version: 5.0.0.beta4
34
- type: :runtime
35
- prerelease: false
36
- version_requirements: !ruby/object:Gem::Requirement
37
- requirements:
38
- - - '='
39
- - !ruby/object:Gem::Version
40
- version: 5.0.0.beta4
41
- - !ruby/object:Gem::Dependency
42
- name: protected_attributes
43
29
  requirement: !ruby/object:Gem::Requirement
44
30
  requirements:
45
31
  - - ">="
@@ -166,7 +152,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
166
152
  version: '0'
167
153
  requirements: []
168
154
  rubyforge_project:
169
- rubygems_version: 2.4.3
155
+ rubygems_version: 2.6.13
170
156
  signing_key:
171
157
  specification_version: 4
172
158
  summary: All Grateful Dead show information in a relational database.