prime_do 0.1.0 → 0.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.
- checksums.yaml +4 -4
- metadata +6 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b8ee15d53d6b4e4fd42d7dfbf5679ecad692fa3d2a0142e8959f678832a37b0e
|
4
|
+
data.tar.gz: 2bd868b76e6384160223f97e05146460ff03df42668582045ffd9f41a4286701
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 592db8bc13692eb6447bf35077dfa0d68277eea99ee407b7e90392fd016ff642ba938a73bb23d294db56fe25cff7a1158cb063479378e54bd77b8805c2e92f06
|
7
|
+
data.tar.gz: 81c5ec7d3ddd7edd320bcf5720924ed448e432224cfe0c0e6e34c8f4e145fd538de391d35b1ecf94b6b67e7c4d3c52a48e0f47613520b0744cf4634c32af7857
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: prime_do
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Krishna S
|
@@ -38,5 +38,9 @@ requirements: []
|
|
38
38
|
rubygems_version: 3.1.6
|
39
39
|
signing_key:
|
40
40
|
specification_version: 4
|
41
|
-
summary:
|
41
|
+
summary: 'Features: Efficient Prime Number Identification: Utilizes optimized algorithms
|
42
|
+
to quickly identify prime numbers within an array. Simple Integration: Easy to include
|
43
|
+
in any Ruby project with straightforward usage. Flexible Input Handling: Supports
|
44
|
+
arrays of varying sizes and integer values. Error Handling: Gracefully handles non-integer
|
45
|
+
and negative values, ensuring robust performance.'
|
42
46
|
test_files: []
|