stave 0.1.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.
metadata ADDED
@@ -0,0 +1,88 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: stave
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Chris Welham
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2024-10-05 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: zeitwerk
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ description: A Ruby gem that abstracts and models music theory
28
+ email:
29
+ - 71787007+apexatoll@users.noreply.github.com
30
+ executables: []
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - ".rspec"
35
+ - ".rubocop.yml"
36
+ - LICENSE.txt
37
+ - README.md
38
+ - Rakefile
39
+ - lib/stave.rb
40
+ - lib/stave/core/degree_collection.rb
41
+ - lib/stave/core/lookup.rb
42
+ - lib/stave/core/note_collection.rb
43
+ - lib/stave/core/option_merger.rb
44
+ - lib/stave/core/scale_harmoniser.rb
45
+ - lib/stave/theory/accidental.rb
46
+ - lib/stave/theory/chord.rb
47
+ - lib/stave/theory/chord_inversion.rb
48
+ - lib/stave/theory/chord_inversion_type.rb
49
+ - lib/stave/theory/chord_type.rb
50
+ - lib/stave/theory/circle.rb
51
+ - lib/stave/theory/circle_type.rb
52
+ - lib/stave/theory/degree.rb
53
+ - lib/stave/theory/interval.rb
54
+ - lib/stave/theory/key_signature.rb
55
+ - lib/stave/theory/mode.rb
56
+ - lib/stave/theory/mode_type.rb
57
+ - lib/stave/theory/note.rb
58
+ - lib/stave/theory/scale.rb
59
+ - lib/stave/theory/scale_type.rb
60
+ - lib/stave/version.rb
61
+ - sig/stave.rbs
62
+ - stave.gemspec
63
+ homepage: https://github.com/apexatoll/stave
64
+ licenses:
65
+ - MIT
66
+ metadata:
67
+ homepage_uri: https://github.com/apexatoll/stave
68
+ source_code_uri: https://github.com/apexatoll/stave
69
+ post_install_message:
70
+ rdoc_options: []
71
+ require_paths:
72
+ - lib
73
+ required_ruby_version: !ruby/object:Gem::Requirement
74
+ requirements:
75
+ - - ">="
76
+ - !ruby/object:Gem::Version
77
+ version: 3.3.0
78
+ required_rubygems_version: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: '0'
83
+ requirements: []
84
+ rubygems_version: 3.5.3
85
+ signing_key:
86
+ specification_version: 4
87
+ summary: Music theory object library
88
+ test_files: []