yield_source 0.0.8 → 0.0.9

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/yield_source.rb +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d0fb73efc7a231502d2392f840d5318693c4c2f267ca01487ce9ed119b791ccf
4
- data.tar.gz: ac01f36c8133edaa84303b91721d01ab7721659708da21605bf855dceb25fca7
3
+ metadata.gz: 0e2caa1eec4f7fbed9a566b69bc934c728fb0fe88612b7188e625149a30707fc
4
+ data.tar.gz: 4825988275de6f6e111a8b4d486245055dc4965afc72dbef25c7374fb575063c
5
5
  SHA512:
6
- metadata.gz: bd9bf4bc80d76a68a22c6c6d743db218b16f8a00482ed36eacd840660c327dfa9cac53902759ebdae6fa95e597bcdf8a2444b4c83b515aad7d564360bb386a74
7
- data.tar.gz: cb2abd2c62852d2f1853aaa311ca1a7096009b29e424ed2b776f778df526a11bc03e65bfcc5f619ab1a09b0fc2cad5e37ed26480a5184a379f4ace591b5a3e5e
6
+ metadata.gz: 02a91a28c4fb00a7d137e6068d7e0a264859e83df555a7d639a991248199166fca40265af895770962e6669f6dd0458e7edf5301cbf9a3c8520369bd4aaa8aa6
7
+ data.tar.gz: e2794093173271c9f8918615895fd9cc5ef8a48a393544ac9c8794f7df43fb3d6285b43f28eedf85e88ff11f2b17bde9f07b2f7099f92c104ff3b026f10123c8
data/lib/yield_source.rb CHANGED
@@ -65,7 +65,7 @@ class YieldSource
65
65
  counter = 0
66
66
  output_hash = {}
67
67
  while counter < str_parts.length
68
- output_hash[str_parts[counter].to_sym] = str_parts[counter+1]
68
+ output_hash[str_parts[counter].downcase.to_sym] = str_parts[counter+1]
69
69
  counter += 2
70
70
  end
71
71
  yield(output_hash)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yield_source
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - batteries76