naturecommits 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,5 @@
1
+ 0.0.3 (24 May 2012)
2
+ * made AmazonS3 gem a dependency
1
3
  0.0.2 (23 May 2012)
2
4
  * moved bucket to the config
3
5
  * added error checking for the yaml file
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
 
@@ -1,3 +1,3 @@
1
1
  module NATURECOMMITS
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -26,4 +26,5 @@ Gem::Specification.new do |s|
26
26
  s.add_runtime_dependency "git"
27
27
  s.add_runtime_dependency "choice", ">= 0.1.6"
28
28
  s.add_runtime_dependency "launchy"
29
+ s.add_runtime_dependency "aws-s3"
29
30
  end
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: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
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-23 00:00:00 Z
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