continued_fractions 2.1.0 → 2.1.2

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/README.md +2 -3
  3. metadata +12 -15
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0dc6cd2a45f726fa6342ebf0efb882e1987e809bdf5527423e824dff1d20e4c2
4
- data.tar.gz: c9c654e3bc9de045ceab233afabd54c716e576e968edbaddd020c225104efda6
3
+ metadata.gz: fd64bc9d05b4942a4a25df4d7d5c8b77587565c1aae0405288a78c66b0614916
4
+ data.tar.gz: 28b152cf7ccc2174c0137a064c8cb95b9609aabdc2ba6ed237d0432b4ebb894c
5
5
  SHA512:
6
- metadata.gz: 718056486dce496d4ba77442b501885f870a030e03cf4c4e86c682ff9000fae47f942f72b6df32991ba32c292339087f1df8f05feb42378442d66b7d21fb4b2f
7
- data.tar.gz: a0f29e4141936a1187babdb6b44f9eb712e8f04499e3b82e569321cf96f8cefa034bc5d10d7d1fc5df086b8804ca911e1ace9ffebd332496dbfcc92947766fbc
6
+ metadata.gz: 05b7f480b93c449b27eb5a2c63bcbaa8a6cea8d3acfff5fc91caa4440588613d4985a2823ad4accdee795a757c379b970aa4eea82f1e20e94a46911cd98b694d
7
+ data.tar.gz: 636ffd3151ce7e0a71eee4b1539d4a67e8f6b423d63c511acd1d0512612faa143ef7c6634c8f8e49563e43ad93fc450a096e4f12a6c9648ae070e6fbe509068c
data/README.md CHANGED
@@ -1,6 +1,5 @@
1
1
  # ContinuedFractions
2
-
3
- * http://rubygems.org/gems/continued_fractions
2
+ [![Gem Version](https://badge.fury.io/rb/continued_fractions.svg)](https://badge.fury.io/rb/continued_fractions)
4
3
 
5
4
  ## Description
6
5
 
@@ -46,4 +45,4 @@ sudo gem install continued_fractions
46
45
 
47
46
  ## Contributors
48
47
 
49
- * [Jose Hales-Garcia](https://github.com/jolohaga)
48
+ * [Jose Hales-Garcia](https://github.com/jolohaga)
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: continued_fractions
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jose Hales-Garcia
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2023-12-22 00:00:00.000000000 Z
10
+ date: 2026-01-27 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: rspec
@@ -16,42 +15,42 @@ dependencies:
16
15
  requirements:
17
16
  - - "~>"
18
17
  - !ruby/object:Gem::Version
19
- version: '3.2'
18
+ version: '3'
20
19
  type: :development
21
20
  prerelease: false
22
21
  version_requirements: !ruby/object:Gem::Requirement
23
22
  requirements:
24
23
  - - "~>"
25
24
  - !ruby/object:Gem::Version
26
- version: '3.2'
25
+ version: '3'
27
26
  - !ruby/object:Gem::Dependency
28
27
  name: byebug
29
28
  requirement: !ruby/object:Gem::Requirement
30
29
  requirements:
31
30
  - - "~>"
32
31
  - !ruby/object:Gem::Version
33
- version: '11.1'
32
+ version: '13'
34
33
  type: :development
35
34
  prerelease: false
36
35
  version_requirements: !ruby/object:Gem::Requirement
37
36
  requirements:
38
37
  - - "~>"
39
38
  - !ruby/object:Gem::Version
40
- version: '11.1'
39
+ version: '13'
41
40
  - !ruby/object:Gem::Dependency
42
41
  name: yard
43
42
  requirement: !ruby/object:Gem::Requirement
44
43
  requirements:
45
44
  - - "~>"
46
45
  - !ruby/object:Gem::Version
47
- version: '0.9'
46
+ version: '0'
48
47
  type: :development
49
48
  prerelease: false
50
49
  version_requirements: !ruby/object:Gem::Requirement
51
50
  requirements:
52
51
  - - "~>"
53
52
  - !ruby/object:Gem::Version
54
- version: '0.9'
53
+ version: '0'
55
54
  description: Class for working with continued fractions
56
55
  email: jose@halesgarcia.com
57
56
  executables: []
@@ -62,13 +61,12 @@ files:
62
61
  - README.md
63
62
  - lib/continued_fractions.rb
64
63
  - lib/continued_fractions/include.rb
65
- homepage: https://jolohaga.github.io/continued_fractions
64
+ homepage: https://jolohaga.github.io/continued_fractions/
66
65
  licenses:
67
66
  - MIT
68
67
  metadata:
69
- source_code_uri: https://github.com/jolohaga/continued_fractions
70
- documentation_uri: https://jolohaga.github.io/continued_fractions
71
- post_install_message:
68
+ source_code_uri: https://github.com/jolohaga/continued_fractions/
69
+ documentation_uri: https://jolohaga.github.io/continued_fractions/
72
70
  rdoc_options: []
73
71
  require_paths:
74
72
  - lib
@@ -83,8 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
81
  - !ruby/object:Gem::Version
84
82
  version: '3.1'
85
83
  requirements: []
86
- rubygems_version: 3.5.1
87
- signing_key:
84
+ rubygems_version: 4.0.4
88
85
  specification_version: 4
89
86
  summary: Generate continued fractions
90
87
  test_files: []