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