zfaker 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9f38b175d3f1c39b5dad79bd85d40be64431b2c2
4
- data.tar.gz: 2e52fc365228aad373457629268bc493bcf9215d
3
+ metadata.gz: cf7dea840dece7835528db64e91c61301879656e
4
+ data.tar.gz: 400fdad27c719b1d2beb8c737f240de062ce4f9b
5
5
  SHA512:
6
- metadata.gz: 6cf9945eb248416329a2f082139eea507101fa94080a43c8bbfe3239ed66ab63b93c89f1377c12e552d31c9b74f07b55f008b1ba6db9ff9399e9b22b5b4202f8
7
- data.tar.gz: d460310d8aaa74d36dcb40cf301a687cd94f6e95419e637311aca3f8b181c5c6c68ac8e457cd9d8a53fc592ee71e1df74905929098b69d3fc6a1544457e2b6c6
6
+ metadata.gz: 4e5ec4d01f3c25244b239363ce7620b1e18e3c3dcf41dc1ea6ce09afa8b44afa634d81838d681fd218fe9b4bd42f408ee042e7d47ce9eda2176602de7c7f78c3
7
+ data.tar.gz: e792d4e4b731af381650b6883398b653fcaec354dd7a4e32e4a69772272d38931d509aca01d541ed58807475943a7304b1520c9d8e8711ec6877fa4c90e94e0b
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -69,7 +69,7 @@ module ZFaker
69
69
  build_const(name, file)
70
70
  end
71
71
 
72
- require_relative '../lib/config'
72
+ require_relative '../bin/config'
73
73
  end
74
74
 
75
75
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zfaker
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
  - Scott Mackie
@@ -16,13 +16,13 @@ executables: []
16
16
  extensions: []
17
17
  extra_rdoc_files: []
18
18
  files:
19
- - bin/zfaker.rb
20
- - lib/config.rb
21
- - lib/custom/internet.rb
22
- - lib/custom/name.rb
23
- - lib/data/internet/hosts
24
- - lib/data/name/first_names
25
- - lib/data/name/last_names
19
+ - bin/config.rb
20
+ - bin/custom/internet.rb
21
+ - bin/custom/name.rb
22
+ - bin/data/internet/hosts
23
+ - bin/data/name/first_names
24
+ - bin/data/name/last_names
25
+ - lib/zfaker.rb
26
26
  homepage: https://github.com/MacroMackie/zfaker
27
27
  licenses:
28
28
  - MIT