for-yield 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: 433bfac8b0e2c580a01568b647cc435014235be2a6246560af0e511770980c32
4
- data.tar.gz: fe2c68318e374675ce9fc5cbe4cfd5bed1b664a0127b9da1a185a4407b7acc65
3
+ metadata.gz: 1fca455b54daf928e5bf86ac03f74d0f38ba2548b2d15d9dbf72e96d16cd9be5
4
+ data.tar.gz: cda71921e27589172b1d61d98345cd4024fa88b5c37ceff679bdf20702003a01
5
5
  SHA512:
6
- metadata.gz: e7ea7cc50649bdfafadc501328f87b604c5095bc67c651263deb5532badf6863104ad6bb4e10d20ea9b2b6b4ce32b0d0f6a9ee2a4c6341efe8ee5ddfc35475a4
7
- data.tar.gz: 117cfc2e729cf1cdae91c680515b82045b0fc680b84d7050898fe4bb01a0ac87f8fb7aa5d9a1682eae99f382df54b78235b775ed05345f2055037fa97ae1bfb3
6
+ metadata.gz: 51f45fa4a1a2bdbeb08f96ce1a602220a2d616841c57121f2ae4b6f5503f248c0545e044f860c086d1500fb57b1684bdef186310c5271f44aebef935aa3161e5
7
+ data.tar.gz: 2107431e68f8a7afd6f5b6fc0ae325b0b05c820671a423bb014bc49266500281de4924d32f6764aeb1f10f49ac452741327787921819ce3318925ac50875ae12
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
7
7
  spec.email = ["noahmatisoff@hey.com"]
8
8
 
9
9
  spec.summary = "Unwrap optional types using for/yield"
10
- spec.description = "Similar to Scala's for comprehnsion, this gem provides syntax for unwrapping homogeneous container type instances."
10
+ spec.description = "Similar to Scala's for comprehension, this gem provides syntax for unwrapping homogeneous container type instances."
11
11
  spec.homepage = "https://github.com/noahmatisoff/for-yield"
12
12
  spec.license = "MIT"
13
13
  spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
@@ -1,5 +1,5 @@
1
1
  module For
2
2
  module Yield
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: for-yield
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
  - Noah Matisoff
@@ -10,7 +10,7 @@ bindir: exe
10
10
  cert_chain: []
11
11
  date: 2020-09-06 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: Similar to Scala's for comprehnsion, this gem provides syntax for unwrapping
13
+ description: Similar to Scala's for comprehension, this gem provides syntax for unwrapping
14
14
  homogeneous container type instances.
15
15
  email:
16
16
  - noahmatisoff@hey.com