figurate_numbers 0.9.7 → 1.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +426 -0
  3. data/lib/figurate_numbers.rb +1429 -304
  4. metadata +14 -11
metadata CHANGED
@@ -1,31 +1,34 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: figurate_numbers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.7
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Edgar Armando Delgado Vega
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-17 00:00:00.000000000 Z
11
+ date: 2024-07-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: Generates infinite sequences of plane, space, and multidimensional figurate
14
- numbers based on the book ‘Figurate Numbers’ (2012) by Elena Deza and Michel Deza.
15
- The methods are implemented using the Enumerator class and are designed for use
16
- in Sonic Pi.
17
- email: edelve91@gmail.com
13
+ description: Generates 234 infinite sequences of plane, space, and multidimensional
14
+ figurate numbers based on the book ‘Figurate Numbers’ (2012) by Elena Deza and Michel
15
+ Deza. The methods are implemented using the Enumerator class and are designed for
16
+ use in your math projects or in Sonic Pi.
17
+ email:
18
+ - edelve91@gmail.com
18
19
  executables: []
19
20
  extensions: []
20
- extra_rdoc_files: []
21
+ extra_rdoc_files:
22
+ - README.md
21
23
  files:
24
+ - README.md
22
25
  - lib/figurate_numbers.rb
23
26
  homepage: https://github.com/edelveart/figurate_numbers_sonic_pi
24
27
  licenses:
25
28
  - MIT
26
29
  metadata:
27
- source_code_uri: https://github.com/edelveart/figurate_numbers_sonic_pi
28
30
  documentation_uri: https://www.rubydoc.info/gems/figurate_numbers
31
+ homepage_uri: https://github.com/edelveart/figurate_numbers_sonic_pi
29
32
  post_install_message:
30
33
  rdoc_options: []
31
34
  require_paths:
@@ -34,7 +37,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
34
37
  requirements:
35
38
  - - ">="
36
39
  - !ruby/object:Gem::Version
37
- version: '0'
40
+ version: 2.0.0
38
41
  required_rubygems_version: !ruby/object:Gem::Requirement
39
42
  requirements:
40
43
  - - ">="
@@ -44,6 +47,6 @@ requirements: []
44
47
  rubygems_version: 3.3.7
45
48
  signing_key:
46
49
  specification_version: 4
47
- summary: Generates infinite sequences of plane, space, and multidimensional figurate
50
+ summary: Generates 234 infinite sequences of plane, space, and multidimensional figurate
48
51
  numbers based on the book ‘Figurate Numbers’ (2012) by Elena Deza and Michel Deza.
49
52
  test_files: []