lolcommits 0.6.7 → 0.7.0
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 +8 -8
- data/CHANGELOG.md +5 -1
- data/README.md +20 -3
- data/lib/lolcommits/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
YzBmYzg0NjRhMmYwZmJmOGE3NmRjNjk4YjA1NjhlODI3NDcyYWY4Ng==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NDg4OTc0YjlkOWJiZDlhMTI5ZjAyNTcwNzIyOWViMzRmYjFmNDkyMA==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NTRmNzM0NmVhOWZmNDlmNmMxMDU5ODc5MGZhOTkyNjA2NjMyMWYzZGNjMDZh
|
|
10
|
+
ZTMxNDU2NGVhMDRlNjJhOWQzNGYyYWZhZTYxZTM0ZWRkMTNhMjE5NGI1MzBh
|
|
11
|
+
ZTUzYmNlMmY1NzliOTBhMjdjODY0YTk3OWQ4NWY2NmUyYjljMzc=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MWZkYWJiMTE0NTdlNjg1NTAzZTc3YmRmOGNiOWU0ZTIxYTJiNzc3NWE1YTcw
|
|
14
|
+
MGE0Yjk2YTM0YmIxZTllMzU0NTM5N2Q3MWYwZmQwNzFmNzdmZmQxMTFkZjI3
|
|
15
|
+
ZmE1ZTQwNTAyZmU2OTc0MzUwYTA1ZTZiMzM1MzI2ZWFhNDU4ZWU=
|
data/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,9 @@ project adheres to [Semantic Versioning][Semver].
|
|
|
8
8
|
* WIP - extract plugins to separate gems ...
|
|
9
9
|
* Your contribution here!
|
|
10
10
|
|
|
11
|
+
## [0.7.0][] (13 July 2016)
|
|
12
|
+
* Last release supporting Ruby < 1.9.3
|
|
13
|
+
|
|
11
14
|
## [0.6.7][] (8 June 2016)
|
|
12
15
|
* Remove `console` binary from packaged gem
|
|
13
16
|
|
|
@@ -241,7 +244,8 @@ project adheres to [Semantic Versioning][Semver].
|
|
|
241
244
|
instead of compositing multiply image Caption objects (this seems to be more
|
|
242
245
|
reliable to not glitch.)
|
|
243
246
|
|
|
244
|
-
[Unreleased]: https://github.com/mroth/lolcommits/compare/v0.
|
|
247
|
+
[Unreleased]: https://github.com/mroth/lolcommits/compare/v0.7.0...HEAD
|
|
248
|
+
[0.7.0]: https://github.com/mroth/lolcommits/compare/v0.6.7...v0.7.0
|
|
245
249
|
[0.6.7]: https://github.com/mroth/lolcommits/compare/v0.6.6...v0.6.7
|
|
246
250
|
[0.6.6]: https://github.com/mroth/lolcommits/compare/v0.6.5...v0.6.6
|
|
247
251
|
[0.6.5]: https://github.com/mroth/lolcommits/compare/v0.6.4...v0.6.5
|
data/README.md
CHANGED
|
@@ -14,12 +14,19 @@ By default, the lol images are stored by a Github style short SHA in a
|
|
|
14
14
|
|
|
15
15
|
## Sample images
|
|
16
16
|
|
|
17
|
-
<img src="
|
|
17
|
+
<img src="https://lolcommits.github.io/assets/img/gallery.jpeg" />
|
|
18
18
|
|
|
19
19
|
Please add your own lolcommit! Add to the [People Using
|
|
20
20
|
Lolcommits](https://github.com/mroth/lolcommits/wiki/Lolcommits-from-around-the-world%21)
|
|
21
21
|
page on our wiki.
|
|
22
22
|
|
|
23
|
+
## Requirements
|
|
24
|
+
|
|
25
|
+
* Ruby >= 1.8.7
|
|
26
|
+
* A webcam
|
|
27
|
+
* [ImageMagick](http://www.imagemagick.org)
|
|
28
|
+
* [ffmpeg](https://www.ffmpeg.org) (optional) for animated gif capturing
|
|
29
|
+
|
|
23
30
|
## Installation
|
|
24
31
|
|
|
25
32
|
### Mac OS X
|
|
@@ -39,6 +46,11 @@ default MacOSX Ruby install is dumb and requires it.
|
|
|
39
46
|
If [Boxen](https://boxen.github.com) is your thing, [try
|
|
40
47
|
this](https://github.com/AssuredLabor/puppet-lolcommits).
|
|
41
48
|
|
|
49
|
+
Lolcommits v0.7.0 was the last release to support Ruby < 1.9.3. If you'd like to
|
|
50
|
+
use this gem on older rubies, install it with:
|
|
51
|
+
|
|
52
|
+
[sudo] gem install lolcommits --version 0.7.0
|
|
53
|
+
|
|
42
54
|
### Linux
|
|
43
55
|
|
|
44
56
|
Install dependencies using your package manager of choice, for example in
|
|
@@ -46,7 +58,9 @@ Ubuntu:
|
|
|
46
58
|
|
|
47
59
|
sudo apt-get install mplayer imagemagick libmagickwand-dev
|
|
48
60
|
|
|
49
|
-
For Ubuntu 14.04 or newer, you need to manually install ffmpeg since it no
|
|
61
|
+
For Ubuntu 14.04 or newer, you need to manually install ffmpeg since it no
|
|
62
|
+
longer ships with the default Ubuntu sources. [Downloads for
|
|
63
|
+
ffmpeg](http://ffmpeg.org/download.html)
|
|
50
64
|
|
|
51
65
|
Then install the gem with:
|
|
52
66
|
|
|
@@ -118,11 +132,14 @@ in your repository's `.git/hooks/post-commit` file).
|
|
|
118
132
|
* `--fork`
|
|
119
133
|
* `--stealth`
|
|
120
134
|
|
|
121
|
-
|
|
135
|
+
You can configure lolcommits to adjust the text positions, font styles (type,
|
|
136
|
+
size, color etc.) or add a transparent overlay to your images. Simply configure
|
|
122
137
|
the default loltext plugin with this command:
|
|
123
138
|
|
|
124
139
|
lolcommits --config -p loltext
|
|
125
140
|
|
|
141
|
+
To find out more, read about the [loltext options](https://github.com/mroth/lolcommits/wiki/Configure-Commit-Capturing#loltext-options).
|
|
142
|
+
|
|
126
143
|
You can use `lolcommits --devices` to list all attached video devices available
|
|
127
144
|
for capturing. Read how to [configure commit
|
|
128
145
|
capturing](https://github.com/mroth/lolcommits/wiki/Configure-Commit-Capturing)
|
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.
|
|
4
|
+
version: 0.7.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: 2016-
|
|
12
|
+
date: 2016-07-13 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rest-client
|