lolcommits 0.16.0.pre1 → 0.16.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -2
- data/lib/lolcommits/version.rb +1 -1
- metadata +7 -16
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c1083ef0eccd9c266758452d506dc573b1e6602ebd8adffc3ddf213c3ed18569
|
4
|
+
data.tar.gz: 7c8f4a78c416f34ad3783b3ddb64f9d8c04c3f9b09ef0609ca1934cc2cc5fcec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eeb181e397fd85c9600d71d10c98e358b08a1bd4eee7ec3f2cac7227a6c0648295bd81e6b2dfa8a0a0a70022f409b216ba86c5a1fcb7e5c26eaa77d0cdb91231
|
7
|
+
data.tar.gz: 9b4aa42716ee4dcb2e2a2c3602a6bbcbd17e999d0e7902180037fbaf7d9da6cb31e50022b46def331e05bb4a5caca0c75a000f09bd08787b3806c4ae7b4c4259
|
data/CHANGELOG.md
CHANGED
@@ -7,6 +7,9 @@ This project adheres to [Semantic Versioning][Semver].
|
|
7
7
|
|
8
8
|
* Your contribution here!
|
9
9
|
|
10
|
+
## [0.16.0][] (21 Oct 2019)
|
11
|
+
* update macOS binaries for Catalina support (@matthutchinson, @samwize [#398][])
|
12
|
+
|
10
13
|
## [0.15.1][] (6 Jun 2019)
|
11
14
|
* fix device list command (@matthutchinson [#394][])
|
12
15
|
|
@@ -366,8 +369,9 @@ This project adheres to [Semantic Versioning][Semver].
|
|
366
369
|
reliable to not glitch.)
|
367
370
|
|
368
371
|
[Semver]: http://semver.org
|
369
|
-
[Unreleased]: https://github.com/lolcommits/lolcommits/compare/v0.
|
370
|
-
[0.
|
372
|
+
[Unreleased]: https://github.com/lolcommits/lolcommits/compare/v0.16.0...HEAD
|
373
|
+
[0.16.0]: https://github.com/lolcommits/lolcommits/compare/v0.15.1...v0.16.0
|
374
|
+
[0.15.1]: https://github.com/lolcommits/lolcommits/compare/v0.15.0...v0.15.1
|
371
375
|
[0.15.0]: https://github.com/lolcommits/lolcommits/compare/v0.14.1...v0.15.0
|
372
376
|
[0.14.2]: https://github.com/lolcommits/lolcommits/compare/v0.14.1...v0.14.2
|
373
377
|
[0.14.1]: https://github.com/lolcommits/lolcommits/compare/v0.14.0...v0.14.1
|
@@ -569,3 +573,4 @@ This project adheres to [Semantic Versioning][Semver].
|
|
569
573
|
[#386]: https://github.com/lolcommits/lolcommits/pull/386
|
570
574
|
[#392]: https://github.com/lolcommits/lolcommits/pull/392
|
571
575
|
[#394]: https://github.com/lolcommits/lolcommits/pull/394
|
576
|
+
[#398]: https://github.com/lolcommits/lolcommits/pull/398
|
data/lib/lolcommits/version.rb
CHANGED
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.16.0
|
4
|
+
version: 0.16.0
|
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-10-
|
12
|
+
date: 2019-10-21 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: methadone
|
@@ -323,24 +323,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
323
323
|
version: '2.3'
|
324
324
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
325
325
|
requirements:
|
326
|
-
- - "
|
326
|
+
- - ">="
|
327
327
|
- !ruby/object:Gem::Version
|
328
|
-
version:
|
328
|
+
version: '0'
|
329
329
|
requirements:
|
330
330
|
- imagemagick
|
331
331
|
- a webcam
|
332
|
-
|
332
|
+
rubyforge_project:
|
333
|
+
rubygems_version: 2.7.7
|
333
334
|
signing_key:
|
334
335
|
specification_version: 4
|
335
336
|
summary: Capture webcam image on git commit for lulz.
|
336
|
-
test_files:
|
337
|
-
- features/bugs.feature
|
338
|
-
- features/lolcommits.feature
|
339
|
-
- features/step_definitions/lolcommits_steps.rb
|
340
|
-
- features/support/env.rb
|
341
|
-
- features/support/path_helpers.rb
|
342
|
-
- test/assets/test_image.jpg
|
343
|
-
- test/assets/test_video.mp4
|
344
|
-
- test/images/test_image.jpg
|
345
|
-
- test/permissions_test.rb
|
346
|
-
- test/test_helper.rb
|
337
|
+
test_files: []
|