--- !ruby/object:Gem::Specification name: coltrane version: !ruby/object:Gem::Version version: 3.1.1 platform: ruby authors: - Pedro Maciel autorequire: bindir: exe cert_chain: [] date: 2018-04-07 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: tty-reader requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.2' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.2' - !ruby/object:Gem::Dependency name: dry-monads requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.4' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.4' - !ruby/object:Gem::Dependency name: paint requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.0' - !ruby/object:Gem::Dependency name: color requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.8' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.8' - !ruby/object:Gem::Dependency name: pedrozath-mercenary requirement: !ruby/object:Gem::Requirement requirements: - - '=' - !ruby/object:Gem::Version version: 0.3.8 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '=' - !ruby/object:Gem::Version version: 0.3.8 - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.14' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.14' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '10.0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '10.0' description: email: - pedro@pedromaciel.com executables: - coltrane extensions: [] extra_rdoc_files: [] files: - ".bundle/config" - ".gitignore" - ".rspec" - ".rubocop.yml" - ".ruby-version" - ".travis.yml" - CHANGELOG.md - CODE_OF_CONDUCT.md - Gemfile - Gemfile.lock - Guardfile - LICENSE.txt - README.md - Rakefile - bin/_guard-core - bin/build - bin/bundle - bin/bundler - bin/byebug - bin/coderay - bin/coltrane - bin/coltrane-interactive - bin/console - bin/erubis - bin/flay - bin/gitlab - bin/guard - bin/htmldiff - bin/httparty - bin/kill-pry-rescue - bin/ldiff - bin/listen - bin/nokogiri - bin/opal - bin/opal-build - bin/opal-mspec - bin/opal-repl - bin/pronto - bin/pry - bin/rackup - bin/rake - bin/rdoc - bin/rescue - bin/ri - bin/rspec - bin/rubocop - bin/ruby-parse - bin/ruby-rewrite - bin/ruby_parse - bin/ruby_parse_extract_error - bin/setup - bin/sprockets - bin/thor - bin/tilt - coltrane.gemspec - config.ru - exe/coltrane - lib/coltrane.rb - lib/coltrane/commands.rb - lib/coltrane/commands/chords.rb - lib/coltrane/commands/command.rb - lib/coltrane/commands/common_chords.rb - lib/coltrane/commands/errors.rb - lib/coltrane/commands/find_progression.rb - lib/coltrane/commands/find_scale.rb - lib/coltrane/commands/notes.rb - lib/coltrane/commands/progression.rb - lib/coltrane/commands/scale.rb - lib/coltrane/renderers.rb - lib/coltrane/renderers/renderer.rb - lib/coltrane/renderers/text_renderer.rb - lib/coltrane/renderers/text_renderer/array_drawer.rb - lib/coltrane/renderers/text_renderer/base_drawer.rb - lib/coltrane/renderers/text_renderer/hash_drawer.rb - lib/coltrane/renderers/text_renderer/representation_guitar_chord_drawer.rb - lib/coltrane/renderers/text_renderer/representation_guitar_note_set_drawer.rb - lib/coltrane/renderers/text_renderer/representation_piano_note_set_drawer.rb - lib/coltrane/renderers/text_renderer/theory_chord_drawer.rb - lib/coltrane/renderers/text_renderer/theory_note_set_drawer.rb - lib/coltrane/renderers/text_renderer/theory_progression_drawer.rb - lib/coltrane/renderers/text_renderer/theory_progression_set_drawer.rb - lib/coltrane/renderers/text_renderer/theory_scale_drawer.rb - lib/coltrane/renderers/text_renderer/theory_scale_set_drawer.rb - lib/coltrane/representation.rb - lib/coltrane/representation/guitar.rb - lib/coltrane/representation/guitar/chord.rb - lib/coltrane/representation/guitar/note.rb - lib/coltrane/representation/guitar/note_set.rb - lib/coltrane/representation/guitar/string.rb - lib/coltrane/representation/guitar_like_instruments.rb - lib/coltrane/representation/piano.rb - lib/coltrane/representation/piano/note_set.rb - lib/coltrane/synth.rb.rb - lib/coltrane/synth/base.rb - lib/coltrane/synth/synth.rb - lib/coltrane/theory.rb - lib/coltrane/theory/cadence.rb - lib/coltrane/theory/changes.rb - lib/coltrane/theory/chord.rb - lib/coltrane/theory/chord_quality.rb - lib/coltrane/theory/chord_substitutions.rb - lib/coltrane/theory/circle_of_fifths.rb - lib/coltrane/theory/classic_scales.rb - lib/coltrane/theory/diatonic_scale.rb - lib/coltrane/theory/errors.rb - lib/coltrane/theory/frequency.rb - lib/coltrane/theory/frequency_interval.rb - lib/coltrane/theory/interval.rb - lib/coltrane/theory/interval_class.rb - lib/coltrane/theory/interval_sequence.rb - lib/coltrane/theory/key.rb - lib/coltrane/theory/mode.rb - lib/coltrane/theory/notable_progressions.rb - lib/coltrane/theory/note.rb - lib/coltrane/theory/note_set.rb - lib/coltrane/theory/pitch.rb - lib/coltrane/theory/pitch_class.rb - lib/coltrane/theory/progression.rb - lib/coltrane/theory/progression_set.rb - lib/coltrane/theory/qualities.rb - lib/coltrane/theory/roman_chord.rb - lib/coltrane/theory/scale.rb - lib/coltrane/theory/scale_search_result.rb - lib/coltrane/theory/scale_set.rb - lib/coltrane/theory/voicing.rb - lib/coltrane/version.rb - lib/core_ext.rb homepage: http://github.com/pedrozath/coltrane licenses: - MIT metadata: allowed_push_host: https://rubygems.org post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '2.5' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.7.6 signing_key: specification_version: 4 summary: It deals with all sorts of calculations around music theory and allows for graphical representations of it test_files: []