lolcommits 0.15.0 → 0.15.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f4f33742b052d7ef499ed1ebd967fec77ebbe4e52a76eca2675e2f540ee2b115
4
- data.tar.gz: 958254d97dcf9a965bb8e57a8c651ddbc766ebf240ad51f0e542bd24efd97251
3
+ metadata.gz: e82514359cfc87aedfb9c139d4f2dcb380b2d5fd86081e012b2fe3feb27a04a7
4
+ data.tar.gz: d3f10669c8723cba11309df12c0ce1aeafd8dfb8ef80f98abe975ad4ad4d4531
5
5
  SHA512:
6
- metadata.gz: 480d203c87991f45be26489355729b8ff5073ffc6b248061e2e717515c2c868ccab3bc808aa3b8d36646eac78f4a76b64f6a64354d63d970da1a8dc49d1ac6da
7
- data.tar.gz: 86ae68a15665cd07ee7163e519ea8b6c17e57a1e70ac55c82d34d69128cc32177439688121e42ae5460cfeebdbecb14575dd579c135ddcbd6463451265b17940
6
+ metadata.gz: c90be17ef828f988227cb40bbf5cba1f3660216fd850ba0b08a9d48ac67b1f8d659b9eb3ba3f238b37b6143e3a30782421698b2765684de8678e51156e30d593
7
+ data.tar.gz: e663c70ac161697c01bb02673415cc9883d2c3165811821d56e888147d72b67708cbdb1abdbbb2a4918781c580b3a5493042ab2e9dcd85a7b5a6a4a4acebdea0
@@ -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.0...HEAD
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
@@ -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
- capturer = Lolcommits::CaptureMacVideo.new
127
- `#{capturer.executable_path} -l`
126
+ videosnap = File.join(Configuration::LOLCOMMITS_ROOT, 'vendor', 'ext', 'videosnap', 'videosnap')
127
+ `#{videosnap} -l`
128
128
  end
129
129
  end
130
130
  end
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Lolcommits
4
- VERSION = '0.15.0'
4
+ VERSION = '0.15.1'
5
5
  GEM_NAME = 'lolcommits'
6
6
  end
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.0
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-05-20 00:00:00.000000000 Z
12
+ date: 2019-06-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: methadone