acmcommits 0.0.1
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/.gitignore +12 -0
 - data/.travis.yml +20 -0
 - data/CHANGELOG +99 -0
 - data/CONTRIBUTING +11 -0
 - data/Gemfile +4 -0
 - data/LICENSE +165 -0
 - data/README.md +74 -0
 - data/Rakefile +69 -0
 - data/acmcommits.gemspec +39 -0
 - data/bin/lolcommits +309 -0
 - data/features/bugs.feature +58 -0
 - data/features/lolcommits.feature +147 -0
 - data/features/plugins.feature +34 -0
 - data/features/step_definitions/lolcommits_steps.rb +98 -0
 - data/features/support/env.rb +94 -0
 - data/lib/core_ext/class.rb +7 -0
 - data/lib/lolcommits/capture_fake.rb +10 -0
 - data/lib/lolcommits/capture_linux.rb +28 -0
 - data/lib/lolcommits/capture_mac.rb +19 -0
 - data/lib/lolcommits/capture_windows.rb +18 -0
 - data/lib/lolcommits/capturer.rb +13 -0
 - data/lib/lolcommits/configuration.rb +160 -0
 - data/lib/lolcommits/git_info.rb +27 -0
 - data/lib/lolcommits/plugin.rb +40 -0
 - data/lib/lolcommits/plugins/lolsrv.rb +73 -0
 - data/lib/lolcommits/plugins/loltext.rb +79 -0
 - data/lib/lolcommits/plugins/statsd.rb +25 -0
 - data/lib/lolcommits/runner.rb +97 -0
 - data/lib/lolcommits/version.rb +3 -0
 - data/lib/lolcommits.rb +27 -0
 - data/test/images/test_image.jpg +0 -0
 - data/test/test_lolcommits.rb +49 -0
 - data/vendor/ext/CommandCam/COPYING +674 -0
 - data/vendor/ext/CommandCam/CommandCam.exe +0 -0
 - data/vendor/ext/CommandCam/LICENSE +16 -0
 - data/vendor/ext/imagesnap/ReadMeOrDont.rtf +117 -0
 - data/vendor/ext/imagesnap/imagesnap +0 -0
 - data/vendor/fonts/Impact.ttf +0 -0
 - metadata +228 -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 
     | 
    
        metadata
    ADDED
    
    | 
         @@ -0,0 +1,228 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            --- !ruby/object:Gem::Specification
         
     | 
| 
      
 2 
     | 
    
         
            +
            name: acmcommits
         
     | 
| 
      
 3 
     | 
    
         
            +
            version: !ruby/object:Gem::Version
         
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.0.1
         
     | 
| 
      
 5 
     | 
    
         
            +
              prerelease: 
         
     | 
| 
      
 6 
     | 
    
         
            +
            platform: ruby
         
     | 
| 
      
 7 
     | 
    
         
            +
            authors:
         
     | 
| 
      
 8 
     | 
    
         
            +
            - Brendan Ryan
         
     | 
| 
      
 9 
     | 
    
         
            +
            autorequire: 
         
     | 
| 
      
 10 
     | 
    
         
            +
            bindir: bin
         
     | 
| 
      
 11 
     | 
    
         
            +
            cert_chain: []
         
     | 
| 
      
 12 
     | 
    
         
            +
            date: 2013-04-08 00:00:00.000000000 Z
         
     | 
| 
      
 13 
     | 
    
         
            +
            dependencies:
         
     | 
| 
      
 14 
     | 
    
         
            +
            - !ruby/object:Gem::Dependency
         
     | 
| 
      
 15 
     | 
    
         
            +
              name: mini_magick
         
     | 
| 
      
 16 
     | 
    
         
            +
              requirement: &82937230 !ruby/object:Gem::Requirement
         
     | 
| 
      
 17 
     | 
    
         
            +
                none: false
         
     | 
| 
      
 18 
     | 
    
         
            +
                requirements:
         
     | 
| 
      
 19 
     | 
    
         
            +
                - - ~>
         
     | 
| 
      
 20 
     | 
    
         
            +
                  - !ruby/object:Gem::Version
         
     | 
| 
      
 21 
     | 
    
         
            +
                    version: '3.5'
         
     | 
| 
      
 22 
     | 
    
         
            +
              type: :runtime
         
     | 
| 
      
 23 
     | 
    
         
            +
              prerelease: false
         
     | 
| 
      
 24 
     | 
    
         
            +
              version_requirements: *82937230
         
     | 
| 
      
 25 
     | 
    
         
            +
            - !ruby/object:Gem::Dependency
         
     | 
| 
      
 26 
     | 
    
         
            +
              name: git
         
     | 
| 
      
 27 
     | 
    
         
            +
              requirement: &82936870 !ruby/object:Gem::Requirement
         
     | 
| 
      
 28 
     | 
    
         
            +
                none: false
         
     | 
| 
      
 29 
     | 
    
         
            +
                requirements:
         
     | 
| 
      
 30 
     | 
    
         
            +
                - - ~>
         
     | 
| 
      
 31 
     | 
    
         
            +
                  - !ruby/object:Gem::Version
         
     | 
| 
      
 32 
     | 
    
         
            +
                    version: 1.2.5
         
     | 
| 
      
 33 
     | 
    
         
            +
              type: :runtime
         
     | 
| 
      
 34 
     | 
    
         
            +
              prerelease: false
         
     | 
| 
      
 35 
     | 
    
         
            +
              version_requirements: *82936870
         
     | 
| 
      
 36 
     | 
    
         
            +
            - !ruby/object:Gem::Dependency
         
     | 
| 
      
 37 
     | 
    
         
            +
              name: choice
         
     | 
| 
      
 38 
     | 
    
         
            +
              requirement: &82936530 !ruby/object:Gem::Requirement
         
     | 
| 
      
 39 
     | 
    
         
            +
                none: false
         
     | 
| 
      
 40 
     | 
    
         
            +
                requirements:
         
     | 
| 
      
 41 
     | 
    
         
            +
                - - ~>
         
     | 
| 
      
 42 
     | 
    
         
            +
                  - !ruby/object:Gem::Version
         
     | 
| 
      
 43 
     | 
    
         
            +
                    version: 0.1.6
         
     | 
| 
      
 44 
     | 
    
         
            +
              type: :runtime
         
     | 
| 
      
 45 
     | 
    
         
            +
              prerelease: false
         
     | 
| 
      
 46 
     | 
    
         
            +
              version_requirements: *82936530
         
     | 
| 
      
 47 
     | 
    
         
            +
            - !ruby/object:Gem::Dependency
         
     | 
| 
      
 48 
     | 
    
         
            +
              name: launchy
         
     | 
| 
      
 49 
     | 
    
         
            +
              requirement: &82936300 !ruby/object:Gem::Requirement
         
     | 
| 
      
 50 
     | 
    
         
            +
                none: false
         
     | 
| 
      
 51 
     | 
    
         
            +
                requirements:
         
     | 
| 
      
 52 
     | 
    
         
            +
                - - ~>
         
     | 
| 
      
 53 
     | 
    
         
            +
                  - !ruby/object:Gem::Version
         
     | 
| 
      
 54 
     | 
    
         
            +
                    version: 2.2.0
         
     | 
| 
      
 55 
     | 
    
         
            +
              type: :runtime
         
     | 
| 
      
 56 
     | 
    
         
            +
              prerelease: false
         
     | 
| 
      
 57 
     | 
    
         
            +
              version_requirements: *82936300
         
     | 
| 
      
 58 
     | 
    
         
            +
            - !ruby/object:Gem::Dependency
         
     | 
| 
      
 59 
     | 
    
         
            +
              name: methadone
         
     | 
| 
      
 60 
     | 
    
         
            +
              requirement: &82936030 !ruby/object:Gem::Requirement
         
     | 
| 
      
 61 
     | 
    
         
            +
                none: false
         
     | 
| 
      
 62 
     | 
    
         
            +
                requirements:
         
     | 
| 
      
 63 
     | 
    
         
            +
                - - ~>
         
     | 
| 
      
 64 
     | 
    
         
            +
                  - !ruby/object:Gem::Version
         
     | 
| 
      
 65 
     | 
    
         
            +
                    version: 1.2.4
         
     | 
| 
      
 66 
     | 
    
         
            +
              type: :runtime
         
     | 
| 
      
 67 
     | 
    
         
            +
              prerelease: false
         
     | 
| 
      
 68 
     | 
    
         
            +
              version_requirements: *82936030
         
     | 
| 
      
 69 
     | 
    
         
            +
            - !ruby/object:Gem::Dependency
         
     | 
| 
      
 70 
     | 
    
         
            +
              name: open4
         
     | 
| 
      
 71 
     | 
    
         
            +
              requirement: &82935780 !ruby/object:Gem::Requirement
         
     | 
| 
      
 72 
     | 
    
         
            +
                none: false
         
     | 
| 
      
 73 
     | 
    
         
            +
                requirements:
         
     | 
| 
      
 74 
     | 
    
         
            +
                - - ~>
         
     | 
| 
      
 75 
     | 
    
         
            +
                  - !ruby/object:Gem::Version
         
     | 
| 
      
 76 
     | 
    
         
            +
                    version: 1.3.0
         
     | 
| 
      
 77 
     | 
    
         
            +
              type: :runtime
         
     | 
| 
      
 78 
     | 
    
         
            +
              prerelease: false
         
     | 
| 
      
 79 
     | 
    
         
            +
              version_requirements: *82935780
         
     | 
| 
      
 80 
     | 
    
         
            +
            - !ruby/object:Gem::Dependency
         
     | 
| 
      
 81 
     | 
    
         
            +
              name: activesupport
         
     | 
| 
      
 82 
     | 
    
         
            +
              requirement: &82935540 !ruby/object:Gem::Requirement
         
     | 
| 
      
 83 
     | 
    
         
            +
                none: false
         
     | 
| 
      
 84 
     | 
    
         
            +
                requirements:
         
     | 
| 
      
 85 
     | 
    
         
            +
                - - ~>
         
     | 
| 
      
 86 
     | 
    
         
            +
                  - !ruby/object:Gem::Version
         
     | 
| 
      
 87 
     | 
    
         
            +
                    version: 3.2.12
         
     | 
| 
      
 88 
     | 
    
         
            +
              type: :runtime
         
     | 
| 
      
 89 
     | 
    
         
            +
              prerelease: false
         
     | 
| 
      
 90 
     | 
    
         
            +
              version_requirements: *82935540
         
     | 
| 
      
 91 
     | 
    
         
            +
            - !ruby/object:Gem::Dependency
         
     | 
| 
      
 92 
     | 
    
         
            +
              name: rdoc
         
     | 
| 
      
 93 
     | 
    
         
            +
              requirement: &82935330 !ruby/object:Gem::Requirement
         
     | 
| 
      
 94 
     | 
    
         
            +
                none: false
         
     | 
| 
      
 95 
     | 
    
         
            +
                requirements:
         
     | 
| 
      
 96 
     | 
    
         
            +
                - - ! '>='
         
     | 
| 
      
 97 
     | 
    
         
            +
                  - !ruby/object:Gem::Version
         
     | 
| 
      
 98 
     | 
    
         
            +
                    version: '0'
         
     | 
| 
      
 99 
     | 
    
         
            +
              type: :development
         
     | 
| 
      
 100 
     | 
    
         
            +
              prerelease: false
         
     | 
| 
      
 101 
     | 
    
         
            +
              version_requirements: *82935330
         
     | 
| 
      
 102 
     | 
    
         
            +
            - !ruby/object:Gem::Dependency
         
     | 
| 
      
 103 
     | 
    
         
            +
              name: aruba
         
     | 
| 
      
 104 
     | 
    
         
            +
              requirement: &82935060 !ruby/object:Gem::Requirement
         
     | 
| 
      
 105 
     | 
    
         
            +
                none: false
         
     | 
| 
      
 106 
     | 
    
         
            +
                requirements:
         
     | 
| 
      
 107 
     | 
    
         
            +
                - - ~>
         
     | 
| 
      
 108 
     | 
    
         
            +
                  - !ruby/object:Gem::Version
         
     | 
| 
      
 109 
     | 
    
         
            +
                    version: 0.5.1
         
     | 
| 
      
 110 
     | 
    
         
            +
              type: :development
         
     | 
| 
      
 111 
     | 
    
         
            +
              prerelease: false
         
     | 
| 
      
 112 
     | 
    
         
            +
              version_requirements: *82935060
         
     | 
| 
      
 113 
     | 
    
         
            +
            - !ruby/object:Gem::Dependency
         
     | 
| 
      
 114 
     | 
    
         
            +
              name: rake
         
     | 
| 
      
 115 
     | 
    
         
            +
              requirement: &82934810 !ruby/object:Gem::Requirement
         
     | 
| 
      
 116 
     | 
    
         
            +
                none: false
         
     | 
| 
      
 117 
     | 
    
         
            +
                requirements:
         
     | 
| 
      
 118 
     | 
    
         
            +
                - - ~>
         
     | 
| 
      
 119 
     | 
    
         
            +
                  - !ruby/object:Gem::Version
         
     | 
| 
      
 120 
     | 
    
         
            +
                    version: 10.0.2
         
     | 
| 
      
 121 
     | 
    
         
            +
              type: :development
         
     | 
| 
      
 122 
     | 
    
         
            +
              prerelease: false
         
     | 
| 
      
 123 
     | 
    
         
            +
              version_requirements: *82934810
         
     | 
| 
      
 124 
     | 
    
         
            +
            - !ruby/object:Gem::Dependency
         
     | 
| 
      
 125 
     | 
    
         
            +
              name: fivemat
         
     | 
| 
      
 126 
     | 
    
         
            +
              requirement: &82934610 !ruby/object:Gem::Requirement
         
     | 
| 
      
 127 
     | 
    
         
            +
                none: false
         
     | 
| 
      
 128 
     | 
    
         
            +
                requirements:
         
     | 
| 
      
 129 
     | 
    
         
            +
                - - ! '>='
         
     | 
| 
      
 130 
     | 
    
         
            +
                  - !ruby/object:Gem::Version
         
     | 
| 
      
 131 
     | 
    
         
            +
                    version: '0'
         
     | 
| 
      
 132 
     | 
    
         
            +
              type: :development
         
     | 
| 
      
 133 
     | 
    
         
            +
              prerelease: false
         
     | 
| 
      
 134 
     | 
    
         
            +
              version_requirements: *82934610
         
     | 
| 
      
 135 
     | 
    
         
            +
            - !ruby/object:Gem::Dependency
         
     | 
| 
      
 136 
     | 
    
         
            +
              name: faker
         
     | 
| 
      
 137 
     | 
    
         
            +
              requirement: &82934360 !ruby/object:Gem::Requirement
         
     | 
| 
      
 138 
     | 
    
         
            +
                none: false
         
     | 
| 
      
 139 
     | 
    
         
            +
                requirements:
         
     | 
| 
      
 140 
     | 
    
         
            +
                - - ! '>='
         
     | 
| 
      
 141 
     | 
    
         
            +
                  - !ruby/object:Gem::Version
         
     | 
| 
      
 142 
     | 
    
         
            +
                    version: '0'
         
     | 
| 
      
 143 
     | 
    
         
            +
              type: :development
         
     | 
| 
      
 144 
     | 
    
         
            +
              prerelease: false
         
     | 
| 
      
 145 
     | 
    
         
            +
              version_requirements: *82934360
         
     | 
| 
      
 146 
     | 
    
         
            +
            - !ruby/object:Gem::Dependency
         
     | 
| 
      
 147 
     | 
    
         
            +
              name: json
         
     | 
| 
      
 148 
     | 
    
         
            +
              requirement: &82934070 !ruby/object:Gem::Requirement
         
     | 
| 
      
 149 
     | 
    
         
            +
                none: false
         
     | 
| 
      
 150 
     | 
    
         
            +
                requirements:
         
     | 
| 
      
 151 
     | 
    
         
            +
                - - ~>
         
     | 
| 
      
 152 
     | 
    
         
            +
                  - !ruby/object:Gem::Version
         
     | 
| 
      
 153 
     | 
    
         
            +
                    version: 1.7.6
         
     | 
| 
      
 154 
     | 
    
         
            +
              type: :runtime
         
     | 
| 
      
 155 
     | 
    
         
            +
              prerelease: false
         
     | 
| 
      
 156 
     | 
    
         
            +
              version_requirements: *82934070
         
     | 
| 
      
 157 
     | 
    
         
            +
            description: Lolcommits refactored for use at the UIUC branch of ACM.
         
     | 
| 
      
 158 
     | 
    
         
            +
            email:
         
     | 
| 
      
 159 
     | 
    
         
            +
            - brendanjohnryan@yahoo.com
         
     | 
| 
      
 160 
     | 
    
         
            +
            executables:
         
     | 
| 
      
 161 
     | 
    
         
            +
            - lolcommits
         
     | 
| 
      
 162 
     | 
    
         
            +
            extensions: []
         
     | 
| 
      
 163 
     | 
    
         
            +
            extra_rdoc_files: []
         
     | 
| 
      
 164 
     | 
    
         
            +
            files:
         
     | 
| 
      
 165 
     | 
    
         
            +
            - .gitignore
         
     | 
| 
      
 166 
     | 
    
         
            +
            - .travis.yml
         
     | 
| 
      
 167 
     | 
    
         
            +
            - CHANGELOG
         
     | 
| 
      
 168 
     | 
    
         
            +
            - CONTRIBUTING
         
     | 
| 
      
 169 
     | 
    
         
            +
            - Gemfile
         
     | 
| 
      
 170 
     | 
    
         
            +
            - LICENSE
         
     | 
| 
      
 171 
     | 
    
         
            +
            - README.md
         
     | 
| 
      
 172 
     | 
    
         
            +
            - Rakefile
         
     | 
| 
      
 173 
     | 
    
         
            +
            - acmcommits.gemspec
         
     | 
| 
      
 174 
     | 
    
         
            +
            - bin/lolcommits
         
     | 
| 
      
 175 
     | 
    
         
            +
            - features/bugs.feature
         
     | 
| 
      
 176 
     | 
    
         
            +
            - features/lolcommits.feature
         
     | 
| 
      
 177 
     | 
    
         
            +
            - features/plugins.feature
         
     | 
| 
      
 178 
     | 
    
         
            +
            - features/step_definitions/lolcommits_steps.rb
         
     | 
| 
      
 179 
     | 
    
         
            +
            - features/support/env.rb
         
     | 
| 
      
 180 
     | 
    
         
            +
            - lib/core_ext/class.rb
         
     | 
| 
      
 181 
     | 
    
         
            +
            - lib/lolcommits.rb
         
     | 
| 
      
 182 
     | 
    
         
            +
            - lib/lolcommits/capture_fake.rb
         
     | 
| 
      
 183 
     | 
    
         
            +
            - lib/lolcommits/capture_linux.rb
         
     | 
| 
      
 184 
     | 
    
         
            +
            - lib/lolcommits/capture_mac.rb
         
     | 
| 
      
 185 
     | 
    
         
            +
            - lib/lolcommits/capture_windows.rb
         
     | 
| 
      
 186 
     | 
    
         
            +
            - lib/lolcommits/capturer.rb
         
     | 
| 
      
 187 
     | 
    
         
            +
            - lib/lolcommits/configuration.rb
         
     | 
| 
      
 188 
     | 
    
         
            +
            - lib/lolcommits/git_info.rb
         
     | 
| 
      
 189 
     | 
    
         
            +
            - lib/lolcommits/plugin.rb
         
     | 
| 
      
 190 
     | 
    
         
            +
            - lib/lolcommits/plugins/lolsrv.rb
         
     | 
| 
      
 191 
     | 
    
         
            +
            - lib/lolcommits/plugins/loltext.rb
         
     | 
| 
      
 192 
     | 
    
         
            +
            - lib/lolcommits/plugins/statsd.rb
         
     | 
| 
      
 193 
     | 
    
         
            +
            - lib/lolcommits/runner.rb
         
     | 
| 
      
 194 
     | 
    
         
            +
            - lib/lolcommits/version.rb
         
     | 
| 
      
 195 
     | 
    
         
            +
            - test/images/test_image.jpg
         
     | 
| 
      
 196 
     | 
    
         
            +
            - test/test_lolcommits.rb
         
     | 
| 
      
 197 
     | 
    
         
            +
            - vendor/ext/CommandCam/COPYING
         
     | 
| 
      
 198 
     | 
    
         
            +
            - vendor/ext/CommandCam/CommandCam.exe
         
     | 
| 
      
 199 
     | 
    
         
            +
            - vendor/ext/CommandCam/LICENSE
         
     | 
| 
      
 200 
     | 
    
         
            +
            - vendor/ext/imagesnap/ReadMeOrDont.rtf
         
     | 
| 
      
 201 
     | 
    
         
            +
            - vendor/ext/imagesnap/imagesnap
         
     | 
| 
      
 202 
     | 
    
         
            +
            - vendor/fonts/Impact.ttf
         
     | 
| 
      
 203 
     | 
    
         
            +
            homepage: 
         
     | 
| 
      
 204 
     | 
    
         
            +
            licenses:
         
     | 
| 
      
 205 
     | 
    
         
            +
            - LGPL-3
         
     | 
| 
      
 206 
     | 
    
         
            +
            post_install_message: 
         
     | 
| 
      
 207 
     | 
    
         
            +
            rdoc_options: []
         
     | 
| 
      
 208 
     | 
    
         
            +
            require_paths:
         
     | 
| 
      
 209 
     | 
    
         
            +
            - lib
         
     | 
| 
      
 210 
     | 
    
         
            +
            required_ruby_version: !ruby/object:Gem::Requirement
         
     | 
| 
      
 211 
     | 
    
         
            +
              none: false
         
     | 
| 
      
 212 
     | 
    
         
            +
              requirements:
         
     | 
| 
      
 213 
     | 
    
         
            +
              - - ! '>='
         
     | 
| 
      
 214 
     | 
    
         
            +
                - !ruby/object:Gem::Version
         
     | 
| 
      
 215 
     | 
    
         
            +
                  version: '0'
         
     | 
| 
      
 216 
     | 
    
         
            +
            required_rubygems_version: !ruby/object:Gem::Requirement
         
     | 
| 
      
 217 
     | 
    
         
            +
              none: false
         
     | 
| 
      
 218 
     | 
    
         
            +
              requirements:
         
     | 
| 
      
 219 
     | 
    
         
            +
              - - ! '>='
         
     | 
| 
      
 220 
     | 
    
         
            +
                - !ruby/object:Gem::Version
         
     | 
| 
      
 221 
     | 
    
         
            +
                  version: '0'
         
     | 
| 
      
 222 
     | 
    
         
            +
            requirements: []
         
     | 
| 
      
 223 
     | 
    
         
            +
            rubyforge_project: acmcommits
         
     | 
| 
      
 224 
     | 
    
         
            +
            rubygems_version: 1.8.11
         
     | 
| 
      
 225 
     | 
    
         
            +
            signing_key: 
         
     | 
| 
      
 226 
     | 
    
         
            +
            specification_version: 3
         
     | 
| 
      
 227 
     | 
    
         
            +
            summary: Lolcommits refactored for use at the UIUC branch of ACM.
         
     | 
| 
      
 228 
     | 
    
         
            +
            test_files: []
         
     |