faker_maker 2.1.1 → 2.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.
Files changed (30) hide show
  1. checksums.yaml +4 -4
  2. data/faker_maker.gemspec +2 -2
  3. data/lib/faker_maker/version.rb +1 -1
  4. data/usefakermaker.com/_site/404.html +213 -0
  5. data/usefakermaker.com/_site/about/index.html +10 -0
  6. data/usefakermaker.com/_site/assets/css/main.css +6 -0
  7. data/usefakermaker.com/_site/assets/css/main.css.map +1 -0
  8. data/usefakermaker.com/_site/assets/images/pug.png +0 -0
  9. data/usefakermaker.com/_site/assets/images/unipug.svg +135 -0
  10. data/usefakermaker.com/_site/assets/js/_main.js +230 -0
  11. data/usefakermaker.com/_site/assets/js/lunr/lunr-en.js +69 -0
  12. data/usefakermaker.com/_site/assets/js/lunr/lunr-gr.js +522 -0
  13. data/usefakermaker.com/_site/assets/js/lunr/lunr-store.js +10 -0
  14. data/usefakermaker.com/_site/assets/js/lunr/lunr.js +3475 -0
  15. data/usefakermaker.com/_site/assets/js/lunr/lunr.min.js +6 -0
  16. data/usefakermaker.com/_site/assets/js/main.min.js +7 -0
  17. data/usefakermaker.com/_site/assets/js/main.min.js.map +1 -0
  18. data/usefakermaker.com/_site/assets/js/plugins/gumshoe.js +484 -0
  19. data/usefakermaker.com/_site/assets/js/plugins/jquery.ba-throttle-debounce.js +252 -0
  20. data/usefakermaker.com/_site/assets/js/plugins/jquery.fitvids.js +82 -0
  21. data/usefakermaker.com/_site/assets/js/plugins/jquery.greedy-navigation.js +128 -0
  22. data/usefakermaker.com/_site/assets/js/plugins/jquery.magnific-popup.js +1860 -0
  23. data/usefakermaker.com/_site/assets/js/plugins/smooth-scroll.js +650 -0
  24. data/usefakermaker.com/_site/assets/js/vendor/jquery/jquery-3.6.0.js +10881 -0
  25. data/usefakermaker.com/_site/feed.xml +17 -0
  26. data/usefakermaker.com/_site/index.html +258 -0
  27. data/usefakermaker.com/_site/jekyll/update/welcome-to-jekyll/index.html +18 -0
  28. data/usefakermaker.com/_site/robots.txt +1 -0
  29. data/usefakermaker.com/_site/sitemap.xml +13 -0
  30. metadata +32 -6
@@ -0,0 +1,17 @@
1
+ <?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.4">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2024-10-14T16:53:17+01:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">Faker Maker</title><subtitle>Factories over fixtures: cook your test data from fresh</subtitle><author><name>Nigel Brookes-Thomas (Billy Ruffian)</name></author><entry><title type="html">Welcome to Jekyll!</title><link href="http://localhost:4000/jekyll/update/welcome-to-jekyll/" rel="alternate" type="text/html" title="Welcome to Jekyll!" /><published>2024-10-14T13:56:50+01:00</published><updated>2024-10-14T13:56:50+01:00</updated><id>http://localhost:4000/jekyll/update/welcome-to-jekyll</id><content type="html" xml:base="http://localhost:4000/jekyll/update/welcome-to-jekyll/"><![CDATA[<p>You’ll find this post in your <code class="language-plaintext highlighter-rouge">_posts</code> directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run <code class="language-plaintext highlighter-rouge">jekyll serve</code>, which launches a web server and auto-regenerates your site when a file is updated.</p>
2
+
3
+ <p>Jekyll requires blog post files to be named according to the following format:</p>
4
+
5
+ <p><code class="language-plaintext highlighter-rouge">YEAR-MONTH-DAY-title.MARKUP</code></p>
6
+
7
+ <p>Where <code class="language-plaintext highlighter-rouge">YEAR</code> is a four-digit number, <code class="language-plaintext highlighter-rouge">MONTH</code> and <code class="language-plaintext highlighter-rouge">DAY</code> are both two-digit numbers, and <code class="language-plaintext highlighter-rouge">MARKUP</code> is the file extension representing the format used in the file. After that, include the necessary front matter. Take a look at the source for this post to get an idea about how it works.</p>
8
+
9
+ <p>Jekyll also offers powerful support for code snippets:</p>
10
+
11
+ <figure class="highlight"><pre><code class="language-ruby" data-lang="ruby"><span class="k">def</span> <span class="nf">print_hi</span><span class="p">(</span><span class="nb">name</span><span class="p">)</span>
12
+ <span class="nb">puts</span> <span class="s2">"Hi, </span><span class="si">#{</span><span class="nb">name</span><span class="si">}</span><span class="s2">"</span>
13
+ <span class="k">end</span>
14
+ <span class="n">print_hi</span><span class="p">(</span><span class="s1">'Tom'</span><span class="p">)</span>
15
+ <span class="c1">#=&gt; prints 'Hi, Tom' to STDOUT.</span></code></pre></figure>
16
+
17
+ <p>Check out the <a href="https://jekyllrb.com/docs/home">Jekyll docs</a> for more info on how to get the most out of Jekyll. File all bugs/feature requests at <a href="https://github.com/jekyll/jekyll">Jekyll’s GitHub repo</a>. If you have questions, you can ask them on <a href="https://talk.jekyllrb.com/">Jekyll Talk</a>.</p>]]></content><author><name>Nigel Brookes-Thomas (Billy Ruffian)</name></author><category term="jekyll" /><category term="update" /><summary type="html"><![CDATA[You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run jekyll serve, which launches a web server and auto-regenerates your site when a file is updated.]]></summary></entry></feed>
@@ -0,0 +1,258 @@
1
+ <!doctype html>
2
+ <!--
3
+ Minimal Mistakes Jekyll Theme 4.26.2 by Michael Rose
4
+ Copyright 2013-2024 Michael Rose - mademistakes.com | @mmistakes
5
+ Free for personal and commercial use under the MIT license
6
+ https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
7
+ -->
8
+
9
+ <html lang="en-GB" class="no-js">
10
+ <head>
11
+ <meta charset="utf-8">
12
+
13
+ <!-- begin _includes/seo.html --><title>Faker Maker - Faker Maker</title>
14
+ <meta name="description" content="Factories over fixtures: cook your test data from fresh">
15
+
16
+
17
+ <meta name="author" content="Nigel Brookes-Thomas (Billy Ruffian)">
18
+
19
+
20
+
21
+ <meta property="og:type" content="website">
22
+ <meta property="og:locale" content="en_GB">
23
+ <meta property="og:site_name" content="Faker Maker">
24
+ <meta property="og:title" content="Faker Maker">
25
+ <meta property="og:url" content="http://localhost:4000/">
26
+
27
+
28
+ <meta property="og:description" content="Factories over fixtures: cook your test data from fresh">
29
+
30
+
31
+
32
+
33
+
34
+
35
+
36
+
37
+
38
+
39
+
40
+
41
+ <link rel="canonical" href="http://localhost:4000/">
42
+
43
+
44
+
45
+
46
+
47
+ <script type="application/ld+json">
48
+ {
49
+ "@context": "https://schema.org",
50
+ "@type": "Person",
51
+ "name": "Nigel Brookes-Thomas",
52
+ "url": "http://localhost:4000/"
53
+ }
54
+ </script>
55
+
56
+
57
+
58
+
59
+
60
+
61
+
62
+
63
+
64
+ <!-- end _includes/seo.html -->
65
+
66
+
67
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
68
+
69
+ <script type="text/javascript">
70
+ document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
71
+ window.enable_copy_code_button = true;
72
+ </script>
73
+
74
+ <!-- For all browsers -->
75
+ <link rel="stylesheet" href="/assets/css/main.css">
76
+ <link rel="preload" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@latest/css/all.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
77
+ <noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@latest/css/all.min.css"></noscript>
78
+
79
+
80
+
81
+ <!-- start custom head snippets -->
82
+
83
+ <!-- insert favicons. use https://realfavicongenerator.net/ -->
84
+
85
+ <!-- end custom head snippets -->
86
+
87
+ </head>
88
+
89
+ <body class="layout--splash">
90
+ <nav class="skip-links">
91
+ <ul>
92
+ <li><a href="#site-nav" class="screen-reader-shortcut">Skip to primary navigation</a></li>
93
+ <li><a href="#main" class="screen-reader-shortcut">Skip to content</a></li>
94
+ <li><a href="#footer" class="screen-reader-shortcut">Skip to footer</a></li>
95
+ </ul>
96
+ </nav>
97
+
98
+
99
+
100
+ <div class="masthead">
101
+ <div class="masthead__inner-wrap">
102
+ <div class="masthead__menu">
103
+ <nav id="site-nav" class="greedy-nav">
104
+
105
+ <a class="site-logo" href="/"><img src="/assets/images/unipug.svg" alt="Faker Maker"></a>
106
+
107
+ <a class="site-title" href="/">
108
+ Faker Maker
109
+ <span class="site-subtitle">Factories over fixtures</span>
110
+ </a>
111
+ <ul class="visible-links"><li class="masthead__menu-item">
112
+ <a
113
+ href="/docs/installing/"
114
+
115
+
116
+ >Documentation</a>
117
+ </li><li class="masthead__menu-item">
118
+ <a
119
+ href="/pages/about/"
120
+
121
+
122
+ >About</a>
123
+ </li></ul>
124
+
125
+ <button class="search__toggle" type="button">
126
+ <span class="visually-hidden">Toggle search</span>
127
+ <i class="fas fa-search"></i>
128
+ </button>
129
+
130
+ <button class="greedy-nav__toggle hidden" type="button">
131
+ <span class="visually-hidden">Toggle menu</span>
132
+ <div class="navicon"></div>
133
+ </button>
134
+ <ul class="hidden-links hidden"></ul>
135
+ </nav>
136
+ </div>
137
+ </div>
138
+ </div>
139
+
140
+
141
+ <div class="initial-content">
142
+
143
+
144
+ <div id="main" role="main">
145
+ <article class="splash" itemscope itemtype="https://schema.org/CreativeWork">
146
+
147
+
148
+
149
+
150
+
151
+ <section class="page__content" itemprop="text">
152
+
153
+ <div class="feature__wrapper">
154
+
155
+
156
+ <div class="feature__item--center">
157
+ <div class="archive__item">
158
+
159
+ <div class="archive__item-teaser">
160
+ <img src="/assets/images/unipug.svg" alt="An illustration of cute pug dog pretending to be a unicorn by wearing a costume" />
161
+
162
+ </div>
163
+
164
+
165
+ <div class="archive__item-body">
166
+
167
+ <h2 class="archive__item-title">Factories over fixtures</h2>
168
+
169
+
170
+
171
+ <div class="archive__item-excerpt">
172
+ <p>FakerMaker is a simple factory builder so you can throw away your fixtures and generate test data instead.</p>
173
+
174
+ </div>
175
+
176
+
177
+
178
+ <p><a href="/docs/installing/" class="btn btn btn--success">Get Started</a></p>
179
+
180
+ </div>
181
+ </div>
182
+ </div>
183
+
184
+
185
+ </div>
186
+
187
+ <p>Sometimes you need generate data; something testers need to do a lot. Often, a bunch of fixtures will be built by hand, carefully maintained and curated, until the API or schema or something changes and all the fixtures need to be pruned before the tests pass again. This drives testers into building fixtures which individually cover lots of acceptance critera just so that they can drive down the number of them they have to maintain until the fixtures don’t resemble anything like realistic criteria.</p>
188
+
189
+ <p>If you’re testing a Rails application, you can use the awesome FactoryBot to generate faked model instances but what if you’re not using Rails or you don’t have model classes or you’re testing an API? This is what Faker Maker aims to help with.</p>
190
+
191
+ <p>It is designed to resemble the Factory Bot gem but without needing an existing class definition to back its object and so it goes without saying that it offers no persistence mechanism. Its purpose is to provide a simple framework for generating data to test JSON APIs and is intended to be used with the Faker gem (but has no dependency upon it).</p>
192
+
193
+
194
+ </section>
195
+ </article>
196
+ </div>
197
+
198
+
199
+ </div>
200
+
201
+
202
+ <div class="search-content">
203
+ <div class="search-content__inner-wrap"><form class="search-content__form" onkeydown="return event.key != 'Enter';" role="search">
204
+ <label class="sr-only" for="search">
205
+ Enter your search term...
206
+ </label>
207
+ <input type="search" id="search" class="search-input" tabindex="-1" placeholder="Enter your search term..." />
208
+ </form>
209
+ <div id="results" class="results"></div></div>
210
+
211
+ </div>
212
+
213
+
214
+ <div id="footer" class="page__footer">
215
+ <footer>
216
+ <!-- start custom footer snippets -->
217
+
218
+ <!-- end custom footer snippets -->
219
+ <div class="page__footer-follow">
220
+ <ul class="social-icons">
221
+
222
+ <li><strong></strong></li>
223
+
224
+
225
+
226
+
227
+
228
+ <li><a href="https://github.com/BillyRuffian/faker_maker" rel="nofollow noopener noreferrer"><i class="fab fa-fw fa-github" aria-hidden="true"></i> GitHub</a></li>
229
+
230
+
231
+
232
+
233
+
234
+ </ul>
235
+ </div>
236
+
237
+ <div class="page__footer-copyright">&copy; 2024 <a href="http://localhost:4000">Nigel Brookes-Thomas</a>. Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> &amp; <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.</div>
238
+
239
+ </footer>
240
+ </div>
241
+
242
+
243
+ <script src="/assets/js/main.min.js"></script>
244
+
245
+
246
+
247
+
248
+ <script src="/assets/js/lunr/lunr.min.js"></script>
249
+ <script src="/assets/js/lunr/lunr-store.js"></script>
250
+ <script src="/assets/js/lunr/lunr-en.js"></script>
251
+
252
+
253
+
254
+
255
+
256
+
257
+ </body>
258
+ </html>
@@ -0,0 +1,18 @@
1
+ <p>You’ll find this post in your <code class="language-plaintext highlighter-rouge">_posts</code> directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run <code class="language-plaintext highlighter-rouge">jekyll serve</code>, which launches a web server and auto-regenerates your site when a file is updated.</p>
2
+
3
+ <p>Jekyll requires blog post files to be named according to the following format:</p>
4
+
5
+ <p><code class="language-plaintext highlighter-rouge">YEAR-MONTH-DAY-title.MARKUP</code></p>
6
+
7
+ <p>Where <code class="language-plaintext highlighter-rouge">YEAR</code> is a four-digit number, <code class="language-plaintext highlighter-rouge">MONTH</code> and <code class="language-plaintext highlighter-rouge">DAY</code> are both two-digit numbers, and <code class="language-plaintext highlighter-rouge">MARKUP</code> is the file extension representing the format used in the file. After that, include the necessary front matter. Take a look at the source for this post to get an idea about how it works.</p>
8
+
9
+ <p>Jekyll also offers powerful support for code snippets:</p>
10
+
11
+ <figure class="highlight"><pre><code class="language-ruby" data-lang="ruby"><span class="k">def</span> <span class="nf">print_hi</span><span class="p">(</span><span class="nb">name</span><span class="p">)</span>
12
+ <span class="nb">puts</span> <span class="s2">"Hi, </span><span class="si">#{</span><span class="nb">name</span><span class="si">}</span><span class="s2">"</span>
13
+ <span class="k">end</span>
14
+ <span class="n">print_hi</span><span class="p">(</span><span class="s1">'Tom'</span><span class="p">)</span>
15
+ <span class="c1">#=&gt; prints 'Hi, Tom' to STDOUT.</span></code></pre></figure>
16
+
17
+ <p>Check out the <a href="https://jekyllrb.com/docs/home">Jekyll docs</a> for more info on how to get the most out of Jekyll. File all bugs/feature requests at <a href="https://github.com/jekyll/jekyll">Jekyll’s GitHub repo</a>. If you have questions, you can ask them on <a href="https://talk.jekyllrb.com/">Jekyll Talk</a>.</p>
18
+
@@ -0,0 +1 @@
1
+ Sitemap: http://localhost:4000/sitemap.xml
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3
+ <url>
4
+ <loc>http://localhost:4000/jekyll/update/welcome-to-jekyll/</loc>
5
+ <lastmod>2024-10-14T13:56:50+01:00</lastmod>
6
+ </url>
7
+ <url>
8
+ <loc>http://localhost:4000/about/</loc>
9
+ </url>
10
+ <url>
11
+ <loc>http://localhost:4000/</loc>
12
+ </url>
13
+ </urlset>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: faker_maker
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.1
4
+ version: 2.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nigel Brookes-Thomas
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-11-07 00:00:00.000000000 Z
11
+ date: 2024-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '5.2'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
- version: '8'
22
+ version: '9'
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,21 +29,21 @@ dependencies:
29
29
  version: '5.2'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
- version: '8'
32
+ version: '9'
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: bundler
35
35
  requirement: !ruby/object:Gem::Requirement
36
36
  requirements:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
- version: '2.0'
39
+ version: '2'
40
40
  type: :development
41
41
  prerelease: false
42
42
  version_requirements: !ruby/object:Gem::Requirement
43
43
  requirements:
44
44
  - - "~>"
45
45
  - !ruby/object:Gem::Version
46
- version: '2.0'
46
+ version: '2'
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: faker
49
49
  requirement: !ruby/object:Gem::Requirement
@@ -240,6 +240,32 @@ files:
240
240
  - lib/faker_maker/naming/json.rb
241
241
  - lib/faker_maker/naming/json_capitalized.rb
242
242
  - lib/faker_maker/version.rb
243
+ - usefakermaker.com/_site/404.html
244
+ - usefakermaker.com/_site/about/index.html
245
+ - usefakermaker.com/_site/assets/css/main.css
246
+ - usefakermaker.com/_site/assets/css/main.css.map
247
+ - usefakermaker.com/_site/assets/images/pug.png
248
+ - usefakermaker.com/_site/assets/images/unipug.svg
249
+ - usefakermaker.com/_site/assets/js/_main.js
250
+ - usefakermaker.com/_site/assets/js/lunr/lunr-en.js
251
+ - usefakermaker.com/_site/assets/js/lunr/lunr-gr.js
252
+ - usefakermaker.com/_site/assets/js/lunr/lunr-store.js
253
+ - usefakermaker.com/_site/assets/js/lunr/lunr.js
254
+ - usefakermaker.com/_site/assets/js/lunr/lunr.min.js
255
+ - usefakermaker.com/_site/assets/js/main.min.js
256
+ - usefakermaker.com/_site/assets/js/main.min.js.map
257
+ - usefakermaker.com/_site/assets/js/plugins/gumshoe.js
258
+ - usefakermaker.com/_site/assets/js/plugins/jquery.ba-throttle-debounce.js
259
+ - usefakermaker.com/_site/assets/js/plugins/jquery.fitvids.js
260
+ - usefakermaker.com/_site/assets/js/plugins/jquery.greedy-navigation.js
261
+ - usefakermaker.com/_site/assets/js/plugins/jquery.magnific-popup.js
262
+ - usefakermaker.com/_site/assets/js/plugins/smooth-scroll.js
263
+ - usefakermaker.com/_site/assets/js/vendor/jquery/jquery-3.6.0.js
264
+ - usefakermaker.com/_site/feed.xml
265
+ - usefakermaker.com/_site/index.html
266
+ - usefakermaker.com/_site/jekyll/update/welcome-to-jekyll/index.html
267
+ - usefakermaker.com/_site/robots.txt
268
+ - usefakermaker.com/_site/sitemap.xml
243
269
  homepage: https://billyruffian.github.io/faker_maker/
244
270
  licenses:
245
271
  - MIT