--- !ruby/object:Gem::Specification
name: gdshowsdb
version: !ruby/object:Gem::Version
  version: 0.9.1
platform: ruby
authors:
- Jeff Smith
autorequire: 
bindir: bin
cert_chain: []
date: 2015-02-05 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: rails
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: 4.0.0
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: 4.0.0
- !ruby/object:Gem::Dependency
  name: friendly_id
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - '='
      - !ruby/object:Gem::Version
        version: 5.0.0.beta4
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - '='
      - !ruby/object:Gem::Version
        version: 5.0.0.beta4
- !ruby/object:Gem::Dependency
  name: protected_attributes
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
description: All Grateful Dead show information in a relational database.
email:
- jefmsmit@gmail.com
executables: []
extensions: []
extra_rdoc_files: []
files:
- ".gitignore"
- ".rvmrc"
- ".travis.yml"
- Gemfile
- Gemfile.lock
- LICENSE.txt
- README.md
- Rakefile
- data/gdshowsdb/1965.yaml
- data/gdshowsdb/1966.yaml
- data/gdshowsdb/1967.yaml
- data/gdshowsdb/1968.yaml
- data/gdshowsdb/1969.yaml
- data/gdshowsdb/1970.yaml
- data/gdshowsdb/1971.yaml
- data/gdshowsdb/1972.yaml
- data/gdshowsdb/1973.yaml
- data/gdshowsdb/1974.yaml
- data/gdshowsdb/1975.yaml
- data/gdshowsdb/1976.yaml
- data/gdshowsdb/1977.yaml
- data/gdshowsdb/1978.yaml
- data/gdshowsdb/1979.yaml
- data/gdshowsdb/1980.yaml
- data/gdshowsdb/1981.yaml
- data/gdshowsdb/1982.yaml
- data/gdshowsdb/1983.yaml
- data/gdshowsdb/1984.yaml
- data/gdshowsdb/1985.yaml
- data/gdshowsdb/1986.yaml
- data/gdshowsdb/1987.yaml
- data/gdshowsdb/1988.yaml
- data/gdshowsdb/1989.yaml
- data/gdshowsdb/1990.yaml
- data/gdshowsdb/1991.yaml
- data/gdshowsdb/1992.yaml
- data/gdshowsdb/1993.yaml
- data/gdshowsdb/1994.yaml
- data/gdshowsdb/1995.yaml
- data/gdshowsdb/shows-debug.yaml
- data/gdshowsdb/song_refs.yaml
- gdshowsdb.gemspec
- lib/gdshowsdb.rb
- lib/gdshowsdb/db/migrations/001_create_song_ref_table.rb
- lib/gdshowsdb/db/migrations/002_import_song_refs.rb
- lib/gdshowsdb/db/migrations/003_create_show_table.rb
- lib/gdshowsdb/db/migrations/004_create_show_set_table.rb
- lib/gdshowsdb/db/migrations/005_create_song_table.rb
- lib/gdshowsdb/db/migrations/006_create_song_occurences_table.rb
- lib/gdshowsdb/db/migrations/008_add_count_to_song_ref_table.rb
- lib/gdshowsdb/db/migrations/009_import_shows.rb
- lib/gdshowsdb/diff.rb
- lib/gdshowsdb/generators/gdshowsdatabase_generator.rb
- lib/gdshowsdb/generators/gdshowsdatabase_upgrade_generator.rb
- lib/gdshowsdb/models/extensions/uuid.rb
- lib/gdshowsdb/models/show.rb
- lib/gdshowsdb/models/show_set.rb
- lib/gdshowsdb/models/song.rb
- lib/gdshowsdb/models/song_occurence.rb
- lib/gdshowsdb/models/song_ref.rb
- lib/gdshowsdb/set_db_extractor.rb
- lib/gdshowsdb/set_diff.rb
- lib/gdshowsdb/set_yaml_parser.rb
- lib/gdshowsdb/show_db_extractor.rb
- lib/gdshowsdb/show_diff.rb
- lib/gdshowsdb/show_yaml_parser.rb
- lib/gdshowsdb/song_db_extractor.rb
- lib/gdshowsdb/song_diff.rb
- lib/gdshowsdb/song_ref_db_extractror.rb
- lib/gdshowsdb/song_ref_diff.rb
- lib/gdshowsdb/song_ref_yaml_parser.rb
- lib/gdshowsdb/song_yaml_parser.rb
- lib/gdshowsdb/templates/update_migration.rb.erb
- lib/gdshowsdb/version.rb
- sample.rb
- spec/gdshowsdb/diff_spec.rb
- spec/gdshowsdb/models/show_set_spec.rb
- spec/gdshowsdb/models/show_spec.rb
- spec/gdshowsdb/models/song_spec.rb
- spec/gdshowsdb/set_db_extractor_spec.rb
- spec/gdshowsdb/set_yaml_parser_spec.rb
- spec/gdshowsdb/show_db_extractor_spec.rb
- spec/gdshowsdb/show_yaml_parser_spec.rb
- spec/gdshowsdb/song_db_extractor_spec.rb
- spec/gdshowsdb/song_ref_db_extractor_spec.rb
- spec/gdshowsdb/song_ref_yaml_parser_spec.rb
- spec/gdshowsdb/song_yaml_parser_spec.rb
- spec/spec_helper.rb
homepage: http://github.com/jefmsmit/gdshowdb
licenses: []
metadata: {}
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubyforge_project: 
rubygems_version: 2.4.3
signing_key: 
specification_version: 4
summary: All Grateful Dead show information in a relational database.
test_files:
- spec/gdshowsdb/diff_spec.rb
- spec/gdshowsdb/models/show_set_spec.rb
- spec/gdshowsdb/models/show_spec.rb
- spec/gdshowsdb/models/song_spec.rb
- spec/gdshowsdb/set_db_extractor_spec.rb
- spec/gdshowsdb/set_yaml_parser_spec.rb
- spec/gdshowsdb/show_db_extractor_spec.rb
- spec/gdshowsdb/show_yaml_parser_spec.rb
- spec/gdshowsdb/song_db_extractor_spec.rb
- spec/gdshowsdb/song_ref_db_extractor_spec.rb
- spec/gdshowsdb/song_ref_yaml_parser_spec.rb
- spec/gdshowsdb/song_yaml_parser_spec.rb
- spec/spec_helper.rb