lolcommits-mpv 0.5.2 → 0.5.3

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
  SHA1:
3
- metadata.gz: 21a45f88e1ba9b2033a65be83f351e4b27851a2a
4
- data.tar.gz: 2accead49c569ce54961174c56796b2e4a24a48c
3
+ metadata.gz: 8dfc1f4490503d427887f52dc3f71a35d561cde4
4
+ data.tar.gz: e8899c49ea737cce815fd0aaed2db6639a4422f8
5
5
  SHA512:
6
- metadata.gz: f9c54ae5f591a9b37c037d3fed71a7c825fed99a0fad9a260cfe663e698a52b98db9ded8e99b405e9c3e0c7348ec3b591fcf3a154b3eef0b47aa4b530f1a5563
7
- data.tar.gz: e15617011eeb90ba9a4508b9ff811a263a17b3a0574def0ed023af320fae710a2d165101a6d2cf87b4a78fa326b44113851b6066a1e07d57a21a7fb512bfdeab
6
+ metadata.gz: f5ad0eba27e784b13a286fb76ab1b66fb8c83af0758e325fc74b06d44ad37962b081d7689fa59b6a4f72b4958d310967aacc8fa8c66c06f21f3128fd3e6913a4
7
+ data.tar.gz: 2263cfae13312ea24bb13ab0ee12e1377404cccd6476fc577e491d00f863c573fef1da6da37e9e42d1602c45f0ea5976486557b4a03c73d663de29e1ce136321
@@ -1,33 +1,32 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 1.8.7
4
- - 1.9.2
5
3
  - 1.9.3
6
4
  - 2.0.0
5
+ - 2.1.0-rc1
7
6
 
8
7
  before_install:
9
8
  - sudo apt-get update -qq
10
- - sudo apt-get install -qq -y mplayer
9
+ - sudo apt-get install -qq -y devscripts equivs
11
10
  - sudo apt-get install ffmpeg
12
- # imagemagick is installed by default on normal travis image now
13
- # - sudo apt-get install -qq -y imagemagick libmagickwand-dev
14
-
15
- # matrix:
16
- # allow_failures:
17
- # - rvm: 2.0.0
11
+ - sudo apt-get install yasm
12
+ - git clone https://github.com/mpv-player/mpv-build.git
13
+ - cd mpv-build
14
+ - ./update
15
+ - mk-build-deps -s sudo -ir
16
+ - make clean
17
+ - make
18
+ - sudo make install
19
+ - bundle install # hack
18
20
 
19
21
  branches:
20
22
  except:
21
23
  - gh-pages
22
24
 
23
- notifications:
24
- irc: "chat.freenode.net#lolcommits"
25
-
26
25
  deploy:
27
26
  provider: rubygems
28
27
  api_key:
29
- secure: Y7FFOMDahITtHYRV3UQAw+BA2JbqoArN/Ii9PUTU6RaLmTIvpZBzqtvR3r8ah3SdXNh0Cx10gVf0pRc6HXKTNQdwMWCkOQwukAb+9kLDKFxl3x+w4X2u6yWmtsyNMTWK1gF4hEF1IHnsdg2dYEoFfE2M5bHex85ND/Q6820sPa8=
30
- gem: lolcommits
28
+ secure: fFo4QFi8B77FAQX8i4HR1SEaHenRJ2FUwpr6IIu/1/sk4IA1XT/RuaYeyauNTP3SB+IkScpk6gZqMDeCmQDW1LHtEAzV9E2z0y6qEA2ghRgmWuYKn6basLYwSwBRkVVdcY8e6Bji8vr0rXT9Tv3WpBQMRHnbCLrXzcsmAjXHEZY=
29
+ gem: lolcommits-mpv
31
30
  on:
32
31
  tags: true
33
- repo: mroth/lolcommits
32
+ repo: rejuvyesh/lolcommits-mpv
data/README.md CHANGED
@@ -1,29 +1,37 @@
1
- # lolcommits (git + webcam = lol)
1
+ # lolcommits-mpv (git + webcam = lol)
2
2
 
3
- lolcommits takes a snapshot with your webcam every time you git commit code, and archives a lolcat style image with it.
3
+ lolcommits-mpv is a fork of [Lolcommits](https://github.com/mroth/lolcommits) and uses the shiny mpv instead of age old mplayer.
4
+
5
+ lolcommits-mpv takes a snapshot with your webcam every time you git commit code, and archives a lolcat style image with it.
4
6
  Git blame has never been so much fun.
5
7
 
6
8
  By default, the lolimages are stored by a Github style short SHA in a `~/.lolcommits` directory created for you.
7
9
 
8
- [![Gem Version](https://badge.fury.io/rb/lolcommits.png)](http://badge.fury.io/rb/lolcommits)
9
- [![Build Status](https://secure.travis-ci.org/mroth/lolcommits.png?branch=master)](http://travis-ci.org/mroth/lolcommits)
10
- [![Dependency Status](https://gemnasium.com/mroth/lolcommits.png)](https://gemnasium.com/mroth/lolcommits)
11
- [![Coverage Status](https://coveralls.io/repos/mroth/lolcommits/badge.png)](https://coveralls.io/r/mroth/lolcommits)
10
+ [![Gem Version](https://badge.fury.io/rb/lolcommits-mpv.png)](http://badge.fury.io/rb/lolcommits-mpv)
11
+ [![Build Status](https://secure.travis-ci.org/rejuvyesh/lolcommits-mpv.png?branch=master)](http://travis-ci.org/rejuvuesh/lolcommits-mpv)
12
+ [![Dependency Status](https://gemnasium.com/rejuvyesh/lolcommits-mpv.png)](https://gemnasium.com/rejuvyesh/lolcommits-mpv)
13
+ [![Coverage Status](https://coveralls.io/repos/rejuvyesh/lolcommits-mpv/badge.png)](https://coveralls.io/r/rejuvyesh/lolcommits-mpv)
12
14
 
13
15
  ## Sample images
14
16
  <img src="http://blog.mroth.info/images/postcontent/yearinsideprojects/lolcommits_users2.jpg" />
15
17
 
16
- Please add your own lolcommit! Add to the [People Using Lolcommits](https://github.com/mroth/lolcommits/wiki/Lolcommits-from-around-the-world%21) page on the Wiki.
18
+ Please add your own lolcommit! Add to the [People Using Lolcommits](https://github.com/rejuvyesh/lolcommits-mpv/wiki/Lolcommits-from-around-the-world%21) page on the Wiki.
17
19
 
18
20
  ## Installation
19
21
  ### Mac OS X
20
- You'll need ImageMagick installed. [Homebrew](http://mxcl.github.com/homebrew/) makes this easy. Simply do:
22
+ You'll need ImageMagick and mpv installed. [Homebrew](http://mxcl.github.com/homebrew/) makes this easy. Simply do:
21
23
 
22
24
  brew install imagemagick
23
25
 
26
+ and
27
+
28
+ brew tap mpv-player/mpv
29
+ brew install --HEAD mpv-player/mpv/libass-ct
30
+ brew install mpv
31
+
24
32
  Then simply do:
25
33
 
26
- [sudo] gem install lolcommits
34
+ [sudo] gem install lolcommits-mpv
27
35
 
28
36
  (If you're using RVM, you can/should probably omit the sudo, but the default MacOSX Ruby install is dumb and requires it.)
29
37
 
@@ -34,12 +42,12 @@ Install dependencies using your package manager of choice, for example in Arch:
34
42
 
35
43
  Then install the lolcommits gem:
36
44
 
37
- gem install lolcommits
45
+ gem install lolcommits-mpv
38
46
 
39
- For more details, see [Installing on Linux](https://github.com/mroth/lolcommits/wiki/Installing-on-Linux).
47
+ For more details, see [Installing on Linux](https://github.com/rejuvyesh/lolcommits-mpv/wiki/Installing-on-Linux).
40
48
 
41
49
  ### Windows
42
- Here be dragons! It all works but you'll need some more detailed instructions to get the dependencies installed. See the wiki page for [Installing on Windows](https://github.com/mroth/lolcommits/wiki/Installing-on-Windows).
50
+ Here be dragons! It all works but you'll need some more detailed instructions to get the dependencies installed. See the wiki page for [Installing on Windows](https://github.com/rejuvyesh/lolcommits-mpv/wiki/Installing-on-Windows).
43
51
 
44
52
  ## Usage
45
53
  ### Enabling and basic usage
@@ -75,7 +83,7 @@ Or they can be set via the following arguments in the capture command (located i
75
83
  * `--fork`
76
84
  * `--stealth`
77
85
 
78
- Read how to [configure commit capturing](https://github.com/mroth/lolcommits/wiki/Configure-Commit-Capturing) for more details.
86
+ Read how to [configure commit capturing](https://github.com/rejuvyesh/lolcommits-mpv/wiki/Configure-Commit-Capturing) for more details.
79
87
 
80
88
  ### Animated Gif Capturing
81
89
  Animated gifs (Mac/OSX only) can take a while to generate (depending on the number of seconds you capture and the capabilities of your machine). `ffmpeg` is required and can be installed with brew like so;
@@ -89,10 +97,10 @@ If you find capturing an animated gif takes too long, try setting the `LOLCOMMIT
89
97
  ![Example animated lolcommit gif](http://cdn2.usa.bugleblogs.com/blogs/000/000/003/de0eb9aa695.gif "Example animated lolcommit gif")
90
98
 
91
99
  ### Plugins
92
- There are a growing amount of plugins for lolcommits to enable things like Twitter upload, translating your commit messages to lolspeak, etc. Check them out on the [plugins page](https://github.com/mroth/lolcommits/wiki/Configuring-Plugins).
100
+ There are a growing amount of plugins for lolcommits to enable things like Twitter upload, translating your commit messages to lolspeak, etc. Check them out on the [plugins page](https://github.com/rejuvyesh/lolcommits-mpv/wiki/Configuring-Plugins).
93
101
 
94
102
  ## Troubles?
95
- Started a [FAQ](https://github.com/mroth/lolcommits/wiki/FAQ). Or take a read through the the [wiki](https://github.com/mroth/lolcommits/wiki)
103
+ Started a [FAQ](https://github.com/rejuvyesh/lolcommits-mpv/wiki/FAQ). Or take a read through the the [wiki](https://github.com/rejuvyesh/lolcommits-mpv/wiki)
96
104
 
97
105
  ## Timelapse?
98
106
  To watch your face as it decays while you program, you can create a quick mpeg of all your lolcommits snapshots (if you have `imagemagick` and `ffmpeg` installed):
@@ -1,3 +1,3 @@
1
1
  module Lolcommits
2
- VERSION = "0.5.2"
2
+ VERSION = "0.5.3"
3
3
  end
@@ -22,10 +22,10 @@ Gem::Specification.new do |s|
22
22
  s.add_runtime_dependency('mini_magick', '~> 3.5')
23
23
  s.add_runtime_dependency('git', '~> 1.2.5')
24
24
  s.add_runtime_dependency('choice', '~> 0.1.6')
25
- s.add_runtime_dependency('launchy', '~> 2.2.0')
25
+ s.add_runtime_dependency('launchy')
26
26
  s.add_runtime_dependency('methadone', '~> 1.2.4')
27
27
  s.add_runtime_dependency('open4', '~> 1.3.0')
28
- s.add_runtime_dependency('activesupport', '~> 3.2.12')
28
+ s.add_runtime_dependency('activesupport')
29
29
 
30
30
  # development dependencies
31
31
  s.add_development_dependency('rdoc')
@@ -43,6 +43,6 @@ Gem::Specification.new do |s|
43
43
  s.add_runtime_dependency('httmultiparty') #dot_com
44
44
  s.add_runtime_dependency('httparty', "~> 0.11.0") #dot_com
45
45
  s.add_runtime_dependency('json', '~> 1.7.6') #lolsrv
46
- s.add_runtime_dependency('mime-types', '~> 1.25')
46
+ s.add_runtime_dependency('mime-types')
47
47
 
48
48
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lolcommits-mpv
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew Rothenberg
@@ -9,302 +9,302 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-12-11 00:00:00.000000000 Z
12
+ date: 2013-12-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: mini_magick
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  requirements:
18
- - - "~>"
18
+ - - ~>
19
19
  - !ruby/object:Gem::Version
20
20
  version: '3.5'
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
- - - "~>"
25
+ - - ~>
26
26
  - !ruby/object:Gem::Version
27
27
  version: '3.5'
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: git
30
30
  requirement: !ruby/object:Gem::Requirement
31
31
  requirements:
32
- - - "~>"
32
+ - - ~>
33
33
  - !ruby/object:Gem::Version
34
34
  version: 1.2.5
35
35
  type: :runtime
36
36
  prerelease: false
37
37
  version_requirements: !ruby/object:Gem::Requirement
38
38
  requirements:
39
- - - "~>"
39
+ - - ~>
40
40
  - !ruby/object:Gem::Version
41
41
  version: 1.2.5
42
42
  - !ruby/object:Gem::Dependency
43
43
  name: choice
44
44
  requirement: !ruby/object:Gem::Requirement
45
45
  requirements:
46
- - - "~>"
46
+ - - ~>
47
47
  - !ruby/object:Gem::Version
48
48
  version: 0.1.6
49
49
  type: :runtime
50
50
  prerelease: false
51
51
  version_requirements: !ruby/object:Gem::Requirement
52
52
  requirements:
53
- - - "~>"
53
+ - - ~>
54
54
  - !ruby/object:Gem::Version
55
55
  version: 0.1.6
56
56
  - !ruby/object:Gem::Dependency
57
57
  name: launchy
58
58
  requirement: !ruby/object:Gem::Requirement
59
59
  requirements:
60
- - - "~>"
60
+ - - '>='
61
61
  - !ruby/object:Gem::Version
62
- version: 2.2.0
62
+ version: '0'
63
63
  type: :runtime
64
64
  prerelease: false
65
65
  version_requirements: !ruby/object:Gem::Requirement
66
66
  requirements:
67
- - - "~>"
67
+ - - '>='
68
68
  - !ruby/object:Gem::Version
69
- version: 2.2.0
69
+ version: '0'
70
70
  - !ruby/object:Gem::Dependency
71
71
  name: methadone
72
72
  requirement: !ruby/object:Gem::Requirement
73
73
  requirements:
74
- - - "~>"
74
+ - - ~>
75
75
  - !ruby/object:Gem::Version
76
76
  version: 1.2.4
77
77
  type: :runtime
78
78
  prerelease: false
79
79
  version_requirements: !ruby/object:Gem::Requirement
80
80
  requirements:
81
- - - "~>"
81
+ - - ~>
82
82
  - !ruby/object:Gem::Version
83
83
  version: 1.2.4
84
84
  - !ruby/object:Gem::Dependency
85
85
  name: open4
86
86
  requirement: !ruby/object:Gem::Requirement
87
87
  requirements:
88
- - - "~>"
88
+ - - ~>
89
89
  - !ruby/object:Gem::Version
90
90
  version: 1.3.0
91
91
  type: :runtime
92
92
  prerelease: false
93
93
  version_requirements: !ruby/object:Gem::Requirement
94
94
  requirements:
95
- - - "~>"
95
+ - - ~>
96
96
  - !ruby/object:Gem::Version
97
97
  version: 1.3.0
98
98
  - !ruby/object:Gem::Dependency
99
99
  name: activesupport
100
100
  requirement: !ruby/object:Gem::Requirement
101
101
  requirements:
102
- - - "~>"
102
+ - - '>='
103
103
  - !ruby/object:Gem::Version
104
- version: 3.2.12
104
+ version: '0'
105
105
  type: :runtime
106
106
  prerelease: false
107
107
  version_requirements: !ruby/object:Gem::Requirement
108
108
  requirements:
109
- - - "~>"
109
+ - - '>='
110
110
  - !ruby/object:Gem::Version
111
- version: 3.2.12
111
+ version: '0'
112
112
  - !ruby/object:Gem::Dependency
113
113
  name: rdoc
114
114
  requirement: !ruby/object:Gem::Requirement
115
115
  requirements:
116
- - - ">="
116
+ - - '>='
117
117
  - !ruby/object:Gem::Version
118
118
  version: '0'
119
119
  type: :development
120
120
  prerelease: false
121
121
  version_requirements: !ruby/object:Gem::Requirement
122
122
  requirements:
123
- - - ">="
123
+ - - '>='
124
124
  - !ruby/object:Gem::Version
125
125
  version: '0'
126
126
  - !ruby/object:Gem::Dependency
127
127
  name: aruba
128
128
  requirement: !ruby/object:Gem::Requirement
129
129
  requirements:
130
- - - "~>"
130
+ - - ~>
131
131
  - !ruby/object:Gem::Version
132
132
  version: 0.5.1
133
133
  type: :development
134
134
  prerelease: false
135
135
  version_requirements: !ruby/object:Gem::Requirement
136
136
  requirements:
137
- - - "~>"
137
+ - - ~>
138
138
  - !ruby/object:Gem::Version
139
139
  version: 0.5.1
140
140
  - !ruby/object:Gem::Dependency
141
141
  name: rake
142
142
  requirement: !ruby/object:Gem::Requirement
143
143
  requirements:
144
- - - "~>"
144
+ - - ~>
145
145
  - !ruby/object:Gem::Version
146
146
  version: 10.0.2
147
147
  type: :development
148
148
  prerelease: false
149
149
  version_requirements: !ruby/object:Gem::Requirement
150
150
  requirements:
151
- - - "~>"
151
+ - - ~>
152
152
  - !ruby/object:Gem::Version
153
153
  version: 10.0.2
154
154
  - !ruby/object:Gem::Dependency
155
155
  name: fivemat
156
156
  requirement: !ruby/object:Gem::Requirement
157
157
  requirements:
158
- - - ">="
158
+ - - '>='
159
159
  - !ruby/object:Gem::Version
160
160
  version: '0'
161
161
  type: :development
162
162
  prerelease: false
163
163
  version_requirements: !ruby/object:Gem::Requirement
164
164
  requirements:
165
- - - ">="
165
+ - - '>='
166
166
  - !ruby/object:Gem::Version
167
167
  version: '0'
168
168
  - !ruby/object:Gem::Dependency
169
169
  name: faker
170
170
  requirement: !ruby/object:Gem::Requirement
171
171
  requirements:
172
- - - ">="
172
+ - - '>='
173
173
  - !ruby/object:Gem::Version
174
174
  version: '0'
175
175
  type: :development
176
176
  prerelease: false
177
177
  version_requirements: !ruby/object:Gem::Requirement
178
178
  requirements:
179
- - - ">="
179
+ - - '>='
180
180
  - !ruby/object:Gem::Version
181
181
  version: '0'
182
182
  - !ruby/object:Gem::Dependency
183
183
  name: travis
184
184
  requirement: !ruby/object:Gem::Requirement
185
185
  requirements:
186
- - - ">="
186
+ - - '>='
187
187
  - !ruby/object:Gem::Version
188
188
  version: '0'
189
189
  type: :development
190
190
  prerelease: false
191
191
  version_requirements: !ruby/object:Gem::Requirement
192
192
  requirements:
193
- - - ">="
193
+ - - '>='
194
194
  - !ruby/object:Gem::Version
195
195
  version: '0'
196
196
  - !ruby/object:Gem::Dependency
197
197
  name: coveralls
198
198
  requirement: !ruby/object:Gem::Requirement
199
199
  requirements:
200
- - - ">="
200
+ - - '>='
201
201
  - !ruby/object:Gem::Version
202
202
  version: '0'
203
203
  type: :development
204
204
  prerelease: false
205
205
  version_requirements: !ruby/object:Gem::Requirement
206
206
  requirements:
207
- - - ">="
207
+ - - '>='
208
208
  - !ruby/object:Gem::Version
209
209
  version: '0'
210
210
  - !ruby/object:Gem::Dependency
211
211
  name: twitter
212
212
  requirement: !ruby/object:Gem::Requirement
213
213
  requirements:
214
- - - "~>"
214
+ - - ~>
215
215
  - !ruby/object:Gem::Version
216
216
  version: 4.8.1
217
217
  type: :runtime
218
218
  prerelease: false
219
219
  version_requirements: !ruby/object:Gem::Requirement
220
220
  requirements:
221
- - - "~>"
221
+ - - ~>
222
222
  - !ruby/object:Gem::Version
223
223
  version: 4.8.1
224
224
  - !ruby/object:Gem::Dependency
225
225
  name: oauth
226
226
  requirement: !ruby/object:Gem::Requirement
227
227
  requirements:
228
- - - ">="
228
+ - - '>='
229
229
  - !ruby/object:Gem::Version
230
230
  version: '0'
231
231
  type: :runtime
232
232
  prerelease: false
233
233
  version_requirements: !ruby/object:Gem::Requirement
234
234
  requirements:
235
- - - ">="
235
+ - - '>='
236
236
  - !ruby/object:Gem::Version
237
237
  version: '0'
238
238
  - !ruby/object:Gem::Dependency
239
239
  name: rest-client
240
240
  requirement: !ruby/object:Gem::Requirement
241
241
  requirements:
242
- - - ">="
242
+ - - '>='
243
243
  - !ruby/object:Gem::Version
244
244
  version: '0'
245
245
  type: :runtime
246
246
  prerelease: false
247
247
  version_requirements: !ruby/object:Gem::Requirement
248
248
  requirements:
249
- - - ">="
249
+ - - '>='
250
250
  - !ruby/object:Gem::Version
251
251
  version: '0'
252
252
  - !ruby/object:Gem::Dependency
253
253
  name: httmultiparty
254
254
  requirement: !ruby/object:Gem::Requirement
255
255
  requirements:
256
- - - ">="
256
+ - - '>='
257
257
  - !ruby/object:Gem::Version
258
258
  version: '0'
259
259
  type: :runtime
260
260
  prerelease: false
261
261
  version_requirements: !ruby/object:Gem::Requirement
262
262
  requirements:
263
- - - ">="
263
+ - - '>='
264
264
  - !ruby/object:Gem::Version
265
265
  version: '0'
266
266
  - !ruby/object:Gem::Dependency
267
267
  name: httparty
268
268
  requirement: !ruby/object:Gem::Requirement
269
269
  requirements:
270
- - - "~>"
270
+ - - ~>
271
271
  - !ruby/object:Gem::Version
272
272
  version: 0.11.0
273
273
  type: :runtime
274
274
  prerelease: false
275
275
  version_requirements: !ruby/object:Gem::Requirement
276
276
  requirements:
277
- - - "~>"
277
+ - - ~>
278
278
  - !ruby/object:Gem::Version
279
279
  version: 0.11.0
280
280
  - !ruby/object:Gem::Dependency
281
281
  name: json
282
282
  requirement: !ruby/object:Gem::Requirement
283
283
  requirements:
284
- - - "~>"
284
+ - - ~>
285
285
  - !ruby/object:Gem::Version
286
286
  version: 1.7.6
287
287
  type: :runtime
288
288
  prerelease: false
289
289
  version_requirements: !ruby/object:Gem::Requirement
290
290
  requirements:
291
- - - "~>"
291
+ - - ~>
292
292
  - !ruby/object:Gem::Version
293
293
  version: 1.7.6
294
294
  - !ruby/object:Gem::Dependency
295
295
  name: mime-types
296
296
  requirement: !ruby/object:Gem::Requirement
297
297
  requirements:
298
- - - "~>"
298
+ - - '>='
299
299
  - !ruby/object:Gem::Version
300
- version: '1.25'
300
+ version: '0'
301
301
  type: :runtime
302
302
  prerelease: false
303
303
  version_requirements: !ruby/object:Gem::Requirement
304
304
  requirements:
305
- - - "~>"
305
+ - - '>='
306
306
  - !ruby/object:Gem::Version
307
- version: '1.25'
307
+ version: '0'
308
308
  description: Takes a snapshot with your webcam every time you git commit code, and
309
309
  archives a lolcat style image with it.
310
310
  email:
@@ -314,9 +314,9 @@ executables:
314
314
  extensions: []
315
315
  extra_rdoc_files: []
316
316
  files:
317
- - ".coveralls.yml"
318
- - ".gitignore"
319
- - ".travis.yml"
317
+ - .coveralls.yml
318
+ - .gitignore
319
+ - .travis.yml
320
320
  - CHANGELOG
321
321
  - CONTRIBUTING
322
322
  - Gemfile
@@ -372,17 +372,17 @@ require_paths:
372
372
  - lib
373
373
  required_ruby_version: !ruby/object:Gem::Requirement
374
374
  requirements:
375
- - - ">="
375
+ - - '>='
376
376
  - !ruby/object:Gem::Version
377
377
  version: '0'
378
378
  required_rubygems_version: !ruby/object:Gem::Requirement
379
379
  requirements:
380
- - - ">="
380
+ - - '>='
381
381
  - !ruby/object:Gem::Version
382
382
  version: '0'
383
383
  requirements: []
384
384
  rubyforge_project: lolcommits-mpv
385
- rubygems_version: 2.0.14
385
+ rubygems_version: 2.1.11
386
386
  signing_key:
387
387
  specification_version: 4
388
388
  summary: Capture webcam image on git commit for lulz.