matrext 0.4.3 → 0.4.4

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
  SHA1:
3
- metadata.gz: 7a29b9d8f4aeab931118cc7697b023f70fdab58c
4
- data.tar.gz: 9e2f62c51b82cdcffffad3cd0b83d7c36ea5724a
3
+ metadata.gz: 3b140527c163a70fb6788a697c621c1ab9743f51
4
+ data.tar.gz: 4a785c70818a7475ff215e3338cbf4ed837646a4
5
5
  SHA512:
6
- metadata.gz: c1ac91e5c0736a3d4afbc7784dda5443025f731459c0a7645f69238ed11965050c06ad98f2d5b853befa02bef8cea82f8a1c3dc28ac2adb5d527b32e3c84d887
7
- data.tar.gz: 9c19aa0008c32d91dc95d73c17ac57fc605129cadb02b42b0b7c395456a6177954715638a8eb214ff766c7ee4fd53fe6c5fdd47a6366fd9d3bac4df9ee895650
6
+ metadata.gz: 175c8c31b98da4b2a6b63c5c201210adb2bfc28f70b455be9da3a385b79ce9d0fb8084b36042911f4c19fe3965c10aca13a91043a79ec3190e68f092033db751
7
+ data.tar.gz: db11252c750b6e47b0a37098065d0e44d61912ce9fe8440c283e9881983273ece755f43a13a8cea243b64f2127bb16f01bc41557034feb80644393e5280ee793
data/lib/matrext/core.rb CHANGED
@@ -77,8 +77,8 @@ module Matrext
77
77
  chars = []
78
78
 
79
79
  chars = chars | alpha_chars if options[:alpha]
80
- chars = chars | numeric_chars if options.[:numeric]
81
- chars = chars | random_chars if options.[:random]
80
+ chars = chars | numeric_chars if options[:numeric]
81
+ chars = chars | random_chars if options[:random]
82
82
 
83
83
  return chars
84
84
  end
@@ -1,3 +1,3 @@
1
1
  module Matrext
2
- VERSION = '0.4.3'
2
+ VERSION = '0.4.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: matrext
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Chadwick