bendy 0.2.1 → 0.2.2

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: 4306a2e20ac95b53a3164c99bda7a90d666f6395
4
- data.tar.gz: b367e2b8e13d80b269aed5251652267a21f0cece
3
+ metadata.gz: 4356802a28c6c5c7fecb0196c9ab9df22cc21aba
4
+ data.tar.gz: 8f101ff996b8de7bcee10a54988e3c4bc0b1bf68
5
5
  SHA512:
6
- metadata.gz: f5a493b98829a08b8b9f4a8a4cbdd584f0a5b6575d820b3b968e52e3f9861d9025a957f07a4dddc1aaffd23c6bc666afd2bcaf5f51ec81dcea71ebe82b023ff2
7
- data.tar.gz: 4411425b820fdd4e065db60ef52cb552315bbacdae5d6304304e5a1cd919e898e76d57077382e52724fd92d8e8b4162f38d4b1e822fc45cc4598b5b746c82b2c
6
+ metadata.gz: cd6a3800b271f272f48037a2d297592297c7d2e300280973e1318148ee3226f35932e2762b1940cab54a0c825b6f3794508100de2bcd5ec458f178e5579854df
7
+ data.tar.gz: 15bc96aee9ee8213a02b0768d7b36cd3283e768bec794f3dc0c3f8433e215dccf158797fa6f04e9f488c60c5161e018c1d390ea4c3d12a73f06e1104620aa4fd
@@ -9,7 +9,7 @@ module Bendy
9
9
  # Material implication
10
10
  # `implies` is the common case where if the first thing is true, then pay
11
11
  # attention to the second thing. But if the first thing is false then the
12
- # whole thing is true: `implies(foo, foo[:bar])`
12
+ # whole thing is true: `implies(foo){foo[:bar]}`
13
13
 
14
14
  def implies(p)
15
15
  !!p ? yield : true
@@ -1,3 +1,3 @@
1
1
  module Bendy
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bendy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Wilson