continued_fractions 2.1.0 → 2.1.1

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 +8 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0dc6cd2a45f726fa6342ebf0efb882e1987e809bdf5527423e824dff1d20e4c2
4
- data.tar.gz: c9c654e3bc9de045ceab233afabd54c716e576e968edbaddd020c225104efda6
3
+ metadata.gz: 70ae08b9c2e0316d4ae354f4f795645b8a307c21dd57e5f3b704f10f804f00a9
4
+ data.tar.gz: 83e3fcf0dd8145a20769a80d7ac926b66638e0af58818fb9da7566dd70bcdf4c
5
5
  SHA512:
6
- metadata.gz: 718056486dce496d4ba77442b501885f870a030e03cf4c4e86c682ff9000fae47f942f72b6df32991ba32c292339087f1df8f05feb42378442d66b7d21fb4b2f
7
- data.tar.gz: a0f29e4141936a1187babdb6b44f9eb712e8f04499e3b82e569321cf96f8cefa034bc5d10d7d1fc5df086b8804ca911e1ace9ffebd332496dbfcc92947766fbc
6
+ metadata.gz: fe5ebdeef2e9d2716f3ab5e3475e7466fcf081df57966dd62b7e8f71b222a310e446ab1489bb61cb787abe2d2aa9c1ba96cedbe79665947537c32fa7e313168a
7
+ data.tar.gz: c4e278d554c1ea4575bec6199ab483456ee1f39047e41aa7b48cd0d14836a87c9d8bcece9383e0fd267845de80715322b225ccc0b9ae368f0ca1e21459ba0139
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,14 @@
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.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jose Hales-Garcia
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-22 00:00:00.000000000 Z
11
+ date: 2024-12-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '3.2'
19
+ version: '3'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '3.2'
26
+ version: '3'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: byebug
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -62,12 +62,12 @@ files:
62
62
  - README.md
63
63
  - lib/continued_fractions.rb
64
64
  - lib/continued_fractions/include.rb
65
- homepage: https://jolohaga.github.io/continued_fractions
65
+ homepage: https://jolohaga.github.io/continued_fractions/
66
66
  licenses:
67
67
  - MIT
68
68
  metadata:
69
- source_code_uri: https://github.com/jolohaga/continued_fractions
70
- documentation_uri: https://jolohaga.github.io/continued_fractions
69
+ source_code_uri: https://github.com/jolohaga/continued_fractions/
70
+ documentation_uri: https://jolohaga.github.io/continued_fractions/
71
71
  post_install_message:
72
72
  rdoc_options: []
73
73
  require_paths:
@@ -83,7 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
83
  - !ruby/object:Gem::Version
84
84
  version: '3.1'
85
85
  requirements: []
86
- rubygems_version: 3.5.1
86
+ rubygems_version: 3.5.22
87
87
  signing_key:
88
88
  specification_version: 4
89
89
  summary: Generate continued fractions