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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA256:
3
- metadata.gz: 3b2cf93afdba092609bfaf87753b64447ec8c5280661397281321015da132084
4
- data.tar.gz: 3700f1b9711610706ae12f5883a3f58805ebf69cd2409adaa610cd39cb84528d
2
+ SHA1:
3
+ metadata.gz: 3eb952160c813f290a4ca2520f22424fdc6b9994
4
+ data.tar.gz: a06c38ab8276d5534f8977f9c654b901e27bcc55
5
5
  SHA512:
6
- metadata.gz: 4574138c9544daa67e9285af8a502df5131df7292fa0d5b439f56f5fc6ac2a65e3262e6f4c951943fcaf6bc7162610b6bcc6f225b67b372d2802257fe33fdd21
7
- data.tar.gz: 6729da5655425c090468ea7e318fdfb33e46c0ca124b0bccabfbada72f0f520911e30ee5721ac908e91a86dec790289d6244afc1911f36a9169422a1570b04a7
6
+ metadata.gz: 7be7a56b902295d3cc0a91529820c8fabeb61df08cecc82ca1ea07e3b4ac5937260d14dc99b7152add0b7e25aaa55782ed0ccb730f0caeef5bc841c3a6338649
7
+ data.tar.gz: b2d241f9df3c63c13035725659b2946645c5e2b2beb06da46e26118d335a8c8133fd33787a22131ed2db19e974adad2738f510be512a364c7ba10fe80e6fc299
@@ -31,12 +31,11 @@ deploy:
31
31
  gem: lolcommits
32
32
  on:
33
33
  tags: true
34
- all_branches: true
35
- repo: mroth/lolcommits
34
+ repo: lolcommits/lolcommits
36
35
 
37
36
  env:
38
37
  global:
39
- - CC_TEST_REPORTER_ID=b8f6cc45b054ac68b7fddf7bb99379efb3dbc6fb728506d9975c63064d971071
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
@@ -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/mroth/lolcommits/issues/310) for details
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
- [#9]: https://github.com/mroth/lolcommits/pull/9
376
- [#21]: https://github.com/mroth/lolcommits/pull/21
377
- [#31]: https://github.com/mroth/lolcommits/pull/31
378
- [#43]: https://github.com/mroth/lolcommits/pull/43
379
- [#50]: https://github.com/mroth/lolcommits/pull/50
380
- [#51]: https://github.com/mroth/lolcommits/pull/51
381
- [#73]: https://github.com/mroth/lolcommits/pull/73
382
- [#82]: https://github.com/mroth/lolcommits/pull/82
383
- [#83]: https://github.com/mroth/lolcommits/pull/83
384
- [#87]: https://github.com/mroth/lolcommits/pull/87
385
- [#89]: https://github.com/mroth/lolcommits/pull/89
386
- [#90]: https://github.com/mroth/lolcommits/pull/90
387
- [#91]: https://github.com/mroth/lolcommits/pull/91
388
- [#92]: https://github.com/mroth/lolcommits/pull/92
389
- [#93]: https://github.com/mroth/lolcommits/pull/93
390
- [#94]: https://github.com/mroth/lolcommits/pull/94
391
- [#95]: https://github.com/mroth/lolcommits/pull/95
392
- [#104]: https://github.com/mroth/lolcommits/pull/104
393
- [#105]: https://github.com/mroth/lolcommits/pull/105
394
- [#107]: https://github.com/mroth/lolcommits/pull/107
395
- [#108]: https://github.com/mroth/lolcommits/pull/108
396
- [#109]: https://github.com/mroth/lolcommits/pull/109
397
- [#112]: https://github.com/mroth/lolcommits/pull/112
398
- [#112]: https://github.com/mroth/lolcommits/pull/112
399
- [#114]: https://github.com/mroth/lolcommits/pull/114
400
- [#119]: https://github.com/mroth/lolcommits/pull/119
401
- [#123]: https://github.com/mroth/lolcommits/pull/123
402
- [#125]: https://github.com/mroth/lolcommits/pull/125
403
- [#133]: https://github.com/mroth/lolcommits/pull/133
404
- [#136]: https://github.com/mroth/lolcommits/pull/136
405
- [#139]: https://github.com/mroth/lolcommits/pull/139
406
- [#145]: https://github.com/mroth/lolcommits/pull/145
407
- [#146]: https://github.com/mroth/lolcommits/pull/146
408
- [#151]: https://github.com/mroth/lolcommits/pull/151
409
- [#154]: https://github.com/mroth/lolcommits/pull/154
410
- [#155]: https://github.com/mroth/lolcommits/pull/155
411
- [#156]: https://github.com/mroth/lolcommits/pull/156
412
- [#159]: https://github.com/mroth/lolcommits/pull/159
413
- [#159]: https://github.com/mroth/lolcommits/pull/159
414
- [#160]: https://github.com/mroth/lolcommits/pull/160
415
- [#163]: https://github.com/mroth/lolcommits/pull/163
416
- [#168]: https://github.com/mroth/lolcommits/pull/168
417
- [#171]: https://github.com/mroth/lolcommits/pull/171
418
- [#173]: https://github.com/mroth/lolcommits/pull/173
419
- [#174]: https://github.com/mroth/lolcommits/pull/174
420
- [#175]: https://github.com/mroth/lolcommits/pull/175
421
- [#176]: https://github.com/mroth/lolcommits/pull/176
422
- [#177]: https://github.com/mroth/lolcommits/pull/177
423
- [#178]: https://github.com/mroth/lolcommits/pull/178
424
- [#179]: https://github.com/mroth/lolcommits/pull/179
425
- [#180]: https://github.com/mroth/lolcommits/pull/180
426
- [#181]: https://github.com/mroth/lolcommits/pull/181
427
- [#183]: https://github.com/mroth/lolcommits/pull/183
428
- [#184]: https://github.com/mroth/lolcommits/pull/184
429
- [#186]: https://github.com/mroth/lolcommits/pull/186
430
- [#188]: https://github.com/mroth/lolcommits/pull/188
431
- [#189]: https://github.com/mroth/lolcommits/pull/189
432
- [#192]: https://github.com/mroth/lolcommits/pull/192
433
- [#193]: https://github.com/mroth/lolcommits/pull/193
434
- [#194]: https://github.com/mroth/lolcommits/pull/194
435
- [#195]: https://github.com/mroth/lolcommits/pull/195
436
- [#196]: https://github.com/mroth/lolcommits/pull/196
437
- [#202]: https://github.com/mroth/lolcommits/pull/202
438
- [#206]: https://github.com/mroth/lolcommits/pull/206
439
- [#207]: https://github.com/mroth/lolcommits/pull/207
440
- [#208]: https://github.com/mroth/lolcommits/pull/208
441
- [#212]: https://github.com/mroth/lolcommits/pull/212
442
- [#215]: https://github.com/mroth/lolcommits/pull/215
443
- [#223]: https://github.com/mroth/lolcommits/pull/223
444
- [#224]: https://github.com/mroth/lolcommits/pull/224
445
- [#225]: https://github.com/mroth/lolcommits/pull/225
446
- [#226]: https://github.com/mroth/lolcommits/pull/226
447
- [#228]: https://github.com/mroth/lolcommits/pull/228
448
- [#229]: https://github.com/mroth/lolcommits/pull/229
449
- [#231]: https://github.com/mroth/lolcommits/pull/231
450
- [#232]: https://github.com/mroth/lolcommits/pull/232
451
- [#233]: https://github.com/mroth/lolcommits/pull/233
452
- [#234]: https://github.com/mroth/lolcommits/pull/234
453
- [#235]: https://github.com/mroth/lolcommits/pull/235
454
- [#236]: https://github.com/mroth/lolcommits/pull/236
455
- [#237]: https://github.com/mroth/lolcommits/pull/237
456
- [#240]: https://github.com/mroth/lolcommits/pull/240
457
- [#241]: https://github.com/mroth/lolcommits/pull/241
458
- [#244]: https://github.com/mroth/lolcommits/pull/244
459
- [#244]: https://github.com/mroth/lolcommits/pull/244
460
- [#246]: https://github.com/mroth/lolcommits/pull/246
461
- [#250]: https://github.com/mroth/lolcommits/pull/250
462
- [#251]: https://github.com/mroth/lolcommits/pull/251
463
- [#252]: https://github.com/mroth/lolcommits/pull/252
464
- [#254]: https://github.com/mroth/lolcommits/pull/254
465
- [#256]: https://github.com/mroth/lolcommits/pull/256
466
- [#258]: https://github.com/mroth/lolcommits/pull/258
467
- [#263]: https://github.com/mroth/lolcommits/pull/263
468
- [#266]: https://github.com/mroth/lolcommits/pull/266
469
- [#266]: https://github.com/mroth/lolcommits/pull/266
470
- [#267]: https://github.com/mroth/lolcommits/pull/267
471
- [#270]: https://github.com/mroth/lolcommits/pull/270
472
- [#272]: https://github.com/mroth/lolcommits/pull/272
473
- [#276]: https://github.com/mroth/lolcommits/pull/276
474
- [#278]: https://github.com/mroth/lolcommits/pull/278
475
- [#279]: https://github.com/mroth/lolcommits/pull/279
476
- [#280]: https://github.com/mroth/lolcommits/pull/280
477
- [#282]: https://github.com/mroth/lolcommits/pull/282
478
- [#283]: https://github.com/mroth/lolcommits/pull/283
479
- [#284]: https://github.com/mroth/lolcommits/pull/284
480
- [#286]: https://github.com/mroth/lolcommits/pull/286
481
- [#289]: https://github.com/mroth/lolcommits/pull/289
482
- [#292]: https://github.com/mroth/lolcommits/pull/292
483
- [#294]: https://github.com/mroth/lolcommits/pull/294
484
- [#296]: https://github.com/mroth/lolcommits/pull/296
485
- [#298]: https://github.com/mroth/lolcommits/pull/298
486
- [#301]: https://github.com/mroth/lolcommits/pull/301
487
- [#302]: https://github.com/mroth/lolcommits/pull/302
488
- [#303]: https://github.com/mroth/lolcommits/pull/303
489
- [#304]: https://github.com/mroth/lolcommits/pull/304
490
- [#308]: https://github.com/mroth/lolcommits/pull/308
491
- [#309]: https://github.com/mroth/lolcommits/pull/309
492
- [#313]: https://github.com/mroth/lolcommits/pull/313
493
- [#313]: https://github.com/mroth/lolcommits/pull/313
494
- [#317]: https://github.com/mroth/lolcommits/pull/317
495
- [#318]: https://github.com/mroth/lolcommits/pull/318
496
- [#320]: https://github.com/mroth/lolcommits/pull/320
497
- [#321]: https://github.com/mroth/lolcommits/pull/321
498
- [#323]: https://github.com/mroth/lolcommits/pull/323
499
- [#325]: https://github.com/mroth/lolcommits/pull/325
500
- [#326]: https://github.com/mroth/lolcommits/pull/326
501
- [#328]: https://github.com/mroth/lolcommits/pull/328
502
- [#329]: https://github.com/mroth/lolcommits/pull/329
503
- [#330]: https://github.com/mroth/lolcommits/pull/330
504
- [#331]: https://github.com/mroth/lolcommits/pull/331
505
- [#332]: https://github.com/mroth/lolcommits/pull/332
506
- [#338]: https://github.com/mroth/lolcommits/pull/338
507
- [#339]: https://github.com/mroth/lolcommits/pull/339
508
- [#340]: https://github.com/mroth/lolcommits/pull/340
509
- [#341]: https://github.com/mroth/lolcommits/pull/341
510
- [#342]: https://github.com/mroth/lolcommits/pull/342
511
- [#347]: https://github.com/mroth/lolcommits/pull/347
512
- [#348]: https://github.com/mroth/lolcommits/pull/348
513
- [#349]: https://github.com/mroth/lolcommits/pull/349
514
- [#351]: https://github.com/mroth/lolcommits/pull/351
515
- [#352]: https://github.com/mroth/lolcommits/pull/352
516
- [#353]: https://github.com/mroth/lolcommits/pull/353
517
- [#354]: https://github.com/mroth/lolcommits/pull/354
518
- [#355]: https://github.com/mroth/lolcommits/pull/355
519
- [#356]: https://github.com/mroth/lolcommits/pull/356
520
- [#357]: https://github.com/mroth/lolcommits/pull/357
521
- [#358]: https://github.com/mroth/lolcommits/pull/358
522
- [#359]: https://github.com/mroth/lolcommits/pull/359
523
- [#360]: https://github.com/mroth/lolcommits/pull/360
524
- [#361]: https://github.com/mroth/lolcommits/pull/361
525
- [#363]: https://github.com/mroth/lolcommits/pull/363
526
- [#365]: https://github.com/mroth/lolcommits/pull/365
527
- [#366]: https://github.com/mroth/lolcommits/pull/366
528
- [#367]: https://github.com/mroth/lolcommits/pull/367
529
- [#369]: https://github.com/mroth/lolcommits/pull/369
530
- [#377]: https://github.com/mroth/lolcommits/pull/377
531
- [#384]: https://github.com/mroth/lolcommits/pull/384
532
- [#385]: https://github.com/mroth/lolcommits/pull/385
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
@@ -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/mroth/lolcommits/compare/):
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/mroth/lolcommits/issues), link to
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
+ [![Gem](https://img.shields.io/gem/v/lolcommits.svg?style=flat)](http://rubygems.org/gems/lolcommits)
4
+ [![Travis](https://img.shields.io/travis/com/lolcommits/lolcommits/master.svg?style=flat)](https://travis-ci.com/lolcommits/lolcommits)
5
+ [![Depfu](https://img.shields.io/depfu/lolcommits/lolcommits.svg?style=flat)](https://depfu.com/github/lolcommits/lolcommits)
6
+ [![Maintainability](https://api.codeclimate.com/v1/badges/c13fa50206e122e416c2/maintainability)](https://codeclimate.com/github/lolcommits/lolcommits/maintainability)
7
+ [![Test Coverage](https://api.codeclimate.com/v1/badges/c13fa50206e122e416c2/test_coverage)](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
- [![Gem Version](https://badge.fury.io/rb/lolcommits.svg)](https://rubygems.org/gems/lolcommits)
11
- [![Build Status](https://travis-ci.org/mroth/lolcommits.svg?branch=master)](https://travis-ci.org/mroth/lolcommits)
12
- [![Depfu](https://img.shields.io/depfu/mroth/lolcommits.svg?style=flat)](https://depfu.com/github/mroth/lolcommits)
13
- [![Maintainability](https://api.codeclimate.com/v1/badges/9d87301dd4fa2184382c/maintainability)](https://codeclimate.com/github/mroth/lolcommits/maintainability)
14
- [![Test Coverage](https://api.codeclimate.com/v1/badges/9d87301dd4fa2184382c/test_coverage)](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/mroth/lolcommits/graphs/contributors
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/mroth/lolcommits/wiki/Lolcommits-from-around-the-world%21)
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.0.0
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/mroth/lolcommits/wiki/Installing-on-Linux).
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/mroth/lolcommits/wiki/Installing-on-Windows).
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/mroth/lolcommits/wiki/Enabling-Lolcommits-for-all-your-Git-Repositories)
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/mroth/lolcommits/wiki/Configure-Commit-Capturing#loltext-options).
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/mroth/lolcommits/wiki/Configuring-Plugins).
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/mroth/lolcommits/wiki/FAQ), or
231
- take a read through our [wiki](https://github.com/mroth/lolcommits/wiki). If you
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/mroth/lolcommits/issues) (and please check if we
234
+ issue](https://github.com/lolcommits/lolcommits/issues) (and please check if we
234
235
  haven't [already
235
- addressed](https://github.com/mroth/lolcommits/issues?q=is%3Aissue+is%3Aclosed)
236
+ addressed](https://github.com/lolcommits/lolcommits/issues?q=is%3Aissue+is%3Aclosed)
236
237
  it).
237
238
 
238
239
 
@@ -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/mroth/lolcommits/issues/58
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/mroth/lolcommits/issues/68
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/mroth/lolcommits/issues/87
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/mroth/lolcommits/issues/50
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
@@ -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: https://travis-ci.org/mroth/lolcommits/jobs/312629988#L620
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
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Lolcommits
4
4
  class PluginManager
5
- GEM_NAME_PREFIX = /^lolcommits-/.freeze
5
+ GEM_NAME_PREFIX = /^#{Lolcommits::GEM_NAME}-/.freeze
6
6
 
7
7
  def self.init
8
8
  pm = new
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Lolcommits
4
- VERSION = '0.13.0'.freeze
4
+ VERSION = '0.13.1'.freeze
5
5
  GEM_NAME = 'lolcommits'.freeze
6
6
  end
@@ -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 = Lolcommits::GEM_NAME.dup
7
- s.version = Lolcommits::VERSION.dup
6
+ s.name = Lolcommits::GEM_NAME.dup
7
+ s.version = Lolcommits::VERSION.dup
8
8
 
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.'
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/mroth/lolcommits',
23
- 'changelog_uri' => 'https://github.com/mroth/lolcommits/blob/master/CHANGELOG.md',
24
- 'bug_tracker_uri' => 'https://github.com/mroth/lolcommits/issues',
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.5')
47
+ s.add_runtime_dependency('lolcommits-loltext', '~> 0.1.0')
68
48
 
69
49
  # development & test gems
70
50
  s.add_development_dependency('aruba')
@@ -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/mroth/lolcommits/issues/53
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.0
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-23 00:00:00.000000000 Z
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.5
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.5
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/mroth/lolcommits
309
- changelog_uri: https://github.com/mroth/lolcommits/blob/master/CHANGELOG.md
310
- bug_tracker_uri: https://github.com/mroth/lolcommits/issues
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: |2
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
- rubygems_version: 3.0.3
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.