selfie_chain 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c6efc978d687fca06ba9bbb1f07ac84f128c56f3
4
- data.tar.gz: 4e6433272e7bfd21f046610da8a0ad838bc753b6
3
+ metadata.gz: 033ae7411b48d5416bc91fa424357e9b1d317a99
4
+ data.tar.gz: 62f2ebc53dbc2d55cae58239cbee3dfda247e7e1
5
5
  SHA512:
6
- metadata.gz: d441fef611d9777eaa3a089242f5ae819fd92a4edebb2fddcaa24fe0bca7c69fecf2b4c5bdfbdcd17ccc8fee43b7dd602e599bea16954fdc092b94b528d94258
7
- data.tar.gz: b7d2191a5ad12d9f109a48adea0575d523186fa3e469cbd9a86b268daf6117e0254f0d7401a84e860f1f7a5a243b5fdbdd2ea9931542d5bdb13f891382636296
6
+ metadata.gz: af27d883dbd70607629ab8d3ba6f0721fc1673b98b1f950f23d211132df60f725795248248cb1e580ecf882f7ff7d62158b55cd2deb887f6900e761113584693
7
+ data.tar.gz: a0565cb31fb1c7efc99ecc186e375ba28547642ba783b721b7d7b1b0d038d070d332a673d82ba6db8d9b0916fa73ba02698d4cb293e23e7dba56de5e7964a0a9
@@ -1,4 +1,4 @@
1
1
  class SelfieChain < BasicObject
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
4
4
 
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["msatkiewicz@gmail.com"]
11
11
 
12
12
  spec.summary = %q{Adds Object#selfie (and SelfieChain < BasicObject) to complement ternary operator, null guard and Rails' :try method at once}
13
- spec.description = %q{I realised that there are use cases, that the above mentioned tools fail to address in sufficently elegant way. See README.md and https://github.com/swarzkopf314/selfie_chain for more details.}
13
+ spec.description = %q{Complements ternary operator, null guard and Rails' :try method by adding simple Object#selfie and SelfieChain < BasicObject}
14
14
  spec.homepage = "https://github.com/swarzkopf314/selfie_chain"
15
15
  spec.license = "MIT"
16
16
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: selfie_chain
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Maciej Satkiewicz
@@ -66,9 +66,8 @@ dependencies:
66
66
  - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
- description: I realised that there are use cases, that the above mentioned tools fail
70
- to address in sufficently elegant way. See README.md and https://github.com/swarzkopf314/selfie_chain
71
- for more details.
69
+ description: Complements ternary operator, null guard and Rails' :try method by adding
70
+ simple Object#selfie and SelfieChain < BasicObject
72
71
  email:
73
72
  - msatkiewicz@gmail.com
74
73
  executables: []