cwlogs-s3 0.0.1 → 0.0.2

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.
Files changed (4) hide show
  1. data/Gemfile +2 -0
  2. data/Gemfile.lock +9 -0
  3. data/cwlogs-s3.gemspec +1 -1
  4. metadata +1 -1
data/Gemfile CHANGED
@@ -1,5 +1,7 @@
1
1
  source "https://rubygems.org"
2
2
 
3
+ gemspec
4
+
3
5
  gem 'escort', '~> 0.4.0'
4
6
  gem 'aws-sdk', '~> 2.0.27'
5
7
  gem 'chronic_duration', '~> 0.10.6'
data/Gemfile.lock CHANGED
@@ -1,3 +1,8 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ cwlogs-s3 (0.0.2)
5
+
1
6
  GEM
2
7
  remote: https://rubygems.org/
3
8
  specs:
@@ -22,12 +27,16 @@ GEM
22
27
  multi_xml (0.5.5)
23
28
  nesty (1.0.2)
24
29
  numerizer (0.1.1)
30
+ rake (10.4.2)
25
31
 
26
32
  PLATFORMS
27
33
  ruby
28
34
 
29
35
  DEPENDENCIES
30
36
  aws-sdk (~> 2.0.27)
37
+ bundler (~> 1.7)
31
38
  chronic (~> 0.10.2)
32
39
  chronic_duration (~> 0.10.6)
40
+ cwlogs-s3!
33
41
  escort (~> 0.4.0)
42
+ rake (~> 10.0)
data/cwlogs-s3.gemspec CHANGED
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "cwlogs-s3"
7
- spec.version = '0.0.1'
7
+ spec.version = '0.0.2'
8
8
  spec.authors = ["Tim-B"]
9
9
  spec.email = ["tim@galacticcode.com"]
10
10
  spec.summary = %q{Exports logs from CloudWatch logs and uploads them to S3}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cwlogs-s3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: