lolcommits 0.15.0 → 0.15.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 +4 -4
- data/CHANGELOG.md +6 -1
- data/lib/lolcommits/platform.rb +2 -2
- data/lib/lolcommits/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e82514359cfc87aedfb9c139d4f2dcb380b2d5fd86081e012b2fe3feb27a04a7
|
|
4
|
+
data.tar.gz: d3f10669c8723cba11309df12c0ce1aeafd8dfb8ef80f98abe975ad4ad4d4531
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c90be17ef828f988227cb40bbf5cba1f3660216fd850ba0b08a9d48ac67b1f8d659b9eb3ba3f238b37b6143e3a30782421698b2765684de8678e51156e30d593
|
|
7
|
+
data.tar.gz: e663c70ac161697c01bb02673415cc9883d2c3165811821d56e888147d72b67708cbdb1abdbbb2a4918781c580b3a5493042ab2e9dcd85a7b5a6a4a4acebdea0
|
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.15.1][] (6 Jun 2019)
|
|
11
|
+
* fix device list command (@matthutchinson [#394][])
|
|
12
|
+
|
|
10
13
|
## [0.15.0][] (20 May 2019)
|
|
11
14
|
* require at least lolcommits-loltext `>= 0.3.0` (@matthutchinson)
|
|
12
15
|
* remove `main_image` method, plugins should use `lolcommit_path` on
|
|
@@ -363,7 +366,8 @@ This project adheres to [Semantic Versioning][Semver].
|
|
|
363
366
|
reliable to not glitch.)
|
|
364
367
|
|
|
365
368
|
[Semver]: http://semver.org
|
|
366
|
-
[Unreleased]: https://github.com/lolcommits/lolcommits/compare/v0.15.
|
|
369
|
+
[Unreleased]: https://github.com/lolcommits/lolcommits/compare/v0.15.1...HEAD
|
|
370
|
+
[0.15.0]: https://github.com/lolcommits/lolcommits/compare/v0.15.0...v0.15.1
|
|
367
371
|
[0.15.0]: https://github.com/lolcommits/lolcommits/compare/v0.14.1...v0.15.0
|
|
368
372
|
[0.14.2]: https://github.com/lolcommits/lolcommits/compare/v0.14.1...v0.14.2
|
|
369
373
|
[0.14.1]: https://github.com/lolcommits/lolcommits/compare/v0.14.0...v0.14.1
|
|
@@ -564,3 +568,4 @@ This project adheres to [Semantic Versioning][Semver].
|
|
|
564
568
|
[#385]: https://github.com/lolcommits/lolcommits/pull/385
|
|
565
569
|
[#386]: https://github.com/lolcommits/lolcommits/pull/386
|
|
566
570
|
[#392]: https://github.com/lolcommits/lolcommits/pull/392
|
|
571
|
+
[#394]: https://github.com/lolcommits/lolcommits/pull/394
|
data/lib/lolcommits/platform.rb
CHANGED
|
@@ -123,8 +123,8 @@ module Lolcommits
|
|
|
123
123
|
# TODO: handle other platforms here (linux/windows) e.g with ffmpeg -list_devices
|
|
124
124
|
return unless Platform.platform_mac?
|
|
125
125
|
|
|
126
|
-
|
|
127
|
-
`#{
|
|
126
|
+
videosnap = File.join(Configuration::LOLCOMMITS_ROOT, 'vendor', 'ext', 'videosnap', 'videosnap')
|
|
127
|
+
`#{videosnap} -l`
|
|
128
128
|
end
|
|
129
129
|
end
|
|
130
130
|
end
|
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.15.
|
|
4
|
+
version: 0.15.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-
|
|
12
|
+
date: 2019-06-06 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: methadone
|