json_test_data 1.1.1 → 1.1.2
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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/json_test_data/data_structures/string.rb +1 -1
- data/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 06fe8aa4a90ee9222955284e45cd5c5e25c36b91
|
|
4
|
+
data.tar.gz: b36409938c3812b18e924b87654754e14386024f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 79c6fde34f4f499f573193e5aed90682ab6a9b5746932045ec7e41855c1f5d07d3c8a0bd95de95e8bd4572f95de609eb40bb2df58e10847aba3a2a077101f586
|
|
7
|
+
data.tar.gz: a1ceecdf5bda1e9e972ef22618370860832a9446b34ade700d9ca29432dadac4ee8df0dbb562b512acd838ca2e991ba498665e9a9b6083c6c3702fff21f16411
|
data/Gemfile.lock
CHANGED
|
@@ -11,7 +11,7 @@ module JsonTestData
|
|
|
11
11
|
private
|
|
12
12
|
|
|
13
13
|
def generate_date
|
|
14
|
-
DateTime.new(rand(2000..2100), rand(1..12), rand(1..28),rand(0..23), rand(60), rand(60)).iso8601
|
|
14
|
+
::DateTime.new(rand(2000..2100), rand(1..12), rand(1..28),rand(0..23), rand(60), rand(60)).iso8601
|
|
15
15
|
end
|
|
16
16
|
|
|
17
17
|
def pattern(schema)
|
data/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: json_test_data
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dana Scheider
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-06-
|
|
11
|
+
date: 2016-06-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: regexp-examples
|
|
@@ -174,7 +174,7 @@ rubyforge_project:
|
|
|
174
174
|
rubygems_version: 2.5.1
|
|
175
175
|
signing_key:
|
|
176
176
|
specification_version: 4
|
|
177
|
-
summary: json_test_data-1.1.
|
|
177
|
+
summary: json_test_data-1.1.2
|
|
178
178
|
test_files:
|
|
179
179
|
- features/array_constraints.feature
|
|
180
180
|
- features/conditional_properties.feature
|