naturecommits 0.0.3 → 0.0.4
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/lib/naturecommits/version.rb +1 -1
- data/lib/naturecommits.rb +1 -0
- data/naturecommits.gemspec +1 -0
- metadata +17 -3
data/CHANGELOG
CHANGED
data/lib/naturecommits.rb
CHANGED
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: 23
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 4
|
|
10
|
+
version: 0.0.4
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Alex Kilgour
|
|
@@ -103,6 +103,20 @@ dependencies:
|
|
|
103
103
|
version: "0"
|
|
104
104
|
type: :runtime
|
|
105
105
|
version_requirements: *id006
|
|
106
|
+
- !ruby/object:Gem::Dependency
|
|
107
|
+
name: cache-aws-s3
|
|
108
|
+
prerelease: false
|
|
109
|
+
requirement: &id007 !ruby/object:Gem::Requirement
|
|
110
|
+
none: false
|
|
111
|
+
requirements:
|
|
112
|
+
- - ">="
|
|
113
|
+
- !ruby/object:Gem::Version
|
|
114
|
+
hash: 3
|
|
115
|
+
segments:
|
|
116
|
+
- 0
|
|
117
|
+
version: "0"
|
|
118
|
+
type: :runtime
|
|
119
|
+
version_requirements: *id007
|
|
106
120
|
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.
|
|
107
121
|
email:
|
|
108
122
|
- a.kilgour@nature.com
|