lolcommits 0.5.0 → 0.5.1.pre2
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.
- data/.travis.yml +13 -1
- data/CHANGELOG +7 -0
- data/README.md +5 -4
- data/bin/lolcommits +15 -11
- data/features/lolcommits.feature +14 -0
- data/features/step_definitions/lolcommits_steps.rb +4 -0
- data/lib/lolcommits.rb +1 -0
- data/lib/lolcommits/capture_cygwin.rb +20 -0
- data/lib/lolcommits/capture_windows.rb +2 -0
- data/lib/lolcommits/configuration.rb +6 -0
- data/lib/lolcommits/runner.rb +3 -3
- data/lib/lolcommits/version.rb +1 -1
- data/lolcommits.gemspec +3 -0
- metadata +110 -22
- checksums.yaml +0 -7
data/.travis.yml
CHANGED
|
@@ -6,10 +6,10 @@ rvm:
|
|
|
6
6
|
- 2.0.0
|
|
7
7
|
|
|
8
8
|
before_install:
|
|
9
|
-
# imagemagick is installed by default on normal travis image now
|
|
10
9
|
- sudo apt-get update -qq
|
|
11
10
|
- sudo apt-get install -qq -y mplayer
|
|
12
11
|
- sudo apt-get install ffmpeg
|
|
12
|
+
# imagemagick is installed by default on normal travis image now
|
|
13
13
|
# - sudo apt-get install -qq -y imagemagick libmagickwand-dev
|
|
14
14
|
|
|
15
15
|
# matrix:
|
|
@@ -19,3 +19,15 @@ before_install:
|
|
|
19
19
|
branches:
|
|
20
20
|
except:
|
|
21
21
|
- gh-pages
|
|
22
|
+
|
|
23
|
+
notifications:
|
|
24
|
+
irc: "chat.freenode.net#lolcommits"
|
|
25
|
+
|
|
26
|
+
deploy:
|
|
27
|
+
provider: rubygems
|
|
28
|
+
api_key:
|
|
29
|
+
secure: Y7FFOMDahITtHYRV3UQAw+BA2JbqoArN/Ii9PUTU6RaLmTIvpZBzqtvR3r8ah3SdXNh0Cx10gVf0pRc6HXKTNQdwMWCkOQwukAb+9kLDKFxl3x+w4X2u6yWmtsyNMTWK1gF4hEF1IHnsdg2dYEoFfE2M5bHex85ND/Q6820sPa8=
|
|
30
|
+
gem: lolcommits
|
|
31
|
+
on:
|
|
32
|
+
tags: true
|
|
33
|
+
repo: mroth/lolcommits
|
data/CHANGELOG
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
0.x.x (in development)
|
|
2
2
|
* TODO: figure out problems with GUI clients
|
|
3
3
|
|
|
4
|
+
0.5.1 (10 November 2013)
|
|
5
|
+
* Fix JSON gem issue #163 (@matthutchinson, #171)
|
|
6
|
+
* Enable image capture under Cygwin (@cwc, #105)
|
|
7
|
+
* Add Ruby PATH to post-commit hook (@matthutchinson, #155)
|
|
8
|
+
* "Stealth mode" where no notification is given (@sionide21, #156)
|
|
9
|
+
* BUGFIX: comparison error for animate (@Yabes, #151)
|
|
10
|
+
|
|
4
11
|
0.5.0 (10 September 2013)
|
|
5
12
|
* better handling of LOLCOMMITS_DELAY (thx @leewillis77, #125)
|
|
6
13
|
* LOLCOMMITS_DEVICE support on Linux (thx @EbenezerEdelman, #139)
|
data/README.md
CHANGED
|
@@ -12,7 +12,7 @@ By default, the lolimages are stored by a Github style short SHA in a `~/.lolcom
|
|
|
12
12
|
## Sample images
|
|
13
13
|
<img src="http://blog.mroth.info/images/postcontent/yearinsideprojects/lolcommits_users2.jpg" />
|
|
14
14
|
|
|
15
|
-
Please add your own lolcommit! Add to the [People Using Lolcommits](https://github.com/mroth/lolcommits/wiki/
|
|
15
|
+
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.
|
|
16
16
|
|
|
17
17
|
## Installation
|
|
18
18
|
### Mac OS X
|
|
@@ -60,8 +60,9 @@ environment variables.
|
|
|
60
60
|
* Animated gifs - set `LOLCOMMITS_ANIMATE=3` (currently Mac/OSX only and requires `ffmpeg`).
|
|
61
61
|
* Fork lolcommits runner - set `LOLCOMMITS_FORK` environment variable
|
|
62
62
|
(causes capturing command to fork to a new process, speedily returning you to your terminal).
|
|
63
|
+
* Disable the notification at commit time - set `LOLCOMMITS_STEALTH` environment variable.
|
|
63
64
|
|
|
64
|
-
|
|
65
|
+
Read the [available environment variables](https://github.com/mroth/lolcommits/wiki/Available-Environment-Variables) for more information.
|
|
65
66
|
|
|
66
67
|
### Animated Gif Capturing
|
|
67
68
|
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;
|
|
@@ -75,10 +76,10 @@ If you find capturing an animated gif takes too long, try setting the `LOLCOMMIT
|
|
|
75
76
|

|
|
76
77
|
|
|
77
78
|
### Plugins
|
|
78
|
-
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
|
|
79
|
+
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).
|
|
79
80
|
|
|
80
81
|
## Troubles?
|
|
81
|
-
Started a [FAQ](https://github.com/mroth/lolcommits/wiki/FAQ).
|
|
82
|
+
Started a [FAQ](https://github.com/mroth/lolcommits/wiki/FAQ). Or take a read through the the [wiki](https://github.com/mroth/lolcommits/wiki)
|
|
82
83
|
|
|
83
84
|
## Timelapse?
|
|
84
85
|
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):
|
data/bin/lolcommits
CHANGED
|
@@ -18,12 +18,6 @@ include Methadone::CLILogging
|
|
|
18
18
|
# CHECK FOR FURTHER DEPENDENCIES
|
|
19
19
|
#
|
|
20
20
|
|
|
21
|
-
# which replacement http://stackoverflow.com/q/2108727
|
|
22
|
-
def command?(name)
|
|
23
|
-
`which #{name}`
|
|
24
|
-
$?.success?
|
|
25
|
-
end
|
|
26
|
-
|
|
27
21
|
def die_on_fatal_conditions!
|
|
28
22
|
if Configuration.is_mac?
|
|
29
23
|
%w(imagesnap videosnap).each do |executable|
|
|
@@ -33,7 +27,7 @@ def die_on_fatal_conditions!
|
|
|
33
27
|
end
|
|
34
28
|
end
|
|
35
29
|
elsif Configuration.is_linux?
|
|
36
|
-
if not
|
|
30
|
+
if not Configuration.command_which('mplayer')
|
|
37
31
|
fatal "Couldn't find mplayer in your PATH!"
|
|
38
32
|
exit 1
|
|
39
33
|
end
|
|
@@ -101,7 +95,9 @@ def do_enable
|
|
|
101
95
|
exit 1
|
|
102
96
|
end
|
|
103
97
|
|
|
104
|
-
|
|
98
|
+
ruby_path = Lolcommits::Configuration.command_which('ruby')
|
|
99
|
+
hook_export = "export PATH=\"#{ruby_path}:$PATH\"\n" if ruby_path
|
|
100
|
+
doc = "#!/bin/sh\n#{hook_export}lolcommits --capture\n"
|
|
105
101
|
File.open(HOOK_PATH, 'w') {|f| f.write(doc) }
|
|
106
102
|
FileUtils.chmod 0755, HOOK_PATH
|
|
107
103
|
info "installed lolcommmit hook as:"
|
|
@@ -142,15 +138,17 @@ end
|
|
|
142
138
|
# IF --CAPTURE, DO CAPTURE
|
|
143
139
|
#
|
|
144
140
|
def do_capture
|
|
145
|
-
capture_delay
|
|
146
|
-
|
|
147
|
-
|
|
141
|
+
capture_delay = Choice.choices[:delay] || ENV['LOLCOMMITS_DELAY'] || 0
|
|
142
|
+
capture_stealth = Choice.choices[:stealth] || ENV['LOLCOMMITS_STEALTH'] || nil
|
|
143
|
+
capture_device = Choice.choices[:device] || ENV['LOLCOMMITS_DEVICE'] || nil
|
|
144
|
+
capture_font = Choice.choices[:font] || ENV['LOLCOMMITS_FONT'] || nil
|
|
148
145
|
|
|
149
146
|
fork_me? do
|
|
150
147
|
if Choice.choices[:test]
|
|
151
148
|
info "*** Capturing in test mode."
|
|
152
149
|
runner = Lolcommits::Runner.new(
|
|
153
150
|
:capture_delay => capture_delay,
|
|
151
|
+
:capture_stealth => capture_stealth,
|
|
154
152
|
:capture_device => capture_device,
|
|
155
153
|
:capture_animate => capture_animate,
|
|
156
154
|
:message => Choice.choices[:msg],
|
|
@@ -164,6 +162,7 @@ def do_capture
|
|
|
164
162
|
else
|
|
165
163
|
runner = Lolcommits::Runner.new(
|
|
166
164
|
:capture_delay => capture_delay,
|
|
165
|
+
:capture_stealth => capture_stealth,
|
|
167
166
|
:capture_device => capture_device,
|
|
168
167
|
:capture_animate => capture_animate,
|
|
169
168
|
:config => configuration,
|
|
@@ -325,6 +324,11 @@ Choice.options do
|
|
|
325
324
|
short '-w'
|
|
326
325
|
end
|
|
327
326
|
|
|
327
|
+
option :stealth do
|
|
328
|
+
long "--stealth"
|
|
329
|
+
desc "capture image in stealth mode"
|
|
330
|
+
end
|
|
331
|
+
|
|
328
332
|
option :device do
|
|
329
333
|
long "--device=DEVICE"
|
|
330
334
|
desc "the device name used to take the snapshot (only mac/linux)"
|
data/features/lolcommits.feature
CHANGED
|
@@ -69,6 +69,20 @@ Feature: Basic UI functionality
|
|
|
69
69
|
And a directory named "../../.lolcommits/subdir" should not exist
|
|
70
70
|
And there should be exactly 1 jpg in "../../.lolcommits/testcapture"
|
|
71
71
|
|
|
72
|
+
Scenario: Stealth mode does not alert the user
|
|
73
|
+
Given I am in a git repository named "teststealth"
|
|
74
|
+
And I do a git commit
|
|
75
|
+
When I run `lolcommits --stealth --capture`
|
|
76
|
+
Then the output should not contain "*** Preserving this moment in history."
|
|
77
|
+
And there should be exactly 1 jpg in "../.lolcommits/teststealth"
|
|
78
|
+
|
|
79
|
+
Scenario: Commiting in stealth mode triggers successful capture without alerting the committer
|
|
80
|
+
Given I am in a git repository named "teststealth" with lolcommits enabled
|
|
81
|
+
And I have environment variable LOLCOMMITS_STEALTH set to 1
|
|
82
|
+
When I do a git commit
|
|
83
|
+
Then the output should not contain "*** Preserving this moment in history."
|
|
84
|
+
And there should be exactly 1 jpg in "../.lolcommits/teststealth"
|
|
85
|
+
|
|
72
86
|
Scenario: Show plugins
|
|
73
87
|
When I successfully run `lolcommits --plugins`
|
|
74
88
|
Then the output should contain a list of plugins
|
|
@@ -46,6 +46,10 @@ Given /^I am in a git repository named "(.*?)" with lolcommits enabled$/ do |rep
|
|
|
46
46
|
}
|
|
47
47
|
end
|
|
48
48
|
|
|
49
|
+
Given /^I have environment variable (.*?) set to (.*?)$/ do |var, value|
|
|
50
|
+
set_env var, value
|
|
51
|
+
end
|
|
52
|
+
|
|
49
53
|
When /^I run `(.*?)` and wait for output$/ do |command|
|
|
50
54
|
command = "cd #{current_dir} && #{command}"
|
|
51
55
|
@stdin, @stdout, @stderr = Open3.popen3(command)
|
data/lib/lolcommits.rb
CHANGED
|
@@ -18,6 +18,7 @@ require 'lolcommits/capture_mac'
|
|
|
18
18
|
require 'lolcommits/capture_mac_animated'
|
|
19
19
|
require 'lolcommits/capture_linux'
|
|
20
20
|
require 'lolcommits/capture_windows'
|
|
21
|
+
require 'lolcommits/capture_cygwin'
|
|
21
22
|
require 'lolcommits/capture_fake'
|
|
22
23
|
require 'lolcommits/git_info'
|
|
23
24
|
require 'lolcommits/plugin'
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
module Lolcommits
|
|
2
|
+
class CaptureCygwin < Capturer
|
|
3
|
+
def capture
|
|
4
|
+
commandcam_exe = File.join Configuration::LOLCOMMITS_ROOT, "vendor", "ext", "CommandCam", "CommandCam.exe"
|
|
5
|
+
# DirectShow takes a while to show... at least for me anyway
|
|
6
|
+
delaycmd = " /delay 3000"
|
|
7
|
+
if capture_delay > 0
|
|
8
|
+
# CommandCam delay is in milliseconds
|
|
9
|
+
delaycmd = " /delay #{capture_delay * 1000}"
|
|
10
|
+
end
|
|
11
|
+
|
|
12
|
+
_, r, _ = Open3.popen3("#{commandcam_exe} /filename `cygpath -w #{snapshot_location}`#{delaycmd}")
|
|
13
|
+
|
|
14
|
+
# looks like we still need to read the output for something to happen
|
|
15
|
+
r.read
|
|
16
|
+
end
|
|
17
|
+
|
|
18
|
+
end
|
|
19
|
+
|
|
20
|
+
end
|
|
@@ -8,7 +8,9 @@ module Lolcommits
|
|
|
8
8
|
# CommandCam delay is in milliseconds
|
|
9
9
|
delaycmd = " /delay #{capture_delay * 1000}"
|
|
10
10
|
end
|
|
11
|
+
|
|
11
12
|
_, r, _ = Open3.popen3("#{commandcam_exe} /filename #{snapshot_location}#{delaycmd}")
|
|
13
|
+
|
|
12
14
|
# looks like we still need to read the output for something to happen
|
|
13
15
|
r.read
|
|
14
16
|
end
|
|
@@ -21,6 +21,8 @@ module Lolcommits
|
|
|
21
21
|
'Linux'
|
|
22
22
|
elsif is_windows?
|
|
23
23
|
'Windows'
|
|
24
|
+
elsif is_cygwin?
|
|
25
|
+
'Cygwin'
|
|
24
26
|
else
|
|
25
27
|
raise "Unknown / Unsupported Platform."
|
|
26
28
|
end
|
|
@@ -151,6 +153,10 @@ module Lolcommits
|
|
|
151
153
|
!! RUBY_PLATFORM.match(/(win|w)32/)
|
|
152
154
|
end
|
|
153
155
|
|
|
156
|
+
def self.is_cygwin?
|
|
157
|
+
RUBY_PLATFORM.to_s.downcase.include?("cygwin")
|
|
158
|
+
end
|
|
159
|
+
|
|
154
160
|
def self.is_fakecapture?
|
|
155
161
|
(ENV['LOLCOMMITS_FAKECAPTURE'] == '1' || false)
|
|
156
162
|
end
|
data/lib/lolcommits/runner.rb
CHANGED
|
@@ -2,7 +2,7 @@ module Lolcommits
|
|
|
2
2
|
PLUGINS = Lolcommits::Plugin.subclasses
|
|
3
3
|
|
|
4
4
|
class Runner
|
|
5
|
-
attr_accessor :capture_delay, :capture_device, :message, :sha,
|
|
5
|
+
attr_accessor :capture_delay, :capture_stealth, :capture_device, :message, :sha,
|
|
6
6
|
:snapshot_loc, :main_image, :repo, :config, :repo_internal_path,
|
|
7
7
|
:font, :capture_animate
|
|
8
8
|
|
|
@@ -38,7 +38,7 @@ module Lolcommits
|
|
|
38
38
|
die_if_rebasing!
|
|
39
39
|
|
|
40
40
|
run_callbacks :run do
|
|
41
|
-
puts "*** Preserving this moment in history."
|
|
41
|
+
puts "*** Preserving this moment in history." unless capture_stealth
|
|
42
42
|
self.snapshot_loc = self.config.raw_image(image_file_type)
|
|
43
43
|
self.main_image = self.config.main_image(self.sha, image_file_type)
|
|
44
44
|
capturer = capturer_class.new(
|
|
@@ -56,7 +56,7 @@ module Lolcommits
|
|
|
56
56
|
end
|
|
57
57
|
|
|
58
58
|
def animate?
|
|
59
|
-
capture_animate && (capture_animate > 0)
|
|
59
|
+
capture_animate && (capture_animate.to_i > 0)
|
|
60
60
|
end
|
|
61
61
|
|
|
62
62
|
private
|
data/lib/lolcommits/version.rb
CHANGED
data/lolcommits.gemspec
CHANGED
|
@@ -33,12 +33,15 @@ Gem::Specification.new do |s|
|
|
|
33
33
|
s.add_development_dependency('rake',' ~> 10.0.2')
|
|
34
34
|
s.add_development_dependency('fivemat')
|
|
35
35
|
s.add_development_dependency('faker')
|
|
36
|
+
s.add_development_dependency('travis')
|
|
36
37
|
|
|
37
38
|
# plugin dependencies
|
|
38
39
|
s.add_runtime_dependency('twitter') #twitter
|
|
39
40
|
s.add_runtime_dependency('oauth') #twitter
|
|
40
41
|
s.add_runtime_dependency('rest-client') #uploldz
|
|
41
42
|
s.add_runtime_dependency('httmultiparty') #dot_com
|
|
43
|
+
s.add_runtime_dependency('httparty', "~> 0.11.0") #dot_com
|
|
42
44
|
s.add_runtime_dependency('json', '~> 1.7.6') #lolsrv
|
|
45
|
+
s.add_runtime_dependency('mime-types', '~> 1.25')
|
|
43
46
|
|
|
44
47
|
end
|
metadata
CHANGED
|
@@ -1,18 +1,20 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lolcommits
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.1.pre2
|
|
5
|
+
prerelease: 6
|
|
5
6
|
platform: ruby
|
|
6
7
|
authors:
|
|
7
8
|
- Matthew Rothenberg
|
|
8
9
|
autorequire:
|
|
9
10
|
bindir: bin
|
|
10
11
|
cert_chain: []
|
|
11
|
-
date: 2013-
|
|
12
|
+
date: 2013-11-12 00:00:00.000000000 Z
|
|
12
13
|
dependencies:
|
|
13
14
|
- !ruby/object:Gem::Dependency
|
|
14
15
|
name: mini_magick
|
|
15
16
|
requirement: !ruby/object:Gem::Requirement
|
|
17
|
+
none: false
|
|
16
18
|
requirements:
|
|
17
19
|
- - ~>
|
|
18
20
|
- !ruby/object:Gem::Version
|
|
@@ -20,6 +22,7 @@ dependencies:
|
|
|
20
22
|
type: :runtime
|
|
21
23
|
prerelease: false
|
|
22
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
|
+
none: false
|
|
23
26
|
requirements:
|
|
24
27
|
- - ~>
|
|
25
28
|
- !ruby/object:Gem::Version
|
|
@@ -27,6 +30,7 @@ dependencies:
|
|
|
27
30
|
- !ruby/object:Gem::Dependency
|
|
28
31
|
name: git
|
|
29
32
|
requirement: !ruby/object:Gem::Requirement
|
|
33
|
+
none: false
|
|
30
34
|
requirements:
|
|
31
35
|
- - ~>
|
|
32
36
|
- !ruby/object:Gem::Version
|
|
@@ -34,6 +38,7 @@ dependencies:
|
|
|
34
38
|
type: :runtime
|
|
35
39
|
prerelease: false
|
|
36
40
|
version_requirements: !ruby/object:Gem::Requirement
|
|
41
|
+
none: false
|
|
37
42
|
requirements:
|
|
38
43
|
- - ~>
|
|
39
44
|
- !ruby/object:Gem::Version
|
|
@@ -41,6 +46,7 @@ dependencies:
|
|
|
41
46
|
- !ruby/object:Gem::Dependency
|
|
42
47
|
name: choice
|
|
43
48
|
requirement: !ruby/object:Gem::Requirement
|
|
49
|
+
none: false
|
|
44
50
|
requirements:
|
|
45
51
|
- - ~>
|
|
46
52
|
- !ruby/object:Gem::Version
|
|
@@ -48,6 +54,7 @@ dependencies:
|
|
|
48
54
|
type: :runtime
|
|
49
55
|
prerelease: false
|
|
50
56
|
version_requirements: !ruby/object:Gem::Requirement
|
|
57
|
+
none: false
|
|
51
58
|
requirements:
|
|
52
59
|
- - ~>
|
|
53
60
|
- !ruby/object:Gem::Version
|
|
@@ -55,6 +62,7 @@ dependencies:
|
|
|
55
62
|
- !ruby/object:Gem::Dependency
|
|
56
63
|
name: launchy
|
|
57
64
|
requirement: !ruby/object:Gem::Requirement
|
|
65
|
+
none: false
|
|
58
66
|
requirements:
|
|
59
67
|
- - ~>
|
|
60
68
|
- !ruby/object:Gem::Version
|
|
@@ -62,6 +70,7 @@ dependencies:
|
|
|
62
70
|
type: :runtime
|
|
63
71
|
prerelease: false
|
|
64
72
|
version_requirements: !ruby/object:Gem::Requirement
|
|
73
|
+
none: false
|
|
65
74
|
requirements:
|
|
66
75
|
- - ~>
|
|
67
76
|
- !ruby/object:Gem::Version
|
|
@@ -69,6 +78,7 @@ dependencies:
|
|
|
69
78
|
- !ruby/object:Gem::Dependency
|
|
70
79
|
name: methadone
|
|
71
80
|
requirement: !ruby/object:Gem::Requirement
|
|
81
|
+
none: false
|
|
72
82
|
requirements:
|
|
73
83
|
- - ~>
|
|
74
84
|
- !ruby/object:Gem::Version
|
|
@@ -76,6 +86,7 @@ dependencies:
|
|
|
76
86
|
type: :runtime
|
|
77
87
|
prerelease: false
|
|
78
88
|
version_requirements: !ruby/object:Gem::Requirement
|
|
89
|
+
none: false
|
|
79
90
|
requirements:
|
|
80
91
|
- - ~>
|
|
81
92
|
- !ruby/object:Gem::Version
|
|
@@ -83,6 +94,7 @@ dependencies:
|
|
|
83
94
|
- !ruby/object:Gem::Dependency
|
|
84
95
|
name: open4
|
|
85
96
|
requirement: !ruby/object:Gem::Requirement
|
|
97
|
+
none: false
|
|
86
98
|
requirements:
|
|
87
99
|
- - ~>
|
|
88
100
|
- !ruby/object:Gem::Version
|
|
@@ -90,6 +102,7 @@ dependencies:
|
|
|
90
102
|
type: :runtime
|
|
91
103
|
prerelease: false
|
|
92
104
|
version_requirements: !ruby/object:Gem::Requirement
|
|
105
|
+
none: false
|
|
93
106
|
requirements:
|
|
94
107
|
- - ~>
|
|
95
108
|
- !ruby/object:Gem::Version
|
|
@@ -97,6 +110,7 @@ dependencies:
|
|
|
97
110
|
- !ruby/object:Gem::Dependency
|
|
98
111
|
name: activesupport
|
|
99
112
|
requirement: !ruby/object:Gem::Requirement
|
|
113
|
+
none: false
|
|
100
114
|
requirements:
|
|
101
115
|
- - ~>
|
|
102
116
|
- !ruby/object:Gem::Version
|
|
@@ -104,6 +118,7 @@ dependencies:
|
|
|
104
118
|
type: :runtime
|
|
105
119
|
prerelease: false
|
|
106
120
|
version_requirements: !ruby/object:Gem::Requirement
|
|
121
|
+
none: false
|
|
107
122
|
requirements:
|
|
108
123
|
- - ~>
|
|
109
124
|
- !ruby/object:Gem::Version
|
|
@@ -111,20 +126,23 @@ dependencies:
|
|
|
111
126
|
- !ruby/object:Gem::Dependency
|
|
112
127
|
name: rdoc
|
|
113
128
|
requirement: !ruby/object:Gem::Requirement
|
|
129
|
+
none: false
|
|
114
130
|
requirements:
|
|
115
|
-
- - '>='
|
|
131
|
+
- - ! '>='
|
|
116
132
|
- !ruby/object:Gem::Version
|
|
117
133
|
version: '0'
|
|
118
134
|
type: :development
|
|
119
135
|
prerelease: false
|
|
120
136
|
version_requirements: !ruby/object:Gem::Requirement
|
|
137
|
+
none: false
|
|
121
138
|
requirements:
|
|
122
|
-
- - '>='
|
|
139
|
+
- - ! '>='
|
|
123
140
|
- !ruby/object:Gem::Version
|
|
124
141
|
version: '0'
|
|
125
142
|
- !ruby/object:Gem::Dependency
|
|
126
143
|
name: aruba
|
|
127
144
|
requirement: !ruby/object:Gem::Requirement
|
|
145
|
+
none: false
|
|
128
146
|
requirements:
|
|
129
147
|
- - ~>
|
|
130
148
|
- !ruby/object:Gem::Version
|
|
@@ -132,6 +150,7 @@ dependencies:
|
|
|
132
150
|
type: :development
|
|
133
151
|
prerelease: false
|
|
134
152
|
version_requirements: !ruby/object:Gem::Requirement
|
|
153
|
+
none: false
|
|
135
154
|
requirements:
|
|
136
155
|
- - ~>
|
|
137
156
|
- !ruby/object:Gem::Version
|
|
@@ -139,6 +158,7 @@ dependencies:
|
|
|
139
158
|
- !ruby/object:Gem::Dependency
|
|
140
159
|
name: rake
|
|
141
160
|
requirement: !ruby/object:Gem::Requirement
|
|
161
|
+
none: false
|
|
142
162
|
requirements:
|
|
143
163
|
- - ~>
|
|
144
164
|
- !ruby/object:Gem::Version
|
|
@@ -146,6 +166,7 @@ dependencies:
|
|
|
146
166
|
type: :development
|
|
147
167
|
prerelease: false
|
|
148
168
|
version_requirements: !ruby/object:Gem::Requirement
|
|
169
|
+
none: false
|
|
149
170
|
requirements:
|
|
150
171
|
- - ~>
|
|
151
172
|
- !ruby/object:Gem::Version
|
|
@@ -153,90 +174,135 @@ dependencies:
|
|
|
153
174
|
- !ruby/object:Gem::Dependency
|
|
154
175
|
name: fivemat
|
|
155
176
|
requirement: !ruby/object:Gem::Requirement
|
|
177
|
+
none: false
|
|
156
178
|
requirements:
|
|
157
|
-
- - '>='
|
|
179
|
+
- - ! '>='
|
|
158
180
|
- !ruby/object:Gem::Version
|
|
159
181
|
version: '0'
|
|
160
182
|
type: :development
|
|
161
183
|
prerelease: false
|
|
162
184
|
version_requirements: !ruby/object:Gem::Requirement
|
|
185
|
+
none: false
|
|
163
186
|
requirements:
|
|
164
|
-
- - '>='
|
|
187
|
+
- - ! '>='
|
|
165
188
|
- !ruby/object:Gem::Version
|
|
166
189
|
version: '0'
|
|
167
190
|
- !ruby/object:Gem::Dependency
|
|
168
191
|
name: faker
|
|
169
192
|
requirement: !ruby/object:Gem::Requirement
|
|
193
|
+
none: false
|
|
170
194
|
requirements:
|
|
171
|
-
- - '>='
|
|
195
|
+
- - ! '>='
|
|
172
196
|
- !ruby/object:Gem::Version
|
|
173
197
|
version: '0'
|
|
174
198
|
type: :development
|
|
175
199
|
prerelease: false
|
|
176
200
|
version_requirements: !ruby/object:Gem::Requirement
|
|
201
|
+
none: false
|
|
177
202
|
requirements:
|
|
178
|
-
- - '>='
|
|
203
|
+
- - ! '>='
|
|
204
|
+
- !ruby/object:Gem::Version
|
|
205
|
+
version: '0'
|
|
206
|
+
- !ruby/object:Gem::Dependency
|
|
207
|
+
name: travis
|
|
208
|
+
requirement: !ruby/object:Gem::Requirement
|
|
209
|
+
none: false
|
|
210
|
+
requirements:
|
|
211
|
+
- - ! '>='
|
|
212
|
+
- !ruby/object:Gem::Version
|
|
213
|
+
version: '0'
|
|
214
|
+
type: :development
|
|
215
|
+
prerelease: false
|
|
216
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
217
|
+
none: false
|
|
218
|
+
requirements:
|
|
219
|
+
- - ! '>='
|
|
179
220
|
- !ruby/object:Gem::Version
|
|
180
221
|
version: '0'
|
|
181
222
|
- !ruby/object:Gem::Dependency
|
|
182
223
|
name: twitter
|
|
183
224
|
requirement: !ruby/object:Gem::Requirement
|
|
225
|
+
none: false
|
|
184
226
|
requirements:
|
|
185
|
-
- - '>='
|
|
227
|
+
- - ! '>='
|
|
186
228
|
- !ruby/object:Gem::Version
|
|
187
229
|
version: '0'
|
|
188
230
|
type: :runtime
|
|
189
231
|
prerelease: false
|
|
190
232
|
version_requirements: !ruby/object:Gem::Requirement
|
|
233
|
+
none: false
|
|
191
234
|
requirements:
|
|
192
|
-
- - '>='
|
|
235
|
+
- - ! '>='
|
|
193
236
|
- !ruby/object:Gem::Version
|
|
194
237
|
version: '0'
|
|
195
238
|
- !ruby/object:Gem::Dependency
|
|
196
239
|
name: oauth
|
|
197
240
|
requirement: !ruby/object:Gem::Requirement
|
|
241
|
+
none: false
|
|
198
242
|
requirements:
|
|
199
|
-
- - '>='
|
|
243
|
+
- - ! '>='
|
|
200
244
|
- !ruby/object:Gem::Version
|
|
201
245
|
version: '0'
|
|
202
246
|
type: :runtime
|
|
203
247
|
prerelease: false
|
|
204
248
|
version_requirements: !ruby/object:Gem::Requirement
|
|
249
|
+
none: false
|
|
205
250
|
requirements:
|
|
206
|
-
- - '>='
|
|
251
|
+
- - ! '>='
|
|
207
252
|
- !ruby/object:Gem::Version
|
|
208
253
|
version: '0'
|
|
209
254
|
- !ruby/object:Gem::Dependency
|
|
210
255
|
name: rest-client
|
|
211
256
|
requirement: !ruby/object:Gem::Requirement
|
|
257
|
+
none: false
|
|
212
258
|
requirements:
|
|
213
|
-
- - '>='
|
|
259
|
+
- - ! '>='
|
|
214
260
|
- !ruby/object:Gem::Version
|
|
215
261
|
version: '0'
|
|
216
262
|
type: :runtime
|
|
217
263
|
prerelease: false
|
|
218
264
|
version_requirements: !ruby/object:Gem::Requirement
|
|
265
|
+
none: false
|
|
219
266
|
requirements:
|
|
220
|
-
- - '>='
|
|
267
|
+
- - ! '>='
|
|
221
268
|
- !ruby/object:Gem::Version
|
|
222
269
|
version: '0'
|
|
223
270
|
- !ruby/object:Gem::Dependency
|
|
224
271
|
name: httmultiparty
|
|
225
272
|
requirement: !ruby/object:Gem::Requirement
|
|
273
|
+
none: false
|
|
226
274
|
requirements:
|
|
227
|
-
- - '>='
|
|
275
|
+
- - ! '>='
|
|
228
276
|
- !ruby/object:Gem::Version
|
|
229
277
|
version: '0'
|
|
230
278
|
type: :runtime
|
|
231
279
|
prerelease: false
|
|
232
280
|
version_requirements: !ruby/object:Gem::Requirement
|
|
281
|
+
none: false
|
|
233
282
|
requirements:
|
|
234
|
-
- - '>='
|
|
283
|
+
- - ! '>='
|
|
235
284
|
- !ruby/object:Gem::Version
|
|
236
285
|
version: '0'
|
|
286
|
+
- !ruby/object:Gem::Dependency
|
|
287
|
+
name: httparty
|
|
288
|
+
requirement: !ruby/object:Gem::Requirement
|
|
289
|
+
none: false
|
|
290
|
+
requirements:
|
|
291
|
+
- - ~>
|
|
292
|
+
- !ruby/object:Gem::Version
|
|
293
|
+
version: 0.11.0
|
|
294
|
+
type: :runtime
|
|
295
|
+
prerelease: false
|
|
296
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
297
|
+
none: false
|
|
298
|
+
requirements:
|
|
299
|
+
- - ~>
|
|
300
|
+
- !ruby/object:Gem::Version
|
|
301
|
+
version: 0.11.0
|
|
237
302
|
- !ruby/object:Gem::Dependency
|
|
238
303
|
name: json
|
|
239
304
|
requirement: !ruby/object:Gem::Requirement
|
|
305
|
+
none: false
|
|
240
306
|
requirements:
|
|
241
307
|
- - ~>
|
|
242
308
|
- !ruby/object:Gem::Version
|
|
@@ -244,10 +310,27 @@ dependencies:
|
|
|
244
310
|
type: :runtime
|
|
245
311
|
prerelease: false
|
|
246
312
|
version_requirements: !ruby/object:Gem::Requirement
|
|
313
|
+
none: false
|
|
247
314
|
requirements:
|
|
248
315
|
- - ~>
|
|
249
316
|
- !ruby/object:Gem::Version
|
|
250
317
|
version: 1.7.6
|
|
318
|
+
- !ruby/object:Gem::Dependency
|
|
319
|
+
name: mime-types
|
|
320
|
+
requirement: !ruby/object:Gem::Requirement
|
|
321
|
+
none: false
|
|
322
|
+
requirements:
|
|
323
|
+
- - ~>
|
|
324
|
+
- !ruby/object:Gem::Version
|
|
325
|
+
version: '1.25'
|
|
326
|
+
type: :runtime
|
|
327
|
+
prerelease: false
|
|
328
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
329
|
+
none: false
|
|
330
|
+
requirements:
|
|
331
|
+
- - ~>
|
|
332
|
+
- !ruby/object:Gem::Version
|
|
333
|
+
version: '1.25'
|
|
251
334
|
description: Takes a snapshot with your webcam every time you git commit code, and
|
|
252
335
|
archives a lolcat style image with it.
|
|
253
336
|
email:
|
|
@@ -276,6 +359,7 @@ files:
|
|
|
276
359
|
- features/support/path_helpers.rb
|
|
277
360
|
- lib/core_ext/class.rb
|
|
278
361
|
- lib/lolcommits.rb
|
|
362
|
+
- lib/lolcommits/capture_cygwin.rb
|
|
279
363
|
- lib/lolcommits/capture_fake.rb
|
|
280
364
|
- lib/lolcommits/capture_linux.rb
|
|
281
365
|
- lib/lolcommits/capture_mac.rb
|
|
@@ -307,26 +391,30 @@ files:
|
|
|
307
391
|
homepage: http://mroth.github.com/lolcommits/
|
|
308
392
|
licenses:
|
|
309
393
|
- LGPL-3
|
|
310
|
-
metadata: {}
|
|
311
394
|
post_install_message:
|
|
312
395
|
rdoc_options: []
|
|
313
396
|
require_paths:
|
|
314
397
|
- lib
|
|
315
398
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
399
|
+
none: false
|
|
316
400
|
requirements:
|
|
317
|
-
- - '>='
|
|
401
|
+
- - ! '>='
|
|
318
402
|
- !ruby/object:Gem::Version
|
|
319
403
|
version: '0'
|
|
404
|
+
segments:
|
|
405
|
+
- 0
|
|
406
|
+
hash: -4592763177735741467
|
|
320
407
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
408
|
+
none: false
|
|
321
409
|
requirements:
|
|
322
|
-
- - '
|
|
410
|
+
- - ! '>'
|
|
323
411
|
- !ruby/object:Gem::Version
|
|
324
|
-
version:
|
|
412
|
+
version: 1.3.1
|
|
325
413
|
requirements: []
|
|
326
414
|
rubyforge_project: lolcommits
|
|
327
|
-
rubygems_version:
|
|
415
|
+
rubygems_version: 1.8.23
|
|
328
416
|
signing_key:
|
|
329
|
-
specification_version:
|
|
417
|
+
specification_version: 3
|
|
330
418
|
summary: Capture webcam image on git commit for lulz.
|
|
331
419
|
test_files:
|
|
332
420
|
- features/bugs.feature
|
checksums.yaml
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
SHA1:
|
|
3
|
-
metadata.gz: 1feac734020184b6e062b2db34194eedaf54821c
|
|
4
|
-
data.tar.gz: 8b651d7e62a750d42a582226c3750d3dd14405eb
|
|
5
|
-
SHA512:
|
|
6
|
-
metadata.gz: 0fa9dc7db5600ffaa9aacd066d214309e65b33568dbb7038611d276d118b33ec36e1136ff97f2059af15f02fdce1902cf43b461a5d52288acb97d9d688440740
|
|
7
|
-
data.tar.gz: e81be290e664334907c884b5d8d3d8d3eaf9f4181ba26fd7e4fa5e6aba357a80c8f6db217596852fd6c4feeba5058cd6f0ddf9ac0d034a1f124f9583bf8be14d
|