figurate_numbers 0.9.6 → 1.0.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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/figurate_numbers.rb +1576 -166
  3. metadata +7 -7
metadata CHANGED
@@ -1,19 +1,19 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: figurate_numbers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.6
4
+ version: 1.0.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-15 00:00:00.000000000 Z
11
+ date: 2024-07-03 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.
13
+ description: Generates 206 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
17
  email: edelve91@gmail.com
18
18
  executables: []
19
19
  extensions: []
@@ -44,6 +44,6 @@ requirements: []
44
44
  rubygems_version: 3.3.7
45
45
  signing_key:
46
46
  specification_version: 4
47
- summary: Generates infinite sequences of plane, space, and multidimensional figurate
47
+ summary: Generates 206 infinite sequences of plane, space, and multidimensional figurate
48
48
  numbers based on the book ‘Figurate Numbers’ (2012) by Elena Deza and Michel Deza.
49
49
  test_files: []