genny 0.2.0 → 0.2.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 +8 -8
- data/VERSION +1 -1
- data/lib/genny/array.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MGEzMzY1ZDZkMGIxYzYyYjYzOTZjODI0NTY1MzFmMTVlNTMyNjY0Mw==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
OTY1ZTlkNGYzZjI2MmFjODMyYTkzZDlhM2U3ZmRkNDQ4ZmY0ZGQwOQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
YTI0OTljMmNlOGZkMTI2ODQ3NTFhMWQzZjliNzEwMzc2MWM2ZmNmNTgzZmY4
|
10
|
+
ZGYwYjFiMjY3Y2RiMDJkMGJlNzBiMTAwYzgyZDJmMTJiODQyODUwMDY4MzZj
|
11
|
+
Nzk0MGNjNWNmMzBkMTVlYzdjYTI0ZmJkNmYxMTcyOWExOWE2ODk=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
ODJkMWQ1NTU2MTBjNWM0ZGJlNzg3NjhmYmJkMTY3ZjRkOTE2ZjFkZDRmNzkx
|
14
|
+
Njk5MGEyZDRlYzVkNThlMTIwZmJmZDA5NGVhOGFiODJhMDI5YzliNjg5MDRm
|
15
|
+
MmVkNmJkOGU4Y2U0OTg0M2VmZmZiMjdhMjYyYjBjMDBkZWZiZmQ=
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.1
|
data/lib/genny/array.rb
CHANGED
@@ -10,7 +10,7 @@ module Genny
|
|
10
10
|
#
|
11
11
|
# @example Specifying classes
|
12
12
|
# Genny::Array.genny(items: [Genny::Integer, JSONSchema.new("type" => "string", "format" => "ipv4")])
|
13
|
-
# # => [
|
13
|
+
# # => [739, "183.16.22.90", 87]
|
14
14
|
#
|
15
15
|
# @param [Hash] opts Options for the generator
|
16
16
|
# @option opts [Array<#genny>,#genny] :items The items which should be used to populate the array
|