head_music 11.3.0 → 11.4.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4d8882c692b8b956f3856e601c37ce271c86b513064071d69b8e6965d67d8514
4
- data.tar.gz: 9c14060294dfc59bb6abc768f5090edec67bdb65ef3c8e4ad6c7079b4fec93df
3
+ metadata.gz: 372926bb69f746156ce2d015ddf3c34df1bb5b93e5842b433d25b5c477090d61
4
+ data.tar.gz: 11db56727adf5039ad320c357fb92aa13021095ef2f9c1d337a978706a391b7b
5
5
  SHA512:
6
- metadata.gz: f0803c09f157ec3331c3e3921c5fb9d3ec2873b7655a54f2d4dc518613d4059f470eaf17900c1f2f28fbd274fe15e4a53d7603c65f2b6dacd550dc596b57c872
7
- data.tar.gz: f98d4b7e8fdfdae06ca3e116ebf19793151abaeeb5c3535708181abcb3b8d9deae965262da7f69fab6ca6e29065832f253532b186dfa0bfc0e98d8c4a80f2e90
6
+ metadata.gz: c8d4c480d7535ba66ea8d12126b0aada1ce3d03b45b0e858da37d34315fa2a703a33712a46cdad7b537f4d617f96abddd130d58e2abdab73e8a5bed267633845
7
+ data.tar.gz: 56e5c437f62b7884631c3cf13a005d0e4f08eddba5945427d8ae75cda4b1b48e6e0875ae9923be808b2cd854b4fcf9b42db2ddb341dfd83a41144108209e9bcc
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- head_music (11.3.0)
4
+ head_music (11.4.0)
5
5
  activesupport (>= 7.0, < 10)
6
6
  humanize (~> 2.0)
7
7
  i18n (~> 1.8)
@@ -6,7 +6,7 @@ module HeadMusic
6
6
  class Source
7
7
  SOURCES_DATA = YAML.load_file(File.expand_path("sources.yml", __dir__)).freeze
8
8
 
9
- attr_reader :key, :publication_name, :publication_edition, :author_names, :notes
9
+ attr_reader :key, :publication_name, :abbreviation, :publication_edition, :author_names, :notes
10
10
 
11
11
  class << self
12
12
  def all
@@ -42,6 +42,7 @@ module HeadMusic
42
42
  def initialize(key:, data:)
43
43
  @key = key.to_sym
44
44
  @publication_name = data["publication_name"]
45
+ @abbreviation = data["abbreviation"]
45
46
  @publication_edition = data["publication_edition"]
46
47
  @author_names = data["author_names"] || []
47
48
  @notes = data["notes"]&.strip
@@ -1,12 +1,14 @@
1
1
  cantus_firmus_sources:
2
2
  fux:
3
3
  publication_name: Gradus ad Parnassum
4
+ abbreviation: Fux
4
5
  author_names:
5
6
  - Johann Joseph Fux
6
7
  notes: >
7
8
  A foundational text on counterpoint by Johann Joseph Fux, first published in 1725.
8
9
  clendinning_and_marvin:
9
10
  publication_name: The Musician's Guide to Theory and Analysis
11
+ abbreviation: C&M
10
12
  publication_edition: 3rd
11
13
  author_names:
12
14
  - Jane Piper Clendinning
@@ -15,6 +17,7 @@ cantus_firmus_sources:
15
17
  A contemporary guide to music theory and analysis, widely used in music education.
16
18
  davis_and_lybbert:
17
19
  publication_name: The Essentials of Counterpoint
20
+ abbreviation: D&L
18
21
  author_names:
19
22
  - Ferdinand Davis
20
23
  - Donald Lybbert
@@ -22,6 +25,7 @@ cantus_firmus_sources:
22
25
  A comprehensive text on counterpoint techniques and practices.
23
26
  schoenberg:
24
27
  publication_name: Preliminary Exercises in Counterpoint
28
+ abbreviation: Schoenberg
25
29
  author_names:
26
30
  - Arnold Schoenberg
27
31
  notes: >
@@ -1,3 +1,3 @@
1
1
  module HeadMusic
2
- VERSION = "11.3.0"
2
+ VERSION = "11.4.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: head_music
3
3
  version: !ruby/object:Gem::Version
4
- version: 11.3.0
4
+ version: 11.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rob Head
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-01-31 00:00:00.000000000 Z
11
+ date: 2026-02-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport