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 CHANGED
@@ -1,3 +1,5 @@
1
+ 0.0.4 (24 May 2012)
2
+ * added cache-aws-s3 to cache all amazon s3 requests
1
3
  0.0.3 (24 May 2012)
2
4
  * made AmazonS3 gem a dependency
3
5
  0.0.2 (23 May 2012)
@@ -1,3 +1,3 @@
1
1
  module NATURECOMMITS
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
data/lib/naturecommits.rb CHANGED
@@ -10,6 +10,7 @@ require "open3"
10
10
  require "launchy"
11
11
  require 'yaml'
12
12
  require "aws/s3"
13
+ require 'cache-aws-s3'
13
14
  include Magick
14
15
 
15
16
  module NATURECOMMITS
@@ -27,4 +27,5 @@ Gem::Specification.new do |s|
27
27
  s.add_runtime_dependency "choice", ">= 0.1.6"
28
28
  s.add_runtime_dependency "launchy"
29
29
  s.add_runtime_dependency "aws-s3"
30
+ s.add_runtime_dependency "cache-aws-s3"
30
31
  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: 25
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 3
10
- version: 0.0.3
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