naturecommits 0.0.2 → 0.0.3
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/CHANGELOG +2 -0
- data/README.md +0 -5
- data/lib/naturecommits/version.rb +1 -1
- data/naturecommits.gemspec +1 -0
- metadata +18 -4
data/CHANGELOG
CHANGED
data/README.md
CHANGED
|
@@ -10,11 +10,6 @@ This is a fork of [lolcommits](https://github.com/mroth/lolcommits) with Amazon
|
|
|
10
10
|
You'll need ImageMagick installed. [Homebrew](http://mxcl.github.com/homebrew/) makes this easy. Simply do:
|
|
11
11
|
|
|
12
12
|
brew install imagemagick --from-source
|
|
13
|
-
|
|
14
|
-
You will also need the aws/s3 and yaml ruby gems installed:
|
|
15
|
-
|
|
16
|
-
[sudo] gem install aws-s3
|
|
17
|
-
[sudo] gem install yaml
|
|
18
13
|
|
|
19
14
|
Then simply do:
|
|
20
15
|
|
data/naturecommits.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: naturecommits
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 25
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 3
|
|
10
|
+
version: 0.0.3
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Alex Kilgour
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2012-05-
|
|
18
|
+
date: 2012-05-24 00:00:00 Z
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
21
21
|
name: rake
|
|
@@ -89,6 +89,20 @@ dependencies:
|
|
|
89
89
|
version: "0"
|
|
90
90
|
type: :runtime
|
|
91
91
|
version_requirements: *id005
|
|
92
|
+
- !ruby/object:Gem::Dependency
|
|
93
|
+
name: aws-s3
|
|
94
|
+
prerelease: false
|
|
95
|
+
requirement: &id006 !ruby/object:Gem::Requirement
|
|
96
|
+
none: false
|
|
97
|
+
requirements:
|
|
98
|
+
- - ">="
|
|
99
|
+
- !ruby/object:Gem::Version
|
|
100
|
+
hash: 3
|
|
101
|
+
segments:
|
|
102
|
+
- 0
|
|
103
|
+
version: "0"
|
|
104
|
+
type: :runtime
|
|
105
|
+
version_requirements: *id006
|
|
92
106
|
description: Takes a snapshot with your Mac's built-in iSight/FaceTime webcam (or any working webcam on Linux or Windows) every time you git commit code, and archives a lolcat style image with it.
|
|
93
107
|
email:
|
|
94
108
|
- a.kilgour@nature.com
|