lolcommits 0.13.0 → 0.13.1
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 +5 -5
- data/.travis.yml +2 -3
- data/CHANGELOG.md +202 -195
- data/CONTRIBUTING.md +2 -2
- data/README.md +19 -18
- data/features/bugs.feature +4 -4
- data/features/lolcommits.feature +1 -1
- data/lib/lolcommits/plugin_manager.rb +1 -1
- data/lib/lolcommits/version.rb +1 -1
- data/lolcommits.gemspec +10 -30
- data/test/permissions_test.rb +1 -1
- metadata +10 -26
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 3eb952160c813f290a4ca2520f22424fdc6b9994
|
|
4
|
+
data.tar.gz: a06c38ab8276d5534f8977f9c654b901e27bcc55
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7be7a56b902295d3cc0a91529820c8fabeb61df08cecc82ca1ea07e3b4ac5937260d14dc99b7152add0b7e25aaa55782ed0ccb730f0caeef5bc841c3a6338649
|
|
7
|
+
data.tar.gz: b2d241f9df3c63c13035725659b2946645c5e2b2beb06da46e26118d335a8c8133fd33787a22131ed2db19e974adad2738f510be512a364c7ba10fe80e6fc299
|
data/.travis.yml
CHANGED
|
@@ -31,12 +31,11 @@ deploy:
|
|
|
31
31
|
gem: lolcommits
|
|
32
32
|
on:
|
|
33
33
|
tags: true
|
|
34
|
-
|
|
35
|
-
repo: mroth/lolcommits
|
|
34
|
+
repo: lolcommits/lolcommits
|
|
36
35
|
|
|
37
36
|
env:
|
|
38
37
|
global:
|
|
39
|
-
- CC_TEST_REPORTER_ID=
|
|
38
|
+
- CC_TEST_REPORTER_ID=6170a470c98ca6537e4c19848d4d4201dbb1eff1960ba7fee1a278d91b9fb1f1
|
|
40
39
|
before_script:
|
|
41
40
|
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
|
|
42
41
|
- chmod +x ./cc-test-reporter
|
data/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,12 @@ project adheres to [Semantic Versioning][Semver].
|
|
|
7
7
|
|
|
8
8
|
* Your contribution here!
|
|
9
9
|
|
|
10
|
+
## [0.13.1][] (29 April 2019)
|
|
11
|
+
* Update all links and badges (in gemspec, README etc.) to lolcommits
|
|
12
|
+
organisation
|
|
13
|
+
* remove gem `post_install` message
|
|
14
|
+
* use `lolcommits-loltext ~> 0.1.0'
|
|
15
|
+
|
|
10
16
|
## [0.13.0][] (23 April 2019)
|
|
11
17
|
* Require at least Ruby 2.3
|
|
12
18
|
* Upgrade git gem dependency to 1.5.0 (@matthutchinson [#377][])
|
|
@@ -97,7 +103,7 @@ project adheres to [Semantic Versioning][Semver].
|
|
|
97
103
|
## [0.8.0][] (13 July 2016)
|
|
98
104
|
* New release requires Ruby 1.9.3+ minimum (@matthutchinson [#313][])
|
|
99
105
|
* All gems upgraded to latest versions (6 held back, see lolcommits.gemspec)
|
|
100
|
-
* See [this issue](https://github.com/
|
|
106
|
+
* See [this issue](https://github.com/lolcommits/lolcommits/issues/310) for details
|
|
101
107
|
|
|
102
108
|
## [0.7.0][] (13 July 2016)
|
|
103
109
|
* **last release supporting Ruby < 1.9.3** (@matthutchinson [#313][])
|
|
@@ -335,198 +341,199 @@ project adheres to [Semantic Versioning][Semver].
|
|
|
335
341
|
instead of compositing multiply image Caption objects (this seems to be more
|
|
336
342
|
reliable to not glitch.)
|
|
337
343
|
|
|
338
|
-
[Unreleased]: https://github.com/mroth/lolcommits/compare/v0.13.0...HEAD
|
|
339
|
-
[0.13.0]: https://github.com/mroth/lolcommits/compare/v0.12.1...v0.13.0
|
|
340
|
-
[0.12.1]: https://github.com/mroth/lolcommits/compare/v0.12.0...v0.12.1
|
|
341
|
-
[0.12.0]: https://github.com/mroth/lolcommits/compare/v0.11.0...v0.12.0
|
|
342
|
-
[0.11.0]: https://github.com/mroth/lolcommits/compare/v0.10.0...v0.11.0
|
|
343
|
-
[0.10.0]: https://github.com/mroth/lolcommits/compare/v0.9.8...v0.10.0
|
|
344
|
-
[0.9.8]: https://github.com/mroth/lolcommits/compare/v0.9.7...v0.9.8
|
|
345
|
-
[0.9.7]: https://github.com/mroth/lolcommits/compare/v0.9.6...v0.9.7
|
|
346
|
-
[0.9.6]: https://github.com/mroth/lolcommits/compare/v0.9.5...v0.9.6
|
|
347
|
-
[0.9.5]: https://github.com/mroth/lolcommits/compare/v0.9.4...v0.9.5
|
|
348
|
-
[0.9.4]: https://github.com/mroth/lolcommits/compare/v0.9.3...v0.9.4
|
|
349
|
-
[0.9.3]: https://github.com/mroth/lolcommits/compare/v0.9.2...v0.9.3
|
|
350
|
-
[0.9.2]: https://github.com/mroth/lolcommits/compare/v0.9.1...v0.9.2
|
|
351
|
-
[0.9.1]: https://github.com/mroth/lolcommits/compare/v0.9.0...v0.9.1
|
|
352
|
-
[0.9.0]: https://github.com/mroth/lolcommits/compare/v0.8.1...v0.9.0
|
|
353
|
-
[0.8.1]: https://github.com/mroth/lolcommits/compare/v0.8.0...v0.8.1
|
|
354
|
-
[0.8.0]: https://github.com/mroth/lolcommits/compare/v0.7.0...v0.8.0
|
|
355
|
-
[0.7.0]: https://github.com/mroth/lolcommits/compare/v0.6.7...v0.7.0
|
|
356
|
-
[0.6.7]: https://github.com/mroth/lolcommits/compare/v0.6.6...v0.6.7
|
|
357
|
-
[0.6.6]: https://github.com/mroth/lolcommits/compare/v0.6.5...v0.6.6
|
|
358
|
-
[0.6.5]: https://github.com/mroth/lolcommits/compare/v0.6.4...v0.6.5
|
|
359
|
-
[0.6.4]: https://github.com/mroth/lolcommits/compare/v0.6.3...v0.6.4
|
|
360
|
-
[0.6.3]: https://github.com/mroth/lolcommits/compare/v0.6.2...v0.6.3
|
|
361
|
-
[0.6.2]: https://github.com/mroth/lolcommits/compare/v0.6.1...v0.6.2
|
|
362
|
-
[0.6.1]: https://github.com/mroth/lolcommits/compare/v0.6.0...v0.6.1
|
|
363
|
-
[0.6.0]: https://github.com/mroth/lolcommits/compare/v0.5.9...v0.6.0
|
|
364
|
-
[0.5.9]: https://github.com/mroth/lolcommits/compare/v0.5.8...v0.5.9
|
|
365
|
-
[0.5.8]: https://github.com/mroth/lolcommits/compare/v0.5.7...v0.5.8
|
|
366
|
-
[0.5.7]: https://github.com/mroth/lolcommits/compare/v0.5.6...v0.5.7
|
|
367
|
-
[0.5.6]: https://github.com/mroth/lolcommits/compare/v0.5.5...v0.5.6
|
|
368
|
-
[0.5.5]: https://github.com/mroth/lolcommits/compare/v0.5.4...v0.5.5
|
|
369
|
-
[0.5.4]: https://github.com/mroth/lolcommits/compare/v0.5.3...v0.5.4
|
|
370
|
-
[0.5.3]: https://github.com/mroth/lolcommits/compare/v0.5.2...v0.5.3
|
|
371
|
-
[0.5.2]: https://github.com/mroth/lolcommits/compare/v0.5.1...v0.5.2
|
|
372
|
-
[0.5.1]: https://github.com/mroth/lolcommits/compare/v0.5.0...v0.5.1
|
|
373
|
-
[0.5.0]: https://github.com/mroth/lolcommits/compare/v0.4.9...v0.5.0
|
|
374
344
|
[Semver]: http://semver.org
|
|
375
|
-
[
|
|
376
|
-
[
|
|
377
|
-
[
|
|
378
|
-
[
|
|
379
|
-
[
|
|
380
|
-
[
|
|
381
|
-
[
|
|
382
|
-
[
|
|
383
|
-
[
|
|
384
|
-
[
|
|
385
|
-
[
|
|
386
|
-
[
|
|
387
|
-
[
|
|
388
|
-
[
|
|
389
|
-
[
|
|
390
|
-
[
|
|
391
|
-
[
|
|
392
|
-
[
|
|
393
|
-
[
|
|
394
|
-
[
|
|
395
|
-
[
|
|
396
|
-
[
|
|
397
|
-
[
|
|
398
|
-
[
|
|
399
|
-
[
|
|
400
|
-
[
|
|
401
|
-
[
|
|
402
|
-
[
|
|
403
|
-
[
|
|
404
|
-
[
|
|
405
|
-
[
|
|
406
|
-
[
|
|
407
|
-
[
|
|
408
|
-
[
|
|
409
|
-
[
|
|
410
|
-
[
|
|
411
|
-
[
|
|
412
|
-
[#
|
|
413
|
-
[#
|
|
414
|
-
[#
|
|
415
|
-
[#
|
|
416
|
-
[#
|
|
417
|
-
[#
|
|
418
|
-
[#
|
|
419
|
-
[#
|
|
420
|
-
[#
|
|
421
|
-
[#
|
|
422
|
-
[#
|
|
423
|
-
[#
|
|
424
|
-
[#
|
|
425
|
-
[#
|
|
426
|
-
[#
|
|
427
|
-
[#
|
|
428
|
-
[#
|
|
429
|
-
[#
|
|
430
|
-
[#
|
|
431
|
-
[#
|
|
432
|
-
[#
|
|
433
|
-
[#
|
|
434
|
-
[#
|
|
435
|
-
[#
|
|
436
|
-
[#
|
|
437
|
-
[#
|
|
438
|
-
[#
|
|
439
|
-
[#
|
|
440
|
-
[#
|
|
441
|
-
[#
|
|
442
|
-
[#
|
|
443
|
-
[#
|
|
444
|
-
[#
|
|
445
|
-
[#
|
|
446
|
-
[#
|
|
447
|
-
[#
|
|
448
|
-
[#
|
|
449
|
-
[#
|
|
450
|
-
[#
|
|
451
|
-
[#
|
|
452
|
-
[#
|
|
453
|
-
[#
|
|
454
|
-
[#
|
|
455
|
-
[#
|
|
456
|
-
[#
|
|
457
|
-
[#
|
|
458
|
-
[#
|
|
459
|
-
[#
|
|
460
|
-
[#
|
|
461
|
-
[#
|
|
462
|
-
[#
|
|
463
|
-
[#
|
|
464
|
-
[#
|
|
465
|
-
[#
|
|
466
|
-
[#
|
|
467
|
-
[#
|
|
468
|
-
[#
|
|
469
|
-
[#
|
|
470
|
-
[#
|
|
471
|
-
[#
|
|
472
|
-
[#
|
|
473
|
-
[#
|
|
474
|
-
[#
|
|
475
|
-
[#
|
|
476
|
-
[#
|
|
477
|
-
[#
|
|
478
|
-
[#
|
|
479
|
-
[#
|
|
480
|
-
[#
|
|
481
|
-
[#
|
|
482
|
-
[#
|
|
483
|
-
[#
|
|
484
|
-
[#
|
|
485
|
-
[#
|
|
486
|
-
[#
|
|
487
|
-
[#
|
|
488
|
-
[#
|
|
489
|
-
[#
|
|
490
|
-
[#
|
|
491
|
-
[#
|
|
492
|
-
[#
|
|
493
|
-
[#
|
|
494
|
-
[#
|
|
495
|
-
[#
|
|
496
|
-
[#
|
|
497
|
-
[#
|
|
498
|
-
[#
|
|
499
|
-
[#
|
|
500
|
-
[#
|
|
501
|
-
[#
|
|
502
|
-
[#
|
|
503
|
-
[#
|
|
504
|
-
[#
|
|
505
|
-
[#
|
|
506
|
-
[#
|
|
507
|
-
[#
|
|
508
|
-
[#
|
|
509
|
-
[#
|
|
510
|
-
[#
|
|
511
|
-
[#
|
|
512
|
-
[#
|
|
513
|
-
[#
|
|
514
|
-
[#
|
|
515
|
-
[#
|
|
516
|
-
[#
|
|
517
|
-
[#
|
|
518
|
-
[#
|
|
519
|
-
[#
|
|
520
|
-
[#
|
|
521
|
-
[#
|
|
522
|
-
[#
|
|
523
|
-
[#
|
|
524
|
-
[#
|
|
525
|
-
[#
|
|
526
|
-
[#
|
|
527
|
-
[#
|
|
528
|
-
[#
|
|
529
|
-
[#
|
|
530
|
-
[#
|
|
531
|
-
[#
|
|
532
|
-
[#
|
|
345
|
+
[Unreleased]: https://github.com/lolcommits/lolcommits/compare/v0.13.1...HEAD
|
|
346
|
+
[0.13.1]: https://github.com/lolcommits/lolcommits/compare/v0.13.0...v0.13.1
|
|
347
|
+
[0.13.0]: https://github.com/lolcommits/lolcommits/compare/v0.12.1...v0.13.0
|
|
348
|
+
[0.12.1]: https://github.com/lolcommits/lolcommits/compare/v0.12.0...v0.12.1
|
|
349
|
+
[0.12.0]: https://github.com/lolcommits/lolcommits/compare/v0.11.0...v0.12.0
|
|
350
|
+
[0.11.0]: https://github.com/lolcommits/lolcommits/compare/v0.10.0...v0.11.0
|
|
351
|
+
[0.10.0]: https://github.com/lolcommits/lolcommits/compare/v0.9.8...v0.10.0
|
|
352
|
+
[0.9.8]: https://github.com/lolcommits/lolcommits/compare/v0.9.7...v0.9.8
|
|
353
|
+
[0.9.7]: https://github.com/lolcommits/lolcommits/compare/v0.9.6...v0.9.7
|
|
354
|
+
[0.9.6]: https://github.com/lolcommits/lolcommits/compare/v0.9.5...v0.9.6
|
|
355
|
+
[0.9.5]: https://github.com/lolcommits/lolcommits/compare/v0.9.4...v0.9.5
|
|
356
|
+
[0.9.4]: https://github.com/lolcommits/lolcommits/compare/v0.9.3...v0.9.4
|
|
357
|
+
[0.9.3]: https://github.com/lolcommits/lolcommits/compare/v0.9.2...v0.9.3
|
|
358
|
+
[0.9.2]: https://github.com/lolcommits/lolcommits/compare/v0.9.1...v0.9.2
|
|
359
|
+
[0.9.1]: https://github.com/lolcommits/lolcommits/compare/v0.9.0...v0.9.1
|
|
360
|
+
[0.9.0]: https://github.com/lolcommits/lolcommits/compare/v0.8.1...v0.9.0
|
|
361
|
+
[0.8.1]: https://github.com/lolcommits/lolcommits/compare/v0.8.0...v0.8.1
|
|
362
|
+
[0.8.0]: https://github.com/lolcommits/lolcommits/compare/v0.7.0...v0.8.0
|
|
363
|
+
[0.7.0]: https://github.com/lolcommits/lolcommits/compare/v0.6.7...v0.7.0
|
|
364
|
+
[0.6.7]: https://github.com/lolcommits/lolcommits/compare/v0.6.6...v0.6.7
|
|
365
|
+
[0.6.6]: https://github.com/lolcommits/lolcommits/compare/v0.6.5...v0.6.6
|
|
366
|
+
[0.6.5]: https://github.com/lolcommits/lolcommits/compare/v0.6.4...v0.6.5
|
|
367
|
+
[0.6.4]: https://github.com/lolcommits/lolcommits/compare/v0.6.3...v0.6.4
|
|
368
|
+
[0.6.3]: https://github.com/lolcommits/lolcommits/compare/v0.6.2...v0.6.3
|
|
369
|
+
[0.6.2]: https://github.com/lolcommits/lolcommits/compare/v0.6.1...v0.6.2
|
|
370
|
+
[0.6.1]: https://github.com/lolcommits/lolcommits/compare/v0.6.0...v0.6.1
|
|
371
|
+
[0.6.0]: https://github.com/lolcommits/lolcommits/compare/v0.5.9...v0.6.0
|
|
372
|
+
[0.5.9]: https://github.com/lolcommits/lolcommits/compare/v0.5.8...v0.5.9
|
|
373
|
+
[0.5.8]: https://github.com/lolcommits/lolcommits/compare/v0.5.7...v0.5.8
|
|
374
|
+
[0.5.7]: https://github.com/lolcommits/lolcommits/compare/v0.5.6...v0.5.7
|
|
375
|
+
[0.5.6]: https://github.com/lolcommits/lolcommits/compare/v0.5.5...v0.5.6
|
|
376
|
+
[0.5.5]: https://github.com/lolcommits/lolcommits/compare/v0.5.4...v0.5.5
|
|
377
|
+
[0.5.4]: https://github.com/lolcommits/lolcommits/compare/v0.5.3...v0.5.4
|
|
378
|
+
[0.5.3]: https://github.com/lolcommits/lolcommits/compare/v0.5.2...v0.5.3
|
|
379
|
+
[0.5.2]: https://github.com/lolcommits/lolcommits/compare/v0.5.1...v0.5.2
|
|
380
|
+
[0.5.1]: https://github.com/lolcommits/lolcommits/compare/v0.5.0...v0.5.1
|
|
381
|
+
[0.5.0]: https://github.com/lolcommits/lolcommits/compare/v0.4.9...v0.5.0
|
|
382
|
+
[#9]: https://github.com/lolcommits/lolcommits/pull/9
|
|
383
|
+
[#21]: https://github.com/lolcommits/lolcommits/pull/21
|
|
384
|
+
[#31]: https://github.com/lolcommits/lolcommits/pull/31
|
|
385
|
+
[#43]: https://github.com/lolcommits/lolcommits/pull/43
|
|
386
|
+
[#50]: https://github.com/lolcommits/lolcommits/pull/50
|
|
387
|
+
[#51]: https://github.com/lolcommits/lolcommits/pull/51
|
|
388
|
+
[#73]: https://github.com/lolcommits/lolcommits/pull/73
|
|
389
|
+
[#82]: https://github.com/lolcommits/lolcommits/pull/82
|
|
390
|
+
[#83]: https://github.com/lolcommits/lolcommits/pull/83
|
|
391
|
+
[#87]: https://github.com/lolcommits/lolcommits/pull/87
|
|
392
|
+
[#89]: https://github.com/lolcommits/lolcommits/pull/89
|
|
393
|
+
[#90]: https://github.com/lolcommits/lolcommits/pull/90
|
|
394
|
+
[#91]: https://github.com/lolcommits/lolcommits/pull/91
|
|
395
|
+
[#92]: https://github.com/lolcommits/lolcommits/pull/92
|
|
396
|
+
[#93]: https://github.com/lolcommits/lolcommits/pull/93
|
|
397
|
+
[#94]: https://github.com/lolcommits/lolcommits/pull/94
|
|
398
|
+
[#95]: https://github.com/lolcommits/lolcommits/pull/95
|
|
399
|
+
[#104]: https://github.com/lolcommits/lolcommits/pull/104
|
|
400
|
+
[#105]: https://github.com/lolcommits/lolcommits/pull/105
|
|
401
|
+
[#107]: https://github.com/lolcommits/lolcommits/pull/107
|
|
402
|
+
[#108]: https://github.com/lolcommits/lolcommits/pull/108
|
|
403
|
+
[#109]: https://github.com/lolcommits/lolcommits/pull/109
|
|
404
|
+
[#112]: https://github.com/lolcommits/lolcommits/pull/112
|
|
405
|
+
[#112]: https://github.com/lolcommits/lolcommits/pull/112
|
|
406
|
+
[#114]: https://github.com/lolcommits/lolcommits/pull/114
|
|
407
|
+
[#119]: https://github.com/lolcommits/lolcommits/pull/119
|
|
408
|
+
[#123]: https://github.com/lolcommits/lolcommits/pull/123
|
|
409
|
+
[#125]: https://github.com/lolcommits/lolcommits/pull/125
|
|
410
|
+
[#133]: https://github.com/lolcommits/lolcommits/pull/133
|
|
411
|
+
[#136]: https://github.com/lolcommits/lolcommits/pull/136
|
|
412
|
+
[#139]: https://github.com/lolcommits/lolcommits/pull/139
|
|
413
|
+
[#145]: https://github.com/lolcommits/lolcommits/pull/145
|
|
414
|
+
[#146]: https://github.com/lolcommits/lolcommits/pull/146
|
|
415
|
+
[#151]: https://github.com/lolcommits/lolcommits/pull/151
|
|
416
|
+
[#154]: https://github.com/lolcommits/lolcommits/pull/154
|
|
417
|
+
[#155]: https://github.com/lolcommits/lolcommits/pull/155
|
|
418
|
+
[#156]: https://github.com/lolcommits/lolcommits/pull/156
|
|
419
|
+
[#159]: https://github.com/lolcommits/lolcommits/pull/159
|
|
420
|
+
[#159]: https://github.com/lolcommits/lolcommits/pull/159
|
|
421
|
+
[#160]: https://github.com/lolcommits/lolcommits/pull/160
|
|
422
|
+
[#163]: https://github.com/lolcommits/lolcommits/pull/163
|
|
423
|
+
[#168]: https://github.com/lolcommits/lolcommits/pull/168
|
|
424
|
+
[#171]: https://github.com/lolcommits/lolcommits/pull/171
|
|
425
|
+
[#173]: https://github.com/lolcommits/lolcommits/pull/173
|
|
426
|
+
[#174]: https://github.com/lolcommits/lolcommits/pull/174
|
|
427
|
+
[#175]: https://github.com/lolcommits/lolcommits/pull/175
|
|
428
|
+
[#176]: https://github.com/lolcommits/lolcommits/pull/176
|
|
429
|
+
[#177]: https://github.com/lolcommits/lolcommits/pull/177
|
|
430
|
+
[#178]: https://github.com/lolcommits/lolcommits/pull/178
|
|
431
|
+
[#179]: https://github.com/lolcommits/lolcommits/pull/179
|
|
432
|
+
[#180]: https://github.com/lolcommits/lolcommits/pull/180
|
|
433
|
+
[#181]: https://github.com/lolcommits/lolcommits/pull/181
|
|
434
|
+
[#183]: https://github.com/lolcommits/lolcommits/pull/183
|
|
435
|
+
[#184]: https://github.com/lolcommits/lolcommits/pull/184
|
|
436
|
+
[#186]: https://github.com/lolcommits/lolcommits/pull/186
|
|
437
|
+
[#188]: https://github.com/lolcommits/lolcommits/pull/188
|
|
438
|
+
[#189]: https://github.com/lolcommits/lolcommits/pull/189
|
|
439
|
+
[#192]: https://github.com/lolcommits/lolcommits/pull/192
|
|
440
|
+
[#193]: https://github.com/lolcommits/lolcommits/pull/193
|
|
441
|
+
[#194]: https://github.com/lolcommits/lolcommits/pull/194
|
|
442
|
+
[#195]: https://github.com/lolcommits/lolcommits/pull/195
|
|
443
|
+
[#196]: https://github.com/lolcommits/lolcommits/pull/196
|
|
444
|
+
[#202]: https://github.com/lolcommits/lolcommits/pull/202
|
|
445
|
+
[#206]: https://github.com/lolcommits/lolcommits/pull/206
|
|
446
|
+
[#207]: https://github.com/lolcommits/lolcommits/pull/207
|
|
447
|
+
[#208]: https://github.com/lolcommits/lolcommits/pull/208
|
|
448
|
+
[#212]: https://github.com/lolcommits/lolcommits/pull/212
|
|
449
|
+
[#215]: https://github.com/lolcommits/lolcommits/pull/215
|
|
450
|
+
[#223]: https://github.com/lolcommits/lolcommits/pull/223
|
|
451
|
+
[#224]: https://github.com/lolcommits/lolcommits/pull/224
|
|
452
|
+
[#225]: https://github.com/lolcommits/lolcommits/pull/225
|
|
453
|
+
[#226]: https://github.com/lolcommits/lolcommits/pull/226
|
|
454
|
+
[#228]: https://github.com/lolcommits/lolcommits/pull/228
|
|
455
|
+
[#229]: https://github.com/lolcommits/lolcommits/pull/229
|
|
456
|
+
[#231]: https://github.com/lolcommits/lolcommits/pull/231
|
|
457
|
+
[#232]: https://github.com/lolcommits/lolcommits/pull/232
|
|
458
|
+
[#233]: https://github.com/lolcommits/lolcommits/pull/233
|
|
459
|
+
[#234]: https://github.com/lolcommits/lolcommits/pull/234
|
|
460
|
+
[#235]: https://github.com/lolcommits/lolcommits/pull/235
|
|
461
|
+
[#236]: https://github.com/lolcommits/lolcommits/pull/236
|
|
462
|
+
[#237]: https://github.com/lolcommits/lolcommits/pull/237
|
|
463
|
+
[#240]: https://github.com/lolcommits/lolcommits/pull/240
|
|
464
|
+
[#241]: https://github.com/lolcommits/lolcommits/pull/241
|
|
465
|
+
[#244]: https://github.com/lolcommits/lolcommits/pull/244
|
|
466
|
+
[#244]: https://github.com/lolcommits/lolcommits/pull/244
|
|
467
|
+
[#246]: https://github.com/lolcommits/lolcommits/pull/246
|
|
468
|
+
[#250]: https://github.com/lolcommits/lolcommits/pull/250
|
|
469
|
+
[#251]: https://github.com/lolcommits/lolcommits/pull/251
|
|
470
|
+
[#252]: https://github.com/lolcommits/lolcommits/pull/252
|
|
471
|
+
[#254]: https://github.com/lolcommits/lolcommits/pull/254
|
|
472
|
+
[#256]: https://github.com/lolcommits/lolcommits/pull/256
|
|
473
|
+
[#258]: https://github.com/lolcommits/lolcommits/pull/258
|
|
474
|
+
[#263]: https://github.com/lolcommits/lolcommits/pull/263
|
|
475
|
+
[#266]: https://github.com/lolcommits/lolcommits/pull/266
|
|
476
|
+
[#266]: https://github.com/lolcommits/lolcommits/pull/266
|
|
477
|
+
[#267]: https://github.com/lolcommits/lolcommits/pull/267
|
|
478
|
+
[#270]: https://github.com/lolcommits/lolcommits/pull/270
|
|
479
|
+
[#272]: https://github.com/lolcommits/lolcommits/pull/272
|
|
480
|
+
[#276]: https://github.com/lolcommits/lolcommits/pull/276
|
|
481
|
+
[#278]: https://github.com/lolcommits/lolcommits/pull/278
|
|
482
|
+
[#279]: https://github.com/lolcommits/lolcommits/pull/279
|
|
483
|
+
[#280]: https://github.com/lolcommits/lolcommits/pull/280
|
|
484
|
+
[#282]: https://github.com/lolcommits/lolcommits/pull/282
|
|
485
|
+
[#283]: https://github.com/lolcommits/lolcommits/pull/283
|
|
486
|
+
[#284]: https://github.com/lolcommits/lolcommits/pull/284
|
|
487
|
+
[#286]: https://github.com/lolcommits/lolcommits/pull/286
|
|
488
|
+
[#289]: https://github.com/lolcommits/lolcommits/pull/289
|
|
489
|
+
[#292]: https://github.com/lolcommits/lolcommits/pull/292
|
|
490
|
+
[#294]: https://github.com/lolcommits/lolcommits/pull/294
|
|
491
|
+
[#296]: https://github.com/lolcommits/lolcommits/pull/296
|
|
492
|
+
[#298]: https://github.com/lolcommits/lolcommits/pull/298
|
|
493
|
+
[#301]: https://github.com/lolcommits/lolcommits/pull/301
|
|
494
|
+
[#302]: https://github.com/lolcommits/lolcommits/pull/302
|
|
495
|
+
[#303]: https://github.com/lolcommits/lolcommits/pull/303
|
|
496
|
+
[#304]: https://github.com/lolcommits/lolcommits/pull/304
|
|
497
|
+
[#308]: https://github.com/lolcommits/lolcommits/pull/308
|
|
498
|
+
[#309]: https://github.com/lolcommits/lolcommits/pull/309
|
|
499
|
+
[#313]: https://github.com/lolcommits/lolcommits/pull/313
|
|
500
|
+
[#313]: https://github.com/lolcommits/lolcommits/pull/313
|
|
501
|
+
[#317]: https://github.com/lolcommits/lolcommits/pull/317
|
|
502
|
+
[#318]: https://github.com/lolcommits/lolcommits/pull/318
|
|
503
|
+
[#320]: https://github.com/lolcommits/lolcommits/pull/320
|
|
504
|
+
[#321]: https://github.com/lolcommits/lolcommits/pull/321
|
|
505
|
+
[#323]: https://github.com/lolcommits/lolcommits/pull/323
|
|
506
|
+
[#325]: https://github.com/lolcommits/lolcommits/pull/325
|
|
507
|
+
[#326]: https://github.com/lolcommits/lolcommits/pull/326
|
|
508
|
+
[#328]: https://github.com/lolcommits/lolcommits/pull/328
|
|
509
|
+
[#329]: https://github.com/lolcommits/lolcommits/pull/329
|
|
510
|
+
[#330]: https://github.com/lolcommits/lolcommits/pull/330
|
|
511
|
+
[#331]: https://github.com/lolcommits/lolcommits/pull/331
|
|
512
|
+
[#332]: https://github.com/lolcommits/lolcommits/pull/332
|
|
513
|
+
[#338]: https://github.com/lolcommits/lolcommits/pull/338
|
|
514
|
+
[#339]: https://github.com/lolcommits/lolcommits/pull/339
|
|
515
|
+
[#340]: https://github.com/lolcommits/lolcommits/pull/340
|
|
516
|
+
[#341]: https://github.com/lolcommits/lolcommits/pull/341
|
|
517
|
+
[#342]: https://github.com/lolcommits/lolcommits/pull/342
|
|
518
|
+
[#347]: https://github.com/lolcommits/lolcommits/pull/347
|
|
519
|
+
[#348]: https://github.com/lolcommits/lolcommits/pull/348
|
|
520
|
+
[#349]: https://github.com/lolcommits/lolcommits/pull/349
|
|
521
|
+
[#351]: https://github.com/lolcommits/lolcommits/pull/351
|
|
522
|
+
[#352]: https://github.com/lolcommits/lolcommits/pull/352
|
|
523
|
+
[#353]: https://github.com/lolcommits/lolcommits/pull/353
|
|
524
|
+
[#354]: https://github.com/lolcommits/lolcommits/pull/354
|
|
525
|
+
[#355]: https://github.com/lolcommits/lolcommits/pull/355
|
|
526
|
+
[#356]: https://github.com/lolcommits/lolcommits/pull/356
|
|
527
|
+
[#357]: https://github.com/lolcommits/lolcommits/pull/357
|
|
528
|
+
[#358]: https://github.com/lolcommits/lolcommits/pull/358
|
|
529
|
+
[#359]: https://github.com/lolcommits/lolcommits/pull/359
|
|
530
|
+
[#360]: https://github.com/lolcommits/lolcommits/pull/360
|
|
531
|
+
[#361]: https://github.com/lolcommits/lolcommits/pull/361
|
|
532
|
+
[#363]: https://github.com/lolcommits/lolcommits/pull/363
|
|
533
|
+
[#365]: https://github.com/lolcommits/lolcommits/pull/365
|
|
534
|
+
[#366]: https://github.com/lolcommits/lolcommits/pull/366
|
|
535
|
+
[#367]: https://github.com/lolcommits/lolcommits/pull/367
|
|
536
|
+
[#369]: https://github.com/lolcommits/lolcommits/pull/369
|
|
537
|
+
[#377]: https://github.com/lolcommits/lolcommits/pull/377
|
|
538
|
+
[#384]: https://github.com/lolcommits/lolcommits/pull/384
|
|
539
|
+
[#385]: https://github.com/lolcommits/lolcommits/pull/385
|
data/CONTRIBUTING.md
CHANGED
|
@@ -22,7 +22,7 @@ ensure Ruby style guidelines. If you want to run tests before conforming to this
|
|
|
22
22
|
to verify functionality, just run `rake test` and `rake features` manually.
|
|
23
23
|
|
|
24
24
|
With a passing test suite, commit your changes, push and submit a new [Pull
|
|
25
|
-
Request](https://github.com/
|
|
25
|
+
Request](https://github.com/lolcommits/lolcommits/compare/):
|
|
26
26
|
|
|
27
27
|
git commit -am 'Added some feature'
|
|
28
28
|
git push origin my-new-feature
|
|
@@ -34,7 +34,7 @@ request gets accepted:
|
|
|
34
34
|
|
|
35
35
|
* Explain what your are doing (and why) in your Pull Request description.
|
|
36
36
|
* If you are fixing an
|
|
37
|
-
[issue](https://github.com/
|
|
37
|
+
[issue](https://github.com/lolcommits/lolcommits/issues), link to
|
|
38
38
|
it in your description and [mention
|
|
39
39
|
it](https://help.github.com/articles/closing-issues-via-commit-messages/) in
|
|
40
40
|
the commit message.
|
data/README.md
CHANGED
|
@@ -1,4 +1,11 @@
|
|
|
1
1
|
# lolcommits
|
|
2
|
+
|
|
3
|
+
[](http://rubygems.org/gems/lolcommits)
|
|
4
|
+
[](https://travis-ci.com/lolcommits/lolcommits)
|
|
5
|
+
[](https://depfu.com/github/lolcommits/lolcommits)
|
|
6
|
+
[](https://codeclimate.com/github/lolcommits/lolcommits/maintainability)
|
|
7
|
+
[](https://codeclimate.com/github/lolcommits/lolcommits/test_coverage)
|
|
8
|
+
|
|
2
9
|
> git-based selfies for software developers
|
|
3
10
|
|
|
4
11
|
lolcommits takes a snapshot with your webcam every time you git commit code, and
|
|
@@ -7,12 +14,6 @@ archives a lolcat style image with it. Git blame has never been so much fun.
|
|
|
7
14
|
By default, the lol images are stored by a Github style short SHA in a
|
|
8
15
|
`~/.lolcommits` directory created for you.
|
|
9
16
|
|
|
10
|
-
[](https://rubygems.org/gems/lolcommits)
|
|
11
|
-
[](https://travis-ci.org/mroth/lolcommits)
|
|
12
|
-
[](https://depfu.com/github/mroth/lolcommits)
|
|
13
|
-
[](https://codeclimate.com/github/mroth/lolcommits/maintainability)
|
|
14
|
-
[](https://codeclimate.com/github/mroth/lolcommits/test_coverage)
|
|
15
|
-
|
|
16
17
|
## History
|
|
17
18
|
|
|
18
19
|
Originally created by [@mroth] in 2011 as a joke project for [Hack && Tell], lolcommits has grown considerably since then, and is now
|
|
@@ -23,20 +24,20 @@ Thank you to all of the [contributors] throughout the years!
|
|
|
23
24
|
[@mroth]: https://github.com/mroth
|
|
24
25
|
[@matthutchinson]: https://github.com/matthutchinson
|
|
25
26
|
[Hack && Tell]: https://hackandtell.org
|
|
26
|
-
[contributors]: https://github.com/
|
|
27
|
+
[contributors]: https://github.com/lolcommits/lolcommits/graphs/contributors
|
|
27
28
|
|
|
28
29
|
## Sample images
|
|
29
30
|
|
|
30
31
|
<img src="https://lolcommits.github.io/assets/img/gallery.jpeg" />
|
|
31
32
|
|
|
32
33
|
Please add your own lolcommit to the [People Using
|
|
33
|
-
Lolcommits](https://github.com/
|
|
34
|
+
Lolcommits](https://github.com/lolcommits/lolcommits/wiki/Lolcommits-from-around-the-world%21)
|
|
34
35
|
page on our wiki!
|
|
35
36
|
|
|
36
37
|
|
|
37
38
|
## Requirements
|
|
38
39
|
|
|
39
|
-
* Ruby >= 2.
|
|
40
|
+
* Ruby >= 2.3
|
|
40
41
|
* A webcam
|
|
41
42
|
* [ImageMagick](http://www.imagemagick.org)
|
|
42
43
|
* [ffmpeg](https://www.ffmpeg.org) (optional) for animated gif capturing
|
|
@@ -82,14 +83,14 @@ Then install with:
|
|
|
82
83
|
gem install lolcommits
|
|
83
84
|
|
|
84
85
|
For more details, see [Installing on
|
|
85
|
-
Linux](https://github.com/
|
|
86
|
+
Linux](https://github.com/lolcommits/lolcommits/wiki/Installing-on-Linux).
|
|
86
87
|
|
|
87
88
|
|
|
88
89
|
### Windows - here be dragons!
|
|
89
90
|
|
|
90
91
|
It works, but you'll need some more detailed instructions to get the
|
|
91
92
|
dependencies installed. See the wiki page for [Installing on
|
|
92
|
-
Windows](https://github.com/
|
|
93
|
+
Windows](https://github.com/lolcommits/lolcommits/wiki/Installing-on-Windows).
|
|
93
94
|
|
|
94
95
|
|
|
95
96
|
## Usage
|
|
@@ -103,7 +104,7 @@ lolcommits are stored in `~/.lolcommits` and placed in a subdirectory by project
|
|
|
103
104
|
name, with a filename matching the commit hash.
|
|
104
105
|
|
|
105
106
|
Follow [these
|
|
106
|
-
steps](https://github.com/
|
|
107
|
+
steps](https://github.com/lolcommits/lolcommits/wiki/Enabling-Lolcommits-for-all-your-Git-Repositories)
|
|
107
108
|
to enable lolcommits across all your repos; using `git init` and the
|
|
108
109
|
`init.templatedir` setting.
|
|
109
110
|
|
|
@@ -169,7 +170,7 @@ loltext plugin with this command:
|
|
|
169
170
|
lolcommits --config -p loltext
|
|
170
171
|
|
|
171
172
|
To find out more about styling, read about the [loltext
|
|
172
|
-
options](https://github.com/
|
|
173
|
+
options](https://github.com/lolcommits/lolcommits/wiki/Configure-Commit-Capturing#loltext-options).
|
|
173
174
|
|
|
174
175
|
|
|
175
176
|
### Animated Gif Capturing
|
|
@@ -199,7 +200,7 @@ message and sha to the captured image. Others can post to Twitter, Tumblr (and
|
|
|
199
200
|
other services), or even translate your commit messages to
|
|
200
201
|
[lolspeak](http://www.urbandictionary.com/define.php?term=lolspeak). Check them
|
|
201
202
|
out on our [plugins
|
|
202
|
-
page](https://github.com/
|
|
203
|
+
page](https://github.com/lolcommits/lolcommits/wiki/Configuring-Plugins).
|
|
203
204
|
|
|
204
205
|
To list all installed plugins use:
|
|
205
206
|
|
|
@@ -227,12 +228,12 @@ Watch your face decay while you program, with an animated timelapse gif!
|
|
|
227
228
|
|
|
228
229
|
## Troubles?
|
|
229
230
|
|
|
230
|
-
Try our trouble-shooting [FAQ](https://github.com/
|
|
231
|
-
take a read through our [wiki](https://github.com/
|
|
231
|
+
Try our trouble-shooting [FAQ](https://github.com/lolcommits/lolcommits/wiki/FAQ), or
|
|
232
|
+
take a read through our [wiki](https://github.com/lolcommits/lolcommits/wiki). If you
|
|
232
233
|
think something is broken or missing, please raise a [Github
|
|
233
|
-
issue](https://github.com/
|
|
234
|
+
issue](https://github.com/lolcommits/lolcommits/issues) (and please check if we
|
|
234
235
|
haven't [already
|
|
235
|
-
addressed](https://github.com/
|
|
236
|
+
addressed](https://github.com/lolcommits/lolcommits/issues?q=is%3Aissue+is%3Aclosed)
|
|
236
237
|
it).
|
|
237
238
|
|
|
238
239
|
|
data/features/bugs.feature
CHANGED
|
@@ -7,7 +7,7 @@ Feature: Bug regression testing
|
|
|
7
7
|
Given a mocked home directory
|
|
8
8
|
|
|
9
9
|
#
|
|
10
|
-
# issue #58, https://github.com/
|
|
10
|
+
# issue #58, https://github.com/lolcommits/lolcommits/issues/58
|
|
11
11
|
#
|
|
12
12
|
Scenario: handle git repos with spaces in directory name
|
|
13
13
|
Given I am in a git repo named "test lolol" with lolcommits enabled
|
|
@@ -16,7 +16,7 @@ Feature: Bug regression testing
|
|
|
16
16
|
And a directory named "../.lolcommits/test-lolol" should exist
|
|
17
17
|
|
|
18
18
|
#
|
|
19
|
-
# issue #68, https://github.com/
|
|
19
|
+
# issue #68, https://github.com/lolcommits/lolcommits/issues/68
|
|
20
20
|
#
|
|
21
21
|
@fake-interactive-rebase @slow_process
|
|
22
22
|
Scenario: Don't trigger capture during a git rebase
|
|
@@ -26,7 +26,7 @@ Feature: Bug regression testing
|
|
|
26
26
|
Then there should be exactly 3 jpgs in "~/.lolcommits/yuh8history"
|
|
27
27
|
|
|
28
28
|
#
|
|
29
|
-
# issue #87, https://github.com/
|
|
29
|
+
# issue #87, https://github.com/lolcommits/lolcommits/issues/87
|
|
30
30
|
#
|
|
31
31
|
@fake-no-imagemagick
|
|
32
32
|
Scenario: gracefully fail when imagemagick is not installed
|
|
@@ -38,7 +38,7 @@ Feature: Bug regression testing
|
|
|
38
38
|
And the exit status should be 1
|
|
39
39
|
|
|
40
40
|
#
|
|
41
|
-
# issue #50, https://github.com/
|
|
41
|
+
# issue #50, https://github.com/lolcommits/lolcommits/issues/50
|
|
42
42
|
#
|
|
43
43
|
Scenario: catch upstream bug with ruby-git and color=always
|
|
44
44
|
Given I am in a git repo named "whatev" with lolcommits enabled
|
data/features/lolcommits.feature
CHANGED
|
@@ -67,7 +67,7 @@ Feature: Basic UI functionality
|
|
|
67
67
|
"""
|
|
68
68
|
And the exit status should be 1
|
|
69
69
|
|
|
70
|
-
# flakey test sometimes fails
|
|
70
|
+
# flakey test sometimes fails
|
|
71
71
|
# Scenario: Capture doesnt break in forked mode
|
|
72
72
|
# Given I am in a git repo named "forked"
|
|
73
73
|
# And I do a git commit
|
data/lib/lolcommits/version.rb
CHANGED
data/lolcommits.gemspec
CHANGED
|
@@ -3,13 +3,13 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
|
3
3
|
require 'lolcommits/version'
|
|
4
4
|
|
|
5
5
|
Gem::Specification.new do |s|
|
|
6
|
-
s.name
|
|
7
|
-
s.version
|
|
6
|
+
s.name = Lolcommits::GEM_NAME.dup
|
|
7
|
+
s.version = Lolcommits::VERSION.dup
|
|
8
8
|
|
|
9
|
-
s.authors
|
|
10
|
-
s.email
|
|
11
|
-
s.license
|
|
12
|
-
s.summary
|
|
9
|
+
s.authors = ['Matthew Rothenberg', 'Matthew Hutchinson']
|
|
10
|
+
s.email = ['mrothenberg@gmail.com', 'matt@hiddenloop.com']
|
|
11
|
+
s.license = 'LGPL-3'
|
|
12
|
+
s.summary = 'Capture webcam image on git commit for lulz.'
|
|
13
13
|
|
|
14
14
|
s.description = <<-DESC
|
|
15
15
|
lolcommits takes a snapshot with your webcam every time you git commit code,
|
|
@@ -19,32 +19,12 @@ Gem::Specification.new do |s|
|
|
|
19
19
|
|
|
20
20
|
s.metadata = {
|
|
21
21
|
'homepage_uri' => 'https://lolcommits.github.io',
|
|
22
|
-
'source_code_uri' => 'https://github.com/
|
|
23
|
-
'changelog_uri' => 'https://github.com/
|
|
24
|
-
'bug_tracker_uri' => 'https://github.com/
|
|
22
|
+
'source_code_uri' => 'https://github.com/lolcommits/lolcommits',
|
|
23
|
+
'changelog_uri' => 'https://github.com/lolcommits/lolcommits/blob/master/CHANGELOG.md',
|
|
24
|
+
'bug_tracker_uri' => 'https://github.com/lolcommits/lolcommits/issues',
|
|
25
25
|
'allowed_push_host' => 'https://rubygems.org'
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
-
s.post_install_message = <<-POSTINSTALL
|
|
29
|
-
-------------------------------------------------------------------------------
|
|
30
|
-
|
|
31
|
-
Lolcommits: A quick message from the dev team! All plugins have now been
|
|
32
|
-
extracted to external gems. To continue using a (previously built-in) plugin,
|
|
33
|
-
first install the gem then configure to enable it e.g.
|
|
34
|
-
|
|
35
|
-
gem install lolcommits-twitter
|
|
36
|
-
lolcommits --config
|
|
37
|
-
|
|
38
|
-
See https://github.com/mroth/lolcommits/wiki/Configuring-Plugins for details.
|
|
39
|
-
|
|
40
|
-
Future plugin developers should check out this repo to get started:
|
|
41
|
-
https://github.com/lolcommits/lolcommits-plugin-sample
|
|
42
|
-
|
|
43
|
-
Happy Lol'ing!
|
|
44
|
-
|
|
45
|
-
-------------------------------------------------------------------------------
|
|
46
|
-
POSTINSTALL
|
|
47
|
-
|
|
48
28
|
s.files = `git ls-files`.split("\n")
|
|
49
29
|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
|
50
30
|
s.executables = 'lolcommits'
|
|
@@ -64,7 +44,7 @@ Gem::Specification.new do |s|
|
|
|
64
44
|
s.add_runtime_dependency('git', '~> 1.5.0')
|
|
65
45
|
|
|
66
46
|
# included plugins
|
|
67
|
-
s.add_runtime_dependency('lolcommits-loltext', '~> 0.0
|
|
47
|
+
s.add_runtime_dependency('lolcommits-loltext', '~> 0.1.0')
|
|
68
48
|
|
|
69
49
|
# development & test gems
|
|
70
50
|
s.add_development_dependency('aruba')
|
data/test/permissions_test.rb
CHANGED
|
@@ -4,7 +4,7 @@ require File.expand_path(File.dirname(__FILE__) + '/test_helper')
|
|
|
4
4
|
|
|
5
5
|
class PermissionsTest < Minitest::Test
|
|
6
6
|
#
|
|
7
|
-
# issue #53, https://github.com/
|
|
7
|
+
# issue #53, https://github.com/lolcommits/lolcommits/issues/53
|
|
8
8
|
# this will test the permissions but only locally, important before building a gem package!
|
|
9
9
|
#
|
|
10
10
|
def test_permissions
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lolcommits
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.13.
|
|
4
|
+
version: 0.13.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matthew Rothenberg
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2019-04-
|
|
12
|
+
date: 2019-04-29 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: methadone
|
|
@@ -101,14 +101,14 @@ dependencies:
|
|
|
101
101
|
requirements:
|
|
102
102
|
- - "~>"
|
|
103
103
|
- !ruby/object:Gem::Version
|
|
104
|
-
version: 0.0
|
|
104
|
+
version: 0.1.0
|
|
105
105
|
type: :runtime
|
|
106
106
|
prerelease: false
|
|
107
107
|
version_requirements: !ruby/object:Gem::Requirement
|
|
108
108
|
requirements:
|
|
109
109
|
- - "~>"
|
|
110
110
|
- !ruby/object:Gem::Version
|
|
111
|
-
version: 0.0
|
|
111
|
+
version: 0.1.0
|
|
112
112
|
- !ruby/object:Gem::Dependency
|
|
113
113
|
name: aruba
|
|
114
114
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -305,28 +305,11 @@ licenses:
|
|
|
305
305
|
- LGPL-3
|
|
306
306
|
metadata:
|
|
307
307
|
homepage_uri: https://lolcommits.github.io
|
|
308
|
-
source_code_uri: https://github.com/
|
|
309
|
-
changelog_uri: https://github.com/
|
|
310
|
-
bug_tracker_uri: https://github.com/
|
|
308
|
+
source_code_uri: https://github.com/lolcommits/lolcommits
|
|
309
|
+
changelog_uri: https://github.com/lolcommits/lolcommits/blob/master/CHANGELOG.md
|
|
310
|
+
bug_tracker_uri: https://github.com/lolcommits/lolcommits/issues
|
|
311
311
|
allowed_push_host: https://rubygems.org
|
|
312
|
-
post_install_message:
|
|
313
|
-
-------------------------------------------------------------------------------
|
|
314
|
-
|
|
315
|
-
Lolcommits: A quick message from the dev team! All plugins have now been
|
|
316
|
-
extracted to external gems. To continue using a (previously built-in) plugin,
|
|
317
|
-
first install the gem then configure to enable it e.g.
|
|
318
|
-
|
|
319
|
-
gem install lolcommits-twitter
|
|
320
|
-
lolcommits --config
|
|
321
|
-
|
|
322
|
-
See https://github.com/mroth/lolcommits/wiki/Configuring-Plugins for details.
|
|
323
|
-
|
|
324
|
-
Future plugin developers should check out this repo to get started:
|
|
325
|
-
https://github.com/lolcommits/lolcommits-plugin-sample
|
|
326
|
-
|
|
327
|
-
Happy Lol'ing!
|
|
328
|
-
|
|
329
|
-
-------------------------------------------------------------------------------
|
|
312
|
+
post_install_message:
|
|
330
313
|
rdoc_options: []
|
|
331
314
|
require_paths:
|
|
332
315
|
- lib
|
|
@@ -343,7 +326,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
343
326
|
requirements:
|
|
344
327
|
- imagemagick
|
|
345
328
|
- a webcam
|
|
346
|
-
|
|
329
|
+
rubyforge_project:
|
|
330
|
+
rubygems_version: 2.6.14.4
|
|
347
331
|
signing_key:
|
|
348
332
|
specification_version: 4
|
|
349
333
|
summary: Capture webcam image on git commit for lulz.
|