ppl 4.0.2 → 4.0.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/.editorconfig +12 -0
- data/.eleventy.js +86 -0
- data/.eleventyignore +1 -0
- data/.github/workflows/build.yml +30 -2
- data/.gitignore +3 -1
- data/Rakefile +1 -1
- data/features/step_definitions/ppl_steps.rb +24 -24
- data/gh-pages/Gemfile +2 -0
- data/gh-pages/_config.yml +5 -0
- data/gh-pages/_includes/changelog.html +23 -0
- data/gh-pages/_includes/development-sidebar.html +25 -0
- data/gh-pages/_includes/footer.html +22 -0
- data/gh-pages/_includes/header.html +43 -0
- data/gh-pages/_includes/news.html +36 -0
- data/gh-pages/_includes/tip.html +54 -0
- data/gh-pages/_layouts/changelog.html +1 -0
- data/gh-pages/_layouts/command.html +104 -0
- data/gh-pages/_layouts/configuration.html +71 -0
- data/gh-pages/_layouts/development.html +20 -0
- data/gh-pages/_layouts/frontpage.html +6 -0
- data/gh-pages/_layouts/integration.html +44 -0
- data/gh-pages/_layouts/news.html +2 -0
- data/gh-pages/_layouts/page.html +6 -0
- data/gh-pages/_layouts/tip.html +2 -0
- data/gh-pages/_posts/2012-01-15-first-post.md +16 -0
- data/gh-pages/_posts/2012-12-20-1.0.0.md +19 -0
- data/gh-pages/_posts/2012-12-20-1.1.0.md +28 -0
- data/gh-pages/_posts/2012-12-20-1.2.0.md +18 -0
- data/gh-pages/_posts/2012-12-21-1.3.0.md +20 -0
- data/gh-pages/_posts/2012-12-21-thank-you-for-your-all-your-feedback.md +26 -0
- data/gh-pages/_posts/2012-12-22-1.4.1.md +21 -0
- data/gh-pages/_posts/2012-12-22-1.5.0.md +17 -0
- data/gh-pages/_posts/2012-12-23-1.5.1.md +13 -0
- data/gh-pages/_posts/2012-12-23-1.5.2.md +15 -0
- data/gh-pages/_posts/2012-12-26-1.5.3.md +19 -0
- data/gh-pages/_posts/2012-12-27-1.6.0.md +18 -0
- data/gh-pages/_posts/2012-12-29-1.7.0.md +18 -0
- data/gh-pages/_posts/2013-01-05-1.8.0.md +18 -0
- data/gh-pages/_posts/2013-01-06-1.9.0.md +20 -0
- data/gh-pages/_posts/2013-01-10-1.10.0.md +18 -0
- data/gh-pages/_posts/2013-01-20-1.11.0.md +14 -0
- data/gh-pages/_posts/2013-02-16-1.12.0.md +14 -0
- data/gh-pages/_posts/2013-02-17-1.13.0.md +29 -0
- data/gh-pages/_posts/2013-02-17-1.14.0.md +15 -0
- data/gh-pages/_posts/2013-02-17-1.14.1.md +18 -0
- data/gh-pages/_posts/2013-02-17-two-months-in.md +27 -0
- data/gh-pages/_posts/2013-03-16-1.15.0.md +28 -0
- data/gh-pages/_posts/2013-03-16-coloured-output-released.md +27 -0
- data/gh-pages/_posts/2013-04-10-ruby-2.0-compatibility.md +28 -0
- data/gh-pages/_posts/2013-04-11-1.15.1.md +13 -0
- data/gh-pages/_posts/2013-04-12-1.16.0.md +22 -0
- data/gh-pages/_posts/2013-04-14-1.17.0.md +15 -0
- data/gh-pages/_posts/2013-04-14-1.17.1.md +20 -0
- data/gh-pages/_posts/2013-04-14-1.17.2.md +13 -0
- data/gh-pages/_posts/2013-04-15-sync-alias.md +31 -0
- data/gh-pages/_posts/2013-04-15-utf8-fixed-and-more.md +37 -0
- data/gh-pages/_posts/2013-04-16-1.18.0.md +15 -0
- data/gh-pages/_posts/2013-04-16-set-up-color-output.md +47 -0
- data/gh-pages/_posts/2013-04-19-1.19.0.md +13 -0
- data/gh-pages/_posts/2013-04-19-1.20.0.md +15 -0
- data/gh-pages/_posts/2013-04-20-1.21.0.md +16 -0
- data/gh-pages/_posts/2013-04-20-1.22.0.md +14 -0
- data/gh-pages/_posts/2013-04-20-1.22.1.md +13 -0
- data/gh-pages/_posts/2013-04-21-1.22.2.md +15 -0
- data/gh-pages/_posts/2013-04-21-1.23.0.md +35 -0
- data/gh-pages/_posts/2013-04-23-1.24.0.md +16 -0
- data/gh-pages/_posts/2013-04-24-1.25.0.md +21 -0
- data/gh-pages/_posts/2013-05-09-2.0.0.md +33 -0
- data/gh-pages/_posts/2013-05-09-version-2.0.0-released.md +32 -0
- data/gh-pages/_posts/2013-07-20-2.1.0.md +36 -0
- data/gh-pages/_posts/2013-07-20-2.2.0.md +20 -0
- data/gh-pages/_posts/2013-10-12-2.3.0.md +19 -0
- data/gh-pages/_posts/2014-03-30-2.3.1.md +25 -0
- data/gh-pages/_posts/2015-01-05-2.3.2.md +18 -0
- data/gh-pages/_posts/2015-12-03-get-involved.md +29 -0
- data/gh-pages/_posts/2015-12-05-2.3.3.md +16 -0
- data/gh-pages/_posts/2016-01-02-2.4.0.md +19 -0
- data/gh-pages/_posts/2017-05-01-2.4.1.md +12 -0
- data/gh-pages/_posts/2017-10-23-sleep-mode.md +18 -0
- data/gh-pages/_posts/2018-01-03-3.0.1.md +12 -0
- data/gh-pages/_stylesheets/ppl/color.less +119 -0
- data/gh-pages/_stylesheets/ppl/layout.less +54 -0
- data/gh-pages/_stylesheets/ppl/style.less +185 -0
- data/gh-pages/_stylesheets/ppl/typography.less +59 -0
- data/gh-pages/development/changelog/index.md +18 -0
- data/gh-pages/development/changelog/split.rb +51 -0
- data/gh-pages/development/index.html +32 -0
- data/gh-pages/development/roadmap/index.md +15 -0
- data/gh-pages/documentation/about/index.html +63 -0
- data/gh-pages/documentation/commands/add/index.md +43 -0
- data/gh-pages/documentation/commands/age/add/index.md +40 -0
- data/gh-pages/documentation/commands/age/index.md +38 -0
- data/gh-pages/documentation/commands/bday/index.md +44 -0
- data/gh-pages/documentation/commands/completion/index.md +38 -0
- data/gh-pages/documentation/commands/email/index.md +64 -0
- data/gh-pages/documentation/commands/grep/index.md +32 -0
- data/gh-pages/documentation/commands/init/index.md +28 -0
- data/gh-pages/documentation/commands/ls/index.md +55 -0
- data/gh-pages/documentation/commands/mutt/index.md +36 -0
- data/gh-pages/documentation/commands/mv/index.md +26 -0
- data/gh-pages/documentation/commands/name/index.md +45 -0
- data/gh-pages/documentation/commands/nick/index.md +44 -0
- data/gh-pages/documentation/commands/org/index.md +45 -0
- data/gh-pages/documentation/commands/phone/index.md +56 -0
- data/gh-pages/documentation/commands/post/index.md +61 -0
- data/gh-pages/documentation/commands/pull/index.md +39 -0
- data/gh-pages/documentation/commands/push/index.md +36 -0
- data/gh-pages/documentation/commands/remote/index.md +40 -0
- data/gh-pages/documentation/commands/rm/index.md +23 -0
- data/gh-pages/documentation/commands/scrape/index.md +38 -0
- data/gh-pages/documentation/commands/shell/index.md +39 -0
- data/gh-pages/documentation/commands/show/index.md +33 -0
- data/gh-pages/documentation/commands/url/index.md +44 -0
- data/gh-pages/documentation/commands/version/index.md +27 -0
- data/gh-pages/documentation/configuration/address_book/index.md +22 -0
- data/gh-pages/documentation/configuration/alias/index.md +45 -0
- data/gh-pages/documentation/configuration/color/index.md +47 -0
- data/gh-pages/documentation/configuration/color_age/index.md +20 -0
- data/gh-pages/documentation/configuration/color_bday/index.md +20 -0
- data/gh-pages/documentation/configuration/color_email/index.md +21 -0
- data/gh-pages/documentation/configuration/color_ls/index.md +21 -0
- data/gh-pages/documentation/configuration/color_name/index.md +20 -0
- data/gh-pages/documentation/configuration/color_nick/index.md +20 -0
- data/gh-pages/documentation/configuration/color_org/index.md +20 -0
- data/gh-pages/documentation/configuration/color_phone/index.md +22 -0
- data/gh-pages/documentation/configuration/color_post/index.md +20 -0
- data/gh-pages/documentation/configuration/color_url/index.md +20 -0
- data/gh-pages/documentation/configuration/index.html +8 -0
- data/gh-pages/documentation/index.html +183 -0
- data/gh-pages/documentation/integration/bash/index.md +23 -0
- data/gh-pages/documentation/integration/google/index.md +26 -0
- data/gh-pages/documentation/integration/index.html +8 -0
- data/gh-pages/documentation/integration/mutt/index.md +35 -0
- data/gh-pages/documentation/integration/zsh/index.md +19 -0
- data/gh-pages/documentation/quick-start/index.html +88 -0
- data/gh-pages/documentation/tips/index.html +9 -0
- data/gh-pages/index.html +108 -0
- data/gh-pages/news/index.html +9 -0
- data/gh-pages/robots.txt +3 -0
- data/gh-pages/stylesheets/flatstrap.css +10 -0
- data/gh-pages/stylesheets/ppl.scss +235 -0
- data/gh-pages/wiki.png +0 -0
- data/lib/ppl.rb +4 -1
- data/makefile +18 -0
- data/package.json +23 -0
- data/ppl.gemspec +1 -1
- data/site/_data/url.js +4 -0
- data/site/casts/hero.cast +189 -0
- data/site/development.njk +6 -0
- data/site/documentation.njk +6 -0
- data/site/index.njk +75 -0
- data/site/news.njk +6 -0
- data/site/style.scss +140 -0
- data/yarn.lock +3605 -0
- metadata +149 -1
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ppl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.0.
|
|
4
|
+
version: 4.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Henry Catalini Smith
|
|
@@ -173,6 +173,8 @@ extensions: []
|
|
|
173
173
|
extra_rdoc_files: []
|
|
174
174
|
files:
|
|
175
175
|
- ".editorconfig"
|
|
176
|
+
- ".eleventy.js"
|
|
177
|
+
- ".eleventyignore"
|
|
176
178
|
- ".github/workflows/build.yml"
|
|
177
179
|
- ".gitignore"
|
|
178
180
|
- ".rspec"
|
|
@@ -199,6 +201,142 @@ files:
|
|
|
199
201
|
- features/step_definitions/cwd_steps.rb
|
|
200
202
|
- features/step_definitions/ppl_steps.rb
|
|
201
203
|
- features/url.feature
|
|
204
|
+
- gh-pages/Gemfile
|
|
205
|
+
- gh-pages/Gemfile.lock
|
|
206
|
+
- gh-pages/_config.yml
|
|
207
|
+
- gh-pages/_includes/changelog.html
|
|
208
|
+
- gh-pages/_includes/development-sidebar.html
|
|
209
|
+
- gh-pages/_includes/footer.html
|
|
210
|
+
- gh-pages/_includes/header.html
|
|
211
|
+
- gh-pages/_includes/news.html
|
|
212
|
+
- gh-pages/_includes/tip.html
|
|
213
|
+
- gh-pages/_layouts/changelog.html
|
|
214
|
+
- gh-pages/_layouts/command.html
|
|
215
|
+
- gh-pages/_layouts/configuration.html
|
|
216
|
+
- gh-pages/_layouts/development.html
|
|
217
|
+
- gh-pages/_layouts/frontpage.html
|
|
218
|
+
- gh-pages/_layouts/integration.html
|
|
219
|
+
- gh-pages/_layouts/news.html
|
|
220
|
+
- gh-pages/_layouts/page.html
|
|
221
|
+
- gh-pages/_layouts/tip.html
|
|
222
|
+
- gh-pages/_posts/2012-01-15-first-post.md
|
|
223
|
+
- gh-pages/_posts/2012-12-20-1.0.0.md
|
|
224
|
+
- gh-pages/_posts/2012-12-20-1.1.0.md
|
|
225
|
+
- gh-pages/_posts/2012-12-20-1.2.0.md
|
|
226
|
+
- gh-pages/_posts/2012-12-21-1.3.0.md
|
|
227
|
+
- gh-pages/_posts/2012-12-21-thank-you-for-your-all-your-feedback.md
|
|
228
|
+
- gh-pages/_posts/2012-12-22-1.4.1.md
|
|
229
|
+
- gh-pages/_posts/2012-12-22-1.5.0.md
|
|
230
|
+
- gh-pages/_posts/2012-12-23-1.5.1.md
|
|
231
|
+
- gh-pages/_posts/2012-12-23-1.5.2.md
|
|
232
|
+
- gh-pages/_posts/2012-12-26-1.5.3.md
|
|
233
|
+
- gh-pages/_posts/2012-12-27-1.6.0.md
|
|
234
|
+
- gh-pages/_posts/2012-12-29-1.7.0.md
|
|
235
|
+
- gh-pages/_posts/2013-01-05-1.8.0.md
|
|
236
|
+
- gh-pages/_posts/2013-01-06-1.9.0.md
|
|
237
|
+
- gh-pages/_posts/2013-01-10-1.10.0.md
|
|
238
|
+
- gh-pages/_posts/2013-01-20-1.11.0.md
|
|
239
|
+
- gh-pages/_posts/2013-02-16-1.12.0.md
|
|
240
|
+
- gh-pages/_posts/2013-02-17-1.13.0.md
|
|
241
|
+
- gh-pages/_posts/2013-02-17-1.14.0.md
|
|
242
|
+
- gh-pages/_posts/2013-02-17-1.14.1.md
|
|
243
|
+
- gh-pages/_posts/2013-02-17-two-months-in.md
|
|
244
|
+
- gh-pages/_posts/2013-03-16-1.15.0.md
|
|
245
|
+
- gh-pages/_posts/2013-03-16-coloured-output-released.md
|
|
246
|
+
- gh-pages/_posts/2013-04-10-ruby-2.0-compatibility.md
|
|
247
|
+
- gh-pages/_posts/2013-04-11-1.15.1.md
|
|
248
|
+
- gh-pages/_posts/2013-04-12-1.16.0.md
|
|
249
|
+
- gh-pages/_posts/2013-04-14-1.17.0.md
|
|
250
|
+
- gh-pages/_posts/2013-04-14-1.17.1.md
|
|
251
|
+
- gh-pages/_posts/2013-04-14-1.17.2.md
|
|
252
|
+
- gh-pages/_posts/2013-04-15-sync-alias.md
|
|
253
|
+
- gh-pages/_posts/2013-04-15-utf8-fixed-and-more.md
|
|
254
|
+
- gh-pages/_posts/2013-04-16-1.18.0.md
|
|
255
|
+
- gh-pages/_posts/2013-04-16-set-up-color-output.md
|
|
256
|
+
- gh-pages/_posts/2013-04-19-1.19.0.md
|
|
257
|
+
- gh-pages/_posts/2013-04-19-1.20.0.md
|
|
258
|
+
- gh-pages/_posts/2013-04-20-1.21.0.md
|
|
259
|
+
- gh-pages/_posts/2013-04-20-1.22.0.md
|
|
260
|
+
- gh-pages/_posts/2013-04-20-1.22.1.md
|
|
261
|
+
- gh-pages/_posts/2013-04-21-1.22.2.md
|
|
262
|
+
- gh-pages/_posts/2013-04-21-1.23.0.md
|
|
263
|
+
- gh-pages/_posts/2013-04-23-1.24.0.md
|
|
264
|
+
- gh-pages/_posts/2013-04-24-1.25.0.md
|
|
265
|
+
- gh-pages/_posts/2013-05-09-2.0.0.md
|
|
266
|
+
- gh-pages/_posts/2013-05-09-version-2.0.0-released.md
|
|
267
|
+
- gh-pages/_posts/2013-07-20-2.1.0.md
|
|
268
|
+
- gh-pages/_posts/2013-07-20-2.2.0.md
|
|
269
|
+
- gh-pages/_posts/2013-10-12-2.3.0.md
|
|
270
|
+
- gh-pages/_posts/2014-03-30-2.3.1.md
|
|
271
|
+
- gh-pages/_posts/2015-01-05-2.3.2.md
|
|
272
|
+
- gh-pages/_posts/2015-12-03-get-involved.md
|
|
273
|
+
- gh-pages/_posts/2015-12-05-2.3.3.md
|
|
274
|
+
- gh-pages/_posts/2016-01-02-2.4.0.md
|
|
275
|
+
- gh-pages/_posts/2017-05-01-2.4.1.md
|
|
276
|
+
- gh-pages/_posts/2017-10-23-sleep-mode.md
|
|
277
|
+
- gh-pages/_posts/2018-01-03-3.0.1.md
|
|
278
|
+
- gh-pages/_stylesheets/ppl/color.less
|
|
279
|
+
- gh-pages/_stylesheets/ppl/layout.less
|
|
280
|
+
- gh-pages/_stylesheets/ppl/style.less
|
|
281
|
+
- gh-pages/_stylesheets/ppl/typography.less
|
|
282
|
+
- gh-pages/development/changelog/index.md
|
|
283
|
+
- gh-pages/development/changelog/split.rb
|
|
284
|
+
- gh-pages/development/index.html
|
|
285
|
+
- gh-pages/development/roadmap/index.md
|
|
286
|
+
- gh-pages/documentation/about/index.html
|
|
287
|
+
- gh-pages/documentation/commands/add/index.md
|
|
288
|
+
- gh-pages/documentation/commands/age/add/index.md
|
|
289
|
+
- gh-pages/documentation/commands/age/index.md
|
|
290
|
+
- gh-pages/documentation/commands/bday/index.md
|
|
291
|
+
- gh-pages/documentation/commands/completion/index.md
|
|
292
|
+
- gh-pages/documentation/commands/email/index.md
|
|
293
|
+
- gh-pages/documentation/commands/grep/index.md
|
|
294
|
+
- gh-pages/documentation/commands/init/index.md
|
|
295
|
+
- gh-pages/documentation/commands/ls/index.md
|
|
296
|
+
- gh-pages/documentation/commands/mutt/index.md
|
|
297
|
+
- gh-pages/documentation/commands/mv/index.md
|
|
298
|
+
- gh-pages/documentation/commands/name/index.md
|
|
299
|
+
- gh-pages/documentation/commands/nick/index.md
|
|
300
|
+
- gh-pages/documentation/commands/org/index.md
|
|
301
|
+
- gh-pages/documentation/commands/phone/index.md
|
|
302
|
+
- gh-pages/documentation/commands/post/index.md
|
|
303
|
+
- gh-pages/documentation/commands/pull/index.md
|
|
304
|
+
- gh-pages/documentation/commands/push/index.md
|
|
305
|
+
- gh-pages/documentation/commands/remote/index.md
|
|
306
|
+
- gh-pages/documentation/commands/rm/index.md
|
|
307
|
+
- gh-pages/documentation/commands/scrape/index.md
|
|
308
|
+
- gh-pages/documentation/commands/shell/index.md
|
|
309
|
+
- gh-pages/documentation/commands/show/index.md
|
|
310
|
+
- gh-pages/documentation/commands/url/index.md
|
|
311
|
+
- gh-pages/documentation/commands/version/index.md
|
|
312
|
+
- gh-pages/documentation/configuration/address_book/index.md
|
|
313
|
+
- gh-pages/documentation/configuration/alias/index.md
|
|
314
|
+
- gh-pages/documentation/configuration/color/index.md
|
|
315
|
+
- gh-pages/documentation/configuration/color_age/index.md
|
|
316
|
+
- gh-pages/documentation/configuration/color_bday/index.md
|
|
317
|
+
- gh-pages/documentation/configuration/color_email/index.md
|
|
318
|
+
- gh-pages/documentation/configuration/color_ls/index.md
|
|
319
|
+
- gh-pages/documentation/configuration/color_name/index.md
|
|
320
|
+
- gh-pages/documentation/configuration/color_nick/index.md
|
|
321
|
+
- gh-pages/documentation/configuration/color_org/index.md
|
|
322
|
+
- gh-pages/documentation/configuration/color_phone/index.md
|
|
323
|
+
- gh-pages/documentation/configuration/color_post/index.md
|
|
324
|
+
- gh-pages/documentation/configuration/color_url/index.md
|
|
325
|
+
- gh-pages/documentation/configuration/index.html
|
|
326
|
+
- gh-pages/documentation/index.html
|
|
327
|
+
- gh-pages/documentation/integration/bash/index.md
|
|
328
|
+
- gh-pages/documentation/integration/google/index.md
|
|
329
|
+
- gh-pages/documentation/integration/index.html
|
|
330
|
+
- gh-pages/documentation/integration/mutt/index.md
|
|
331
|
+
- gh-pages/documentation/integration/zsh/index.md
|
|
332
|
+
- gh-pages/documentation/quick-start/index.html
|
|
333
|
+
- gh-pages/documentation/tips/index.html
|
|
334
|
+
- gh-pages/index.html
|
|
335
|
+
- gh-pages/news/index.html
|
|
336
|
+
- gh-pages/robots.txt
|
|
337
|
+
- gh-pages/stylesheets/flatstrap.css
|
|
338
|
+
- gh-pages/stylesheets/ppl.scss
|
|
339
|
+
- gh-pages/wiki.png
|
|
202
340
|
- lib/ppl.rb
|
|
203
341
|
- lib/ppl/adapter/color.rb
|
|
204
342
|
- lib/ppl/adapter/color/colored.rb
|
|
@@ -290,8 +428,17 @@ files:
|
|
|
290
428
|
- lib/ppl/service/phone_number.rb
|
|
291
429
|
- lib/ppl/service/postal_address.rb
|
|
292
430
|
- license
|
|
431
|
+
- makefile
|
|
432
|
+
- package.json
|
|
293
433
|
- ppl.gemspec
|
|
294
434
|
- readme.md
|
|
435
|
+
- site/_data/url.js
|
|
436
|
+
- site/casts/hero.cast
|
|
437
|
+
- site/development.njk
|
|
438
|
+
- site/documentation.njk
|
|
439
|
+
- site/index.njk
|
|
440
|
+
- site/news.njk
|
|
441
|
+
- site/style.scss
|
|
295
442
|
- spec/ppl/adapter/color/colored_spec.rb
|
|
296
443
|
- spec/ppl/adapter/color_spec.rb
|
|
297
444
|
- spec/ppl/adapter/email_scraper/mail_spec.rb
|
|
@@ -377,6 +524,7 @@ files:
|
|
|
377
524
|
- spec/ppl/service/phone_number_spec.rb
|
|
378
525
|
- spec/ppl/service/postal_address_spec.rb
|
|
379
526
|
- spec/spec_helper.rb
|
|
527
|
+
- yarn.lock
|
|
380
528
|
homepage: https://github.com/hendotcat/ppl
|
|
381
529
|
licenses:
|
|
382
530
|
- MIT
|