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.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +6 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b8ee15d53d6b4e4fd42d7dfbf5679ecad692fa3d2a0142e8959f678832a37b0e
4
- data.tar.gz: 2bd868b76e6384160223f97e05146460ff03df42668582045ffd9f41a4286701
3
+ metadata.gz: 3eb7508644f78e739cde2f841f51703fc7a8af96780c9831ad88894a622d77ae
4
+ data.tar.gz: 4a285ffe0284f7b023bedef0bc25031f361e14b0b2a30a3ff00ee123f9fa9a80
5
5
  SHA512:
6
- metadata.gz: 592db8bc13692eb6447bf35077dfa0d68277eea99ee407b7e90392fd016ff642ba938a73bb23d294db56fe25cff7a1158cb063479378e54bd77b8805c2e92f06
7
- data.tar.gz: 81c5ec7d3ddd7edd320bcf5720924ed448e432224cfe0c0e6e34c8f4e145fd538de391d35b1ecf94b6b67e7c4d3c52a48e0f47613520b0744cf4634c32af7857
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.2
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: 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.'
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: []