just_all_the_same 0.1.0 → 0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 91fe3c9dce17247fdcd6fce8de3703cfa01c9d3a3b47c24cc9a8a35f38726a72
4
- data.tar.gz: bf27b979085faddb71da2c495103e0fc0af170b163b84950b4d5fb64ef7a1876
3
+ metadata.gz: d941f0f7055981c909e392e23fd8ebdcd735761c5dee68ea833f340813e8bac9
4
+ data.tar.gz: fd743ff71e72b5dcb43ab8de4966eddd1d68c838a4b1f648aef6ebc2de8f48de
5
5
  SHA512:
6
- metadata.gz: 736b7c375193e3401e14e6d557ffae92e1a8f55f894da9cf36f9a8cc8e896d33964024305bbe25f63ce9373d8cdb499abcc5fb483b87bd9a18ac7a81172f6c47
7
- data.tar.gz: 8c593d1b501c75f854850ea8e871694674b9b87450c337d5cf169970d019ea1e161a5ab027d584bacb8077e1907217850e9767d8c46dc3fa5ff22fad8eda6963
6
+ metadata.gz: f6ade6fca6b050d94c47631a352bf84d5d1a15e9acbd4b1c57bfac09accf22c1e97e158caef8433f7dfd6322c5b6da1577b30e3419874bcabe01f2ffc663735a
7
+ data.tar.gz: 373f98ad7358eadac1fdd0aebe868da5cb83582b39af0d390abd9373c38da91dd596955ba7156bfb14b2252a808fe1b9202be0d08134a86e0f970c6ab8fb188b
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["7349115+uproad@users.noreply.github.com"]
11
11
 
12
12
  spec.summary = "You get Array#all?([An Immediate Value]) quickly."
13
- spec.description = "use Allay's methods => [all_nil?, all_true?, all_false?, all_sym?(:sym), all_same?([a Fixnum])]"
13
+ spec.description = "Add class Array's instance methods => [all_nil?, all_true?, all_false?, all_same?(Immidiate Value)]"
14
14
  spec.homepage = "https://github.com/uproad/just_all_the_same"
15
15
  spec.license = "MIT"
16
16
 
@@ -1,3 +1,3 @@
1
1
  module JustAllTheSame
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: just_all_the_same
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - uproad krowd
@@ -66,8 +66,8 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: '3.0'
69
- description: use Allay's methods => [all_nil?, all_true?, all_false?, all_sym?(:sym),
70
- all_same?([a Fixnum])]
69
+ description: Add class Array's instance methods => [all_nil?, all_true?, all_false?,
70
+ all_same?(Immidiate Value)]
71
71
  email:
72
72
  - 7349115+uproad@users.noreply.github.com
73
73
  executables: []