lolcommits-mpv 0.5.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (50) hide show
  1. checksums.yaml +7 -0
  2. data/.coveralls.yml +1 -0
  3. data/.gitignore +13 -0
  4. data/.travis.yml +33 -0
  5. data/CHANGELOG +140 -0
  6. data/CONTRIBUTING +11 -0
  7. data/Gemfile +4 -0
  8. data/LICENSE +165 -0
  9. data/NOTES +17 -0
  10. data/README.md +100 -0
  11. data/Rakefile +77 -0
  12. data/bin/lolcommits +456 -0
  13. data/config/cucumber.yml +2 -0
  14. data/features/bugs.feature +58 -0
  15. data/features/lolcommits.feature +251 -0
  16. data/features/plugins.feature +37 -0
  17. data/features/step_definitions/lolcommits_steps.rb +123 -0
  18. data/features/support/env.rb +78 -0
  19. data/features/support/path_helpers.rb +39 -0
  20. data/lib/core_ext/class.rb +7 -0
  21. data/lib/lolcommits.rb +33 -0
  22. data/lib/lolcommits/capture_cygwin.rb +20 -0
  23. data/lib/lolcommits/capture_fake.rb +10 -0
  24. data/lib/lolcommits/capture_linux.rb +36 -0
  25. data/lib/lolcommits/capture_mac.rb +19 -0
  26. data/lib/lolcommits/capture_mac_animated.rb +71 -0
  27. data/lib/lolcommits/capture_windows.rb +20 -0
  28. data/lib/lolcommits/capturer.rb +14 -0
  29. data/lib/lolcommits/configuration.rb +210 -0
  30. data/lib/lolcommits/git_info.rb +31 -0
  31. data/lib/lolcommits/plugin.rb +83 -0
  32. data/lib/lolcommits/plugins/dot_com.rb +42 -0
  33. data/lib/lolcommits/plugins/lol_twitter.rb +125 -0
  34. data/lib/lolcommits/plugins/lolsrv.rb +72 -0
  35. data/lib/lolcommits/plugins/loltext.rb +73 -0
  36. data/lib/lolcommits/plugins/tranzlate.rb +113 -0
  37. data/lib/lolcommits/plugins/uploldz.rb +34 -0
  38. data/lib/lolcommits/runner.rb +117 -0
  39. data/lib/lolcommits/version.rb +3 -0
  40. data/lolcommits.gemspec +48 -0
  41. data/test/images/test_image.jpg +0 -0
  42. data/test/test_lolcommits.rb +70 -0
  43. data/vendor/ext/CommandCam/COPYING +674 -0
  44. data/vendor/ext/CommandCam/CommandCam.exe +0 -0
  45. data/vendor/ext/CommandCam/LICENSE +16 -0
  46. data/vendor/ext/imagesnap/ReadMeOrDont.rtf +117 -0
  47. data/vendor/ext/imagesnap/imagesnap +0 -0
  48. data/vendor/ext/videosnap/videosnap +0 -0
  49. data/vendor/fonts/Impact.ttf +0 -0
  50. metadata +397 -0
@@ -0,0 +1,16 @@
1
+ CommandCam - A command line image grabber
2
+ Copyright (C) 2012 Ted Burke
3
+
4
+ This program is free software: you can redistribute it and/or modify
5
+ it under the terms of the GNU General Public License as published by
6
+ the Free Software Foundation, either version 3 of the License, or
7
+ (at your option) any later version.
8
+
9
+ This program is distributed in the hope that it will be useful,
10
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
11
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
+ GNU General Public License for more details.
13
+
14
+ You should have received a copy of the GNU General Public License
15
+ along with this program (see the file "COPYING").
16
+ If not, see <http://www.gnu.org/licenses/>.
@@ -0,0 +1,117 @@
1
+ {\rtf1\ansi\ansicpg1252\cocoartf1138
2
+ {\fonttbl\f0\fnil\fcharset0 Verdana;\f1\fswiss\fcharset0 ArialMT;\f2\fmodern\fcharset0 Courier;
3
+ \f3\fmodern\fcharset0 Courier-Oblique;}
4
+ {\colortbl;\red255\green255\blue255;\red0\green16\blue81;}
5
+ {\*\listtable{\list\listtemplateid1\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid1\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid1}}
6
+ {\*\listoverridetable{\listoverride\listid1\listoverridecount0\ls1}}
7
+ \margl1440\margr1440\vieww14180\viewh14480\viewkind0
8
+ \deftab720
9
+ \pard\pardeftab720
10
+
11
+ \f0\b\fs38 \cf0 \ul \ulc0 Image Snap\
12
+
13
+ \b0\fs20 \ulnone \
14
+ by Robert Harder\
15
+ rob@iHarder.net
16
+ \b\fs38 \
17
+ \
18
+ \pard\pardeftab720\sa360
19
+
20
+ \fs28 \cf0 Capture Images from the Command Line
21
+ \f1\fs32 \
22
+ \pard\pardeftab720\sa320\qc
23
+ {\field{\*\fldinst{HYPERLINK "http://iharder.net/imagesnap"}}{\fldrslt
24
+ \f0\b0 \cf0 http://iharder.net/imagesnap}}
25
+ \f0\b0 \
26
+ \pard\pardeftab720\sa320
27
+ \cf0 ImageSnap is a Public Domain command-line tool that lets you capture still images from an iSight or other video source.\
28
+ \pard\pardeftab720\sa300
29
+
30
+ \f1\b\fs38 \cf2 Installation\
31
+ \pard\pardeftab720\sa320
32
+
33
+ \f0\b0\fs32 \cf0 Copy the
34
+ \f2\fs26 imagesnap
35
+ \f0\fs32 file to someplace on your path like
36
+ \f2\fs26 /usr/local/bin
37
+ \f0\fs32 , or leave it in a "current directory," and call it with
38
+ \f2\fs26 ./imagesnap
39
+ \f0\fs32 instead.\
40
+ Enjoy!\
41
+ \pard\pardeftab720\sa300
42
+
43
+ \f1\b\fs38 \cf2 Usage\
44
+ \pard\pardeftab720\sa320
45
+
46
+ \f0\b0\fs32 \cf0 To capture an image simply run the program from the command line.\
47
+ \pard\pardeftab720
48
+
49
+ \f2\fs26 \cf0 $ imagesnap\
50
+ Capturing image from device "iSight"..................snapshot.jpg\
51
+ \pard\pardeftab720\sa320
52
+
53
+ \f0\fs32 \cf0 \
54
+ To specify a filename, make that your last argument:\
55
+ \pard\pardeftab720
56
+
57
+ \f2\fs26 \cf0 $ imagesnap icu.jpg\
58
+ Capturing image from device "iSight"..................icu.jpg\
59
+ \pard\pardeftab720\sa320
60
+
61
+ \f0\fs32 \cf0 \
62
+ If you have multiple video devices attached to your computer, use the
63
+ \f2\fs26 -l
64
+ \f0\fs32 ("el") flag to list them:\
65
+ \pard\pardeftab720
66
+
67
+ \f2\fs26 \cf0 $ imagesnap -l\
68
+ Video Devices:\
69
+ iSight\
70
+ DV\
71
+ \pard\pardeftab720\sa320
72
+
73
+ \f0\fs32 \cf0 \
74
+ To select a specific video device use the
75
+ \f2\fs26 -d
76
+ \f3\i device
77
+ \f0\i0\fs32 flag:\
78
+ \pard\pardeftab720
79
+
80
+ \f2\fs26 \cf0 $ imagesnap -d DV\
81
+ Capturing image from device "DV"..................snapshot.jpg\
82
+ \pard\pardeftab720\sa320
83
+
84
+ \f0\fs32 \cf0 \
85
+ To output a jpeg representation to standard out (stdout), use a dash for the filename:\
86
+ \pard\pardeftab720
87
+
88
+ \f2\fs26 \cf0 $ ssh johndoe@somewhere.com /usr/local/bin/imagesnap - > snapshot.jpg\
89
+ $ open snapshot.jpg\
90
+ \pard\pardeftab720\sa300
91
+
92
+ \f1\b\fs38 \cf2 \
93
+ Image Formats\
94
+ \pard\pardeftab720\sa320
95
+
96
+ \f0\b0\fs32 \cf0 The following image formats are supported and are determined by the filename extension: JPEG, TIFF, PNG, GIF, BMP.\
97
+ \pard\pardeftab720\sa300
98
+
99
+ \f1\b\fs38 \cf2 Changes\
100
+ \pard\tx220\tx720\pardeftab720\li720\fi-720\sa320
101
+ \ls1\ilvl0
102
+ \f0\b0\fs32 \cf0 {\listtext \'95 }v0.2.5 - Added option to delay the first snapshot for some time. Added a time-lapse feature (thanks, Bas Zoetekouw).\
103
+ {\listtext \'95 }v0.2.4 - Found bug that caused crash on Mac OS X 10.5 (but not 10.6).\
104
+ {\listtext \'95 }v0.2.4beta - Tracking bug that causes crash on Mac OS X 10.5 (but not 10.6).\
105
+ {\listtext \'95 }v0.2.3 - Fixed bug that caused all images to be saved as TIFF. Not sure when this bug was introduced.\
106
+ {\listtext \'95 }v0.2.2 - Added ability to output jpeg to standard out. Made executable lowercase
107
+ \f2\fs26 imagesnap
108
+ \f0\fs32 .\
109
+ {\listtext \'95 }v0.2.1 - Changed name from ImageCapture to ImageSnap to avoid confusion with Apple's Image Capture application.\
110
+ {\listtext \'95 }v0.2 - Multiple file formats (not just TIFF). Faster response.\
111
+ {\listtext \'95 }v0.1 - This is the initial release.\
112
+ \pard\pardeftab720\sa300
113
+
114
+ \f1\b\fs38 \cf2 A Note About Public Domain\
115
+ \pard\pardeftab720\sa320
116
+
117
+ \f0\b0\fs32 \cf0 I have released this software into the Public Domain. That means you can do whatever you want with it. Really. You don't have to match it up with any other open source license \'97 just use it. You can rename the files, do whatever you want. If your lawyers say you have to have a license, contact me, and I'll make a special release to you under whatever reasonable license you desire: MIT, BSD, GPL, whatever.}
Binary file
Binary file
Binary file
metadata ADDED
@@ -0,0 +1,397 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: lolcommits-mpv
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.5.2
5
+ platform: ruby
6
+ authors:
7
+ - Matthew Rothenberg
8
+ - rejuvyesh
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2013-12-11 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: mini_magick
16
+ requirement: !ruby/object:Gem::Requirement
17
+ requirements:
18
+ - - "~>"
19
+ - !ruby/object:Gem::Version
20
+ version: '3.5'
21
+ type: :runtime
22
+ prerelease: false
23
+ version_requirements: !ruby/object:Gem::Requirement
24
+ requirements:
25
+ - - "~>"
26
+ - !ruby/object:Gem::Version
27
+ version: '3.5'
28
+ - !ruby/object:Gem::Dependency
29
+ name: git
30
+ requirement: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - "~>"
33
+ - !ruby/object:Gem::Version
34
+ version: 1.2.5
35
+ type: :runtime
36
+ prerelease: false
37
+ version_requirements: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - "~>"
40
+ - !ruby/object:Gem::Version
41
+ version: 1.2.5
42
+ - !ruby/object:Gem::Dependency
43
+ name: choice
44
+ requirement: !ruby/object:Gem::Requirement
45
+ requirements:
46
+ - - "~>"
47
+ - !ruby/object:Gem::Version
48
+ version: 0.1.6
49
+ type: :runtime
50
+ prerelease: false
51
+ version_requirements: !ruby/object:Gem::Requirement
52
+ requirements:
53
+ - - "~>"
54
+ - !ruby/object:Gem::Version
55
+ version: 0.1.6
56
+ - !ruby/object:Gem::Dependency
57
+ name: launchy
58
+ requirement: !ruby/object:Gem::Requirement
59
+ requirements:
60
+ - - "~>"
61
+ - !ruby/object:Gem::Version
62
+ version: 2.2.0
63
+ type: :runtime
64
+ prerelease: false
65
+ version_requirements: !ruby/object:Gem::Requirement
66
+ requirements:
67
+ - - "~>"
68
+ - !ruby/object:Gem::Version
69
+ version: 2.2.0
70
+ - !ruby/object:Gem::Dependency
71
+ name: methadone
72
+ requirement: !ruby/object:Gem::Requirement
73
+ requirements:
74
+ - - "~>"
75
+ - !ruby/object:Gem::Version
76
+ version: 1.2.4
77
+ type: :runtime
78
+ prerelease: false
79
+ version_requirements: !ruby/object:Gem::Requirement
80
+ requirements:
81
+ - - "~>"
82
+ - !ruby/object:Gem::Version
83
+ version: 1.2.4
84
+ - !ruby/object:Gem::Dependency
85
+ name: open4
86
+ requirement: !ruby/object:Gem::Requirement
87
+ requirements:
88
+ - - "~>"
89
+ - !ruby/object:Gem::Version
90
+ version: 1.3.0
91
+ type: :runtime
92
+ prerelease: false
93
+ version_requirements: !ruby/object:Gem::Requirement
94
+ requirements:
95
+ - - "~>"
96
+ - !ruby/object:Gem::Version
97
+ version: 1.3.0
98
+ - !ruby/object:Gem::Dependency
99
+ name: activesupport
100
+ requirement: !ruby/object:Gem::Requirement
101
+ requirements:
102
+ - - "~>"
103
+ - !ruby/object:Gem::Version
104
+ version: 3.2.12
105
+ type: :runtime
106
+ prerelease: false
107
+ version_requirements: !ruby/object:Gem::Requirement
108
+ requirements:
109
+ - - "~>"
110
+ - !ruby/object:Gem::Version
111
+ version: 3.2.12
112
+ - !ruby/object:Gem::Dependency
113
+ name: rdoc
114
+ requirement: !ruby/object:Gem::Requirement
115
+ requirements:
116
+ - - ">="
117
+ - !ruby/object:Gem::Version
118
+ version: '0'
119
+ type: :development
120
+ prerelease: false
121
+ version_requirements: !ruby/object:Gem::Requirement
122
+ requirements:
123
+ - - ">="
124
+ - !ruby/object:Gem::Version
125
+ version: '0'
126
+ - !ruby/object:Gem::Dependency
127
+ name: aruba
128
+ requirement: !ruby/object:Gem::Requirement
129
+ requirements:
130
+ - - "~>"
131
+ - !ruby/object:Gem::Version
132
+ version: 0.5.1
133
+ type: :development
134
+ prerelease: false
135
+ version_requirements: !ruby/object:Gem::Requirement
136
+ requirements:
137
+ - - "~>"
138
+ - !ruby/object:Gem::Version
139
+ version: 0.5.1
140
+ - !ruby/object:Gem::Dependency
141
+ name: rake
142
+ requirement: !ruby/object:Gem::Requirement
143
+ requirements:
144
+ - - "~>"
145
+ - !ruby/object:Gem::Version
146
+ version: 10.0.2
147
+ type: :development
148
+ prerelease: false
149
+ version_requirements: !ruby/object:Gem::Requirement
150
+ requirements:
151
+ - - "~>"
152
+ - !ruby/object:Gem::Version
153
+ version: 10.0.2
154
+ - !ruby/object:Gem::Dependency
155
+ name: fivemat
156
+ requirement: !ruby/object:Gem::Requirement
157
+ requirements:
158
+ - - ">="
159
+ - !ruby/object:Gem::Version
160
+ version: '0'
161
+ type: :development
162
+ prerelease: false
163
+ version_requirements: !ruby/object:Gem::Requirement
164
+ requirements:
165
+ - - ">="
166
+ - !ruby/object:Gem::Version
167
+ version: '0'
168
+ - !ruby/object:Gem::Dependency
169
+ name: faker
170
+ requirement: !ruby/object:Gem::Requirement
171
+ requirements:
172
+ - - ">="
173
+ - !ruby/object:Gem::Version
174
+ version: '0'
175
+ type: :development
176
+ prerelease: false
177
+ version_requirements: !ruby/object:Gem::Requirement
178
+ requirements:
179
+ - - ">="
180
+ - !ruby/object:Gem::Version
181
+ version: '0'
182
+ - !ruby/object:Gem::Dependency
183
+ name: travis
184
+ requirement: !ruby/object:Gem::Requirement
185
+ requirements:
186
+ - - ">="
187
+ - !ruby/object:Gem::Version
188
+ version: '0'
189
+ type: :development
190
+ prerelease: false
191
+ version_requirements: !ruby/object:Gem::Requirement
192
+ requirements:
193
+ - - ">="
194
+ - !ruby/object:Gem::Version
195
+ version: '0'
196
+ - !ruby/object:Gem::Dependency
197
+ name: coveralls
198
+ requirement: !ruby/object:Gem::Requirement
199
+ requirements:
200
+ - - ">="
201
+ - !ruby/object:Gem::Version
202
+ version: '0'
203
+ type: :development
204
+ prerelease: false
205
+ version_requirements: !ruby/object:Gem::Requirement
206
+ requirements:
207
+ - - ">="
208
+ - !ruby/object:Gem::Version
209
+ version: '0'
210
+ - !ruby/object:Gem::Dependency
211
+ name: twitter
212
+ requirement: !ruby/object:Gem::Requirement
213
+ requirements:
214
+ - - "~>"
215
+ - !ruby/object:Gem::Version
216
+ version: 4.8.1
217
+ type: :runtime
218
+ prerelease: false
219
+ version_requirements: !ruby/object:Gem::Requirement
220
+ requirements:
221
+ - - "~>"
222
+ - !ruby/object:Gem::Version
223
+ version: 4.8.1
224
+ - !ruby/object:Gem::Dependency
225
+ name: oauth
226
+ requirement: !ruby/object:Gem::Requirement
227
+ requirements:
228
+ - - ">="
229
+ - !ruby/object:Gem::Version
230
+ version: '0'
231
+ type: :runtime
232
+ prerelease: false
233
+ version_requirements: !ruby/object:Gem::Requirement
234
+ requirements:
235
+ - - ">="
236
+ - !ruby/object:Gem::Version
237
+ version: '0'
238
+ - !ruby/object:Gem::Dependency
239
+ name: rest-client
240
+ requirement: !ruby/object:Gem::Requirement
241
+ requirements:
242
+ - - ">="
243
+ - !ruby/object:Gem::Version
244
+ version: '0'
245
+ type: :runtime
246
+ prerelease: false
247
+ version_requirements: !ruby/object:Gem::Requirement
248
+ requirements:
249
+ - - ">="
250
+ - !ruby/object:Gem::Version
251
+ version: '0'
252
+ - !ruby/object:Gem::Dependency
253
+ name: httmultiparty
254
+ requirement: !ruby/object:Gem::Requirement
255
+ requirements:
256
+ - - ">="
257
+ - !ruby/object:Gem::Version
258
+ version: '0'
259
+ type: :runtime
260
+ prerelease: false
261
+ version_requirements: !ruby/object:Gem::Requirement
262
+ requirements:
263
+ - - ">="
264
+ - !ruby/object:Gem::Version
265
+ version: '0'
266
+ - !ruby/object:Gem::Dependency
267
+ name: httparty
268
+ requirement: !ruby/object:Gem::Requirement
269
+ requirements:
270
+ - - "~>"
271
+ - !ruby/object:Gem::Version
272
+ version: 0.11.0
273
+ type: :runtime
274
+ prerelease: false
275
+ version_requirements: !ruby/object:Gem::Requirement
276
+ requirements:
277
+ - - "~>"
278
+ - !ruby/object:Gem::Version
279
+ version: 0.11.0
280
+ - !ruby/object:Gem::Dependency
281
+ name: json
282
+ requirement: !ruby/object:Gem::Requirement
283
+ requirements:
284
+ - - "~>"
285
+ - !ruby/object:Gem::Version
286
+ version: 1.7.6
287
+ type: :runtime
288
+ prerelease: false
289
+ version_requirements: !ruby/object:Gem::Requirement
290
+ requirements:
291
+ - - "~>"
292
+ - !ruby/object:Gem::Version
293
+ version: 1.7.6
294
+ - !ruby/object:Gem::Dependency
295
+ name: mime-types
296
+ requirement: !ruby/object:Gem::Requirement
297
+ requirements:
298
+ - - "~>"
299
+ - !ruby/object:Gem::Version
300
+ version: '1.25'
301
+ type: :runtime
302
+ prerelease: false
303
+ version_requirements: !ruby/object:Gem::Requirement
304
+ requirements:
305
+ - - "~>"
306
+ - !ruby/object:Gem::Version
307
+ version: '1.25'
308
+ description: Takes a snapshot with your webcam every time you git commit code, and
309
+ archives a lolcat style image with it.
310
+ email:
311
+ - mail@rejuvyesh.com
312
+ executables:
313
+ - lolcommits
314
+ extensions: []
315
+ extra_rdoc_files: []
316
+ files:
317
+ - ".coveralls.yml"
318
+ - ".gitignore"
319
+ - ".travis.yml"
320
+ - CHANGELOG
321
+ - CONTRIBUTING
322
+ - Gemfile
323
+ - LICENSE
324
+ - NOTES
325
+ - README.md
326
+ - Rakefile
327
+ - bin/lolcommits
328
+ - config/cucumber.yml
329
+ - features/bugs.feature
330
+ - features/lolcommits.feature
331
+ - features/plugins.feature
332
+ - features/step_definitions/lolcommits_steps.rb
333
+ - features/support/env.rb
334
+ - features/support/path_helpers.rb
335
+ - lib/core_ext/class.rb
336
+ - lib/lolcommits.rb
337
+ - lib/lolcommits/capture_cygwin.rb
338
+ - lib/lolcommits/capture_fake.rb
339
+ - lib/lolcommits/capture_linux.rb
340
+ - lib/lolcommits/capture_mac.rb
341
+ - lib/lolcommits/capture_mac_animated.rb
342
+ - lib/lolcommits/capture_windows.rb
343
+ - lib/lolcommits/capturer.rb
344
+ - lib/lolcommits/configuration.rb
345
+ - lib/lolcommits/git_info.rb
346
+ - lib/lolcommits/plugin.rb
347
+ - lib/lolcommits/plugins/dot_com.rb
348
+ - lib/lolcommits/plugins/lol_twitter.rb
349
+ - lib/lolcommits/plugins/lolsrv.rb
350
+ - lib/lolcommits/plugins/loltext.rb
351
+ - lib/lolcommits/plugins/tranzlate.rb
352
+ - lib/lolcommits/plugins/uploldz.rb
353
+ - lib/lolcommits/runner.rb
354
+ - lib/lolcommits/version.rb
355
+ - lolcommits.gemspec
356
+ - test/images/test_image.jpg
357
+ - test/test_lolcommits.rb
358
+ - vendor/ext/CommandCam/COPYING
359
+ - vendor/ext/CommandCam/CommandCam.exe
360
+ - vendor/ext/CommandCam/LICENSE
361
+ - vendor/ext/imagesnap/ReadMeOrDont.rtf
362
+ - vendor/ext/imagesnap/imagesnap
363
+ - vendor/ext/videosnap/videosnap
364
+ - vendor/fonts/Impact.ttf
365
+ homepage: http://rejuvyesh.github.com/lolcommits-mpv/
366
+ licenses:
367
+ - LGPL-3
368
+ metadata: {}
369
+ post_install_message:
370
+ rdoc_options: []
371
+ require_paths:
372
+ - lib
373
+ required_ruby_version: !ruby/object:Gem::Requirement
374
+ requirements:
375
+ - - ">="
376
+ - !ruby/object:Gem::Version
377
+ version: '0'
378
+ required_rubygems_version: !ruby/object:Gem::Requirement
379
+ requirements:
380
+ - - ">="
381
+ - !ruby/object:Gem::Version
382
+ version: '0'
383
+ requirements: []
384
+ rubyforge_project: lolcommits-mpv
385
+ rubygems_version: 2.0.14
386
+ signing_key:
387
+ specification_version: 4
388
+ summary: Capture webcam image on git commit for lulz.
389
+ test_files:
390
+ - features/bugs.feature
391
+ - features/lolcommits.feature
392
+ - features/plugins.feature
393
+ - features/step_definitions/lolcommits_steps.rb
394
+ - features/support/env.rb
395
+ - features/support/path_helpers.rb
396
+ - test/images/test_image.jpg
397
+ - test/test_lolcommits.rb