# -*- encoding: utf-8 -*-
# stub: hearken 0.1.3 ruby lib

Gem::Specification.new do |s|
  s.name = "hearken".freeze
  s.version = "0.1.3".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.metadata = { "rubygems_mfa_required" => "true" } if s.respond_to? :metadata=
  s.require_paths = ["lib".freeze]
  s.authors = ["Mark Ryall".freeze]
  s.bindir = "exe".freeze
  s.date = "2022-09-26"
  s.description = "A command line tool to enqueue and play music trackspec.\n\nThis also extracts the tags from a collection of folderspec.\n\nThis replaces and combines the functionality from a couple of other gems (audio_library and songbirdsh).\n".freeze
  s.email = ["mark@ryall.name".freeze]
  s.executables = ["hearken".freeze, "hearken_index".freeze]
  s.files = [".cards/4d6da46f-8838-488f-997b-9ec873092d5d".freeze, ".cards/68695ed3-ef6c-4c65-939e-48695a4511c8".freeze, ".cards/6ed72945-35a4-4372-97d8-13b357d8c7c0".freeze, ".cards/91de072e-4427-48dc-89ad-0b03756eb689".freeze, ".cards/9242c879-a66f-4144-8f24-b05f7c5a49f3".freeze, ".cards/94f23de2-4e0c-417a-aa82-3147908e2481".freeze, ".cards/a5be50c4-2117-4ecf-bc64-e9977f4d52c1".freeze, ".cards/f742a9f4-36af-43e5-a7cb-480049a43821".freeze, ".rubocop.yml".freeze, ".tool-versions".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "exe/hearken".freeze, "exe/hearken_index".freeze, "hearken.gemspec".freeze, "lib/hearken.rb".freeze, "lib/hearken/colour.rb".freeze, "lib/hearken/command/enqueue.rb".freeze, "lib/hearken/command/reload.rb".freeze, "lib/hearken/command/search.rb".freeze, "lib/hearken/console.rb".freeze, "lib/hearken/debug.rb".freeze, "lib/hearken/indexing.rb".freeze, "lib/hearken/indexing/audio_traverser.rb".freeze, "lib/hearken/indexing/executor.rb".freeze, "lib/hearken/indexing/ffmpeg_file.rb".freeze, "lib/hearken/indexing/file.rb".freeze, "lib/hearken/indexing/indexer.rb".freeze, "lib/hearken/indexing/parser.rb".freeze, "lib/hearken/indexing/persistant_traverser.rb".freeze, "lib/hearken/indexing/persisted_traverser.rb".freeze, "lib/hearken/library.rb".freeze, "lib/hearken/monkey_violence.rb".freeze, "lib/hearken/paths.rb".freeze, "lib/hearken/range_expander.rb".freeze, "lib/hearken/tagged.rb".freeze, "lib/hearken/track.rb".freeze, "media/applause.mp3".freeze]
  s.homepage = "http://github.com/markryall/hearken".freeze
  s.post_install_message = "Hey - thanks for installing hearken.\n\nBefore doing anything else, you should index your music collection by running:\n\n  hearken_index path_to_your_music_collection\n\nThis could take a while if you have a large collection - you should hear some applause when it's done\n\nAfter that just run hearken to start searching for and then queueing tracks.\n".freeze
  s.required_ruby_version = Gem::Requirement.new(">= 2.6.0".freeze)
  s.rubygems_version = "3.5.10".freeze
  s.summary = "command line music player".freeze

  s.specification_version = 4

  s.add_runtime_dependency(%q<rainbow>.freeze, ["~> 2".freeze])
  s.add_runtime_dependency(%q<shell_shock>.freeze, [">= 0".freeze])
end