faker-bot 0.5.2 → 0.5.3
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/.codeclimate.yml +1 -0
- data/CHANGELOG.md +5 -5
- data/Gemfile.lock +28 -28
- data/faker-bot.gemspec +2 -2
- data/lib/faker/bot/version.rb +1 -1
- metadata +14 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e515ff01c5f12fd3d98a7824bfa8e57fb308292812cb0669d1a0040545f320d1
|
|
4
|
+
data.tar.gz: 6a686b3da8e3107d0b810c0400b18cd9037767e471433e7b2ee25a463f3e5a54
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b84892dc074805743f1ec7f264e173105e1faa8a06a90968f5b65c273e64400750c86e5778eab11ff31595409bad5d2d93cedd9b82a6a1895ace474fbd981c42
|
|
7
|
+
data.tar.gz: 4aa3e65eb819cc162a83cebee0f7825aa34fc9285cd99428de16ecc14d367453d11d0a545c6f3c47f4e95cc69f55ce09fbefaaf0026b7f6fb6f167c053110e8a
|
data/.codeclimate.yml
CHANGED
data/CHANGELOG.md
CHANGED
|
@@ -61,7 +61,6 @@
|
|
|
61
61
|
**Merged pull requests:**
|
|
62
62
|
|
|
63
63
|
- Release v0.5.0 [\#41](https://github.com/faker-ruby/faker-bot/pull/41) ([akabiru](https://github.com/akabiru))
|
|
64
|
-
- Add CI & QA Badges [\#34](https://github.com/faker-ruby/faker-bot/pull/34) ([akabiru](https://github.com/akabiru))
|
|
65
64
|
- Chore: CleanUp [\#32](https://github.com/faker-ruby/faker-bot/pull/32) ([akabiru](https://github.com/akabiru))
|
|
66
65
|
|
|
67
66
|
## [v0.4.5](https://github.com/faker-ruby/faker-bot/tree/v0.4.5) (2019-07-11)
|
|
@@ -73,10 +72,6 @@
|
|
|
73
72
|
- Gem name should be faker-bot [\#31](https://github.com/faker-ruby/faker-bot/pull/31) ([vbrazo](https://github.com/vbrazo))
|
|
74
73
|
- Distribute Faker::Reflector Responsibilities [\#22](https://github.com/faker-ruby/faker-bot/pull/22) ([akabiru](https://github.com/akabiru))
|
|
75
74
|
|
|
76
|
-
**Fixed bugs:**
|
|
77
|
-
|
|
78
|
-
- Support `search` for ruby less than 2.4.0 [\#12](https://github.com/faker-ruby/faker-bot/pull/12) ([kfpo](https://github.com/kfpo))
|
|
79
|
-
|
|
80
75
|
**Closed issues:**
|
|
81
76
|
|
|
82
77
|
- Integrate faker-bot in faker-ruby organization [\#27](https://github.com/faker-ruby/faker-bot/issues/27)
|
|
@@ -126,6 +121,11 @@
|
|
|
126
121
|
**Fixed bugs:**
|
|
127
122
|
|
|
128
123
|
- Handle Deprecation Warnings [\#7](https://github.com/faker-ruby/faker-bot/issues/7)
|
|
124
|
+
- Support `search` for ruby less than 2.4.0 [\#12](https://github.com/faker-ruby/faker-bot/pull/12) ([kfpo](https://github.com/kfpo))
|
|
125
|
+
|
|
126
|
+
**Merged pull requests:**
|
|
127
|
+
|
|
128
|
+
- Add CI & QA Badges [\#34](https://github.com/faker-ruby/faker-bot/pull/34) ([akabiru](https://github.com/akabiru))
|
|
129
129
|
|
|
130
130
|
## [v0.4.1](https://github.com/faker-ruby/faker-bot/tree/v0.4.1) (2018-09-18)
|
|
131
131
|
[Full Changelog](https://github.com/faker-ruby/faker-bot/compare/v0.4.0...v0.4.1)
|
data/Gemfile.lock
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
faker-bot (0.5.
|
|
4
|
+
faker-bot (0.5.3)
|
|
5
5
|
faker
|
|
6
6
|
pastel (~> 0.7.2)
|
|
7
|
-
thor (
|
|
7
|
+
thor (>= 0.20, < 1.1)
|
|
8
8
|
tty-pager
|
|
9
9
|
tty-screen
|
|
10
10
|
tty-tree
|
|
@@ -26,8 +26,8 @@ GEM
|
|
|
26
26
|
domain_name (0.5.20190701)
|
|
27
27
|
unf (>= 0.0.5, < 1.0.0)
|
|
28
28
|
equatable (0.6.1)
|
|
29
|
-
faker (2.
|
|
30
|
-
i18n (
|
|
29
|
+
faker (2.10.1)
|
|
30
|
+
i18n (>= 1.6, < 2)
|
|
31
31
|
ffi (1.11.1)
|
|
32
32
|
formatador (0.2.5)
|
|
33
33
|
guard (2.15.0)
|
|
@@ -47,9 +47,9 @@ GEM
|
|
|
47
47
|
http-accept (1.7.0)
|
|
48
48
|
http-cookie (1.0.3)
|
|
49
49
|
domain_name (~> 0.5)
|
|
50
|
-
i18n (1.
|
|
50
|
+
i18n (1.8.2)
|
|
51
51
|
concurrent-ruby (~> 1.0)
|
|
52
|
-
jaro_winkler (1.5.
|
|
52
|
+
jaro_winkler (1.5.4)
|
|
53
53
|
json (2.2.0)
|
|
54
54
|
listen (3.1.5)
|
|
55
55
|
rb-fsevent (~> 0.9, >= 0.9.4)
|
|
@@ -66,8 +66,8 @@ GEM
|
|
|
66
66
|
notiffany (0.1.1)
|
|
67
67
|
nenv (~> 0.1)
|
|
68
68
|
shellany (~> 0.0)
|
|
69
|
-
parallel (1.
|
|
70
|
-
parser (2.
|
|
69
|
+
parallel (1.19.1)
|
|
70
|
+
parser (2.7.0.1)
|
|
71
71
|
ast (~> 2.4.0)
|
|
72
72
|
pastel (0.7.3)
|
|
73
73
|
equatable (~> 0.6)
|
|
@@ -76,7 +76,7 @@ GEM
|
|
|
76
76
|
coderay (~> 1.1.0)
|
|
77
77
|
method_source (~> 0.9.0)
|
|
78
78
|
rainbow (3.0.0)
|
|
79
|
-
rake (13.0.
|
|
79
|
+
rake (13.0.1)
|
|
80
80
|
rb-fsevent (0.10.3)
|
|
81
81
|
rb-inotify (0.10.0)
|
|
82
82
|
ffi (~> 1.0)
|
|
@@ -85,23 +85,23 @@ GEM
|
|
|
85
85
|
http-cookie (>= 1.0.2, < 2.0)
|
|
86
86
|
mime-types (>= 1.16, < 4.0)
|
|
87
87
|
netrc (~> 0.8)
|
|
88
|
-
rspec (3.
|
|
89
|
-
rspec-core (~> 3.
|
|
90
|
-
rspec-expectations (~> 3.
|
|
91
|
-
rspec-mocks (~> 3.
|
|
92
|
-
rspec-core (3.
|
|
93
|
-
rspec-support (~> 3.
|
|
94
|
-
rspec-expectations (3.
|
|
88
|
+
rspec (3.9.0)
|
|
89
|
+
rspec-core (~> 3.9.0)
|
|
90
|
+
rspec-expectations (~> 3.9.0)
|
|
91
|
+
rspec-mocks (~> 3.9.0)
|
|
92
|
+
rspec-core (3.9.0)
|
|
93
|
+
rspec-support (~> 3.9.0)
|
|
94
|
+
rspec-expectations (3.9.0)
|
|
95
95
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
96
|
-
rspec-support (~> 3.
|
|
97
|
-
rspec-mocks (3.
|
|
96
|
+
rspec-support (~> 3.9.0)
|
|
97
|
+
rspec-mocks (3.9.0)
|
|
98
98
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
99
|
-
rspec-support (~> 3.
|
|
100
|
-
rspec-support (3.
|
|
101
|
-
rubocop (0.
|
|
99
|
+
rspec-support (~> 3.9.0)
|
|
100
|
+
rspec-support (3.9.0)
|
|
101
|
+
rubocop (0.79.0)
|
|
102
102
|
jaro_winkler (~> 1.5.1)
|
|
103
103
|
parallel (~> 1.10)
|
|
104
|
-
parser (>= 2.
|
|
104
|
+
parser (>= 2.7.0.1)
|
|
105
105
|
rainbow (>= 2.2.2, < 4.0)
|
|
106
106
|
ruby-progressbar (~> 1.7)
|
|
107
107
|
unicode-display_width (>= 1.4.0, < 1.7)
|
|
@@ -113,14 +113,14 @@ GEM
|
|
|
113
113
|
json (>= 1.8, < 3)
|
|
114
114
|
simplecov-html (~> 0.10.0)
|
|
115
115
|
simplecov-html (0.10.2)
|
|
116
|
-
strings (0.1.
|
|
116
|
+
strings (0.1.8)
|
|
117
117
|
strings-ansi (~> 0.1)
|
|
118
118
|
unicode-display_width (~> 1.5)
|
|
119
119
|
unicode_utils (~> 1.4)
|
|
120
|
-
strings-ansi (0.
|
|
120
|
+
strings-ansi (0.2.0)
|
|
121
121
|
term-ansicolor (1.7.1)
|
|
122
122
|
tins (~> 1.0)
|
|
123
|
-
thor (0.
|
|
123
|
+
thor (1.0.1)
|
|
124
124
|
tins (1.21.1)
|
|
125
125
|
tty-color (0.5.0)
|
|
126
126
|
tty-pager (0.12.1)
|
|
@@ -128,8 +128,8 @@ GEM
|
|
|
128
128
|
tty-screen (~> 0.6)
|
|
129
129
|
tty-which (~> 0.4)
|
|
130
130
|
tty-screen (0.7.0)
|
|
131
|
-
tty-tree (0.
|
|
132
|
-
tty-which (0.4.
|
|
131
|
+
tty-tree (0.4.0)
|
|
132
|
+
tty-which (0.4.2)
|
|
133
133
|
unf (0.1.4)
|
|
134
134
|
unf_ext
|
|
135
135
|
unf_ext (0.0.7.6)
|
|
@@ -147,7 +147,7 @@ DEPENDENCIES
|
|
|
147
147
|
pry
|
|
148
148
|
rake (~> 13.0)
|
|
149
149
|
rspec (~> 3.0)
|
|
150
|
-
rubocop (~> 0.
|
|
150
|
+
rubocop (~> 0.79.0)
|
|
151
151
|
simplecov (~> 0.12)
|
|
152
152
|
|
|
153
153
|
BUNDLED WITH
|
data/faker-bot.gemspec
CHANGED
|
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
|
|
|
21
21
|
|
|
22
22
|
spec.add_dependency "faker"
|
|
23
23
|
spec.add_dependency "pastel", "~> 0.7.2"
|
|
24
|
-
spec.add_dependency "thor", "
|
|
24
|
+
spec.add_dependency "thor", ">= 0.20", "< 1.1"
|
|
25
25
|
spec.add_dependency "tty-pager"
|
|
26
26
|
spec.add_dependency "tty-screen"
|
|
27
27
|
spec.add_dependency "tty-tree"
|
|
@@ -32,6 +32,6 @@ Gem::Specification.new do |spec|
|
|
|
32
32
|
spec.add_development_dependency "pry"
|
|
33
33
|
spec.add_development_dependency "rake", "~> 13.0"
|
|
34
34
|
spec.add_development_dependency "rspec", "~> 3.0"
|
|
35
|
-
spec.add_development_dependency "rubocop", "~> 0.
|
|
35
|
+
spec.add_development_dependency "rubocop", "~> 0.79.0"
|
|
36
36
|
spec.add_development_dependency "simplecov", "~> 0.12"
|
|
37
37
|
end
|
data/lib/faker/bot/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: faker-bot
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Austin Kabiru
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2020-01-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faker
|
|
@@ -42,16 +42,22 @@ dependencies:
|
|
|
42
42
|
name: thor
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
|
-
- - "
|
|
45
|
+
- - ">="
|
|
46
|
+
- !ruby/object:Gem::Version
|
|
47
|
+
version: '0.20'
|
|
48
|
+
- - "<"
|
|
46
49
|
- !ruby/object:Gem::Version
|
|
47
|
-
version:
|
|
50
|
+
version: '1.1'
|
|
48
51
|
type: :runtime
|
|
49
52
|
prerelease: false
|
|
50
53
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
54
|
requirements:
|
|
52
|
-
- - "
|
|
55
|
+
- - ">="
|
|
56
|
+
- !ruby/object:Gem::Version
|
|
57
|
+
version: '0.20'
|
|
58
|
+
- - "<"
|
|
53
59
|
- !ruby/object:Gem::Version
|
|
54
|
-
version:
|
|
60
|
+
version: '1.1'
|
|
55
61
|
- !ruby/object:Gem::Dependency
|
|
56
62
|
name: tty-pager
|
|
57
63
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -184,14 +190,14 @@ dependencies:
|
|
|
184
190
|
requirements:
|
|
185
191
|
- - "~>"
|
|
186
192
|
- !ruby/object:Gem::Version
|
|
187
|
-
version: 0.
|
|
193
|
+
version: 0.79.0
|
|
188
194
|
type: :development
|
|
189
195
|
prerelease: false
|
|
190
196
|
version_requirements: !ruby/object:Gem::Requirement
|
|
191
197
|
requirements:
|
|
192
198
|
- - "~>"
|
|
193
199
|
- !ruby/object:Gem::Version
|
|
194
|
-
version: 0.
|
|
200
|
+
version: 0.79.0
|
|
195
201
|
- !ruby/object:Gem::Dependency
|
|
196
202
|
name: simplecov
|
|
197
203
|
requirement: !ruby/object:Gem::Requirement
|