aws_docker_utils 0.0.4 → 0.0.5

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.
@@ -1,3 +1,3 @@
1
1
  module AwsDockerUtils
2
- VERSION = '0.0.4'
2
+ VERSION = '0.0.5'
3
3
  end
@@ -1,6 +1,6 @@
1
- require "aws_docker_utils/utils"
2
- require "aws_docker_utils/docker_compose/client"
3
- require "aws_docker_utils/s3/client"
1
+ require "utils"
2
+ require "docker_compose/client"
3
+ require "s3/client"
4
4
 
5
5
  module AwsDockerUtils
6
6
  module Collectors
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws_docker_utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -56,11 +56,11 @@ files:
56
56
  - aws_docker_utils.gemspec
57
57
  - bin/aws_docker_utils
58
58
  - lib/aws_docker_utils.rb
59
- - lib/aws_docker_utils/collectors/to_s3.rb
60
- - lib/aws_docker_utils/docker_compose/client.rb
61
- - lib/aws_docker_utils/s3/client.rb
62
- - lib/aws_docker_utils/utils.rb
63
59
  - lib/aws_docker_utils/version.rb
60
+ - lib/collectors/to_s3.rb
61
+ - lib/docker_compose/client.rb
62
+ - lib/s3/client.rb
63
+ - lib/utils.rb
64
64
  homepage: http://rubygems.org/gems/aws_docker_utils
65
65
  licenses:
66
66
  - MIT