capriza-aws2 0.0.24 → 0.0.25

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/README.md CHANGED
@@ -6,7 +6,7 @@ Capriza::Aws is a helper gem for AWS tasks. Currently there is one class Capriza
6
6
 
7
7
  Add this line to your application's Gemfile:
8
8
 
9
- gem 'capriza-aws'
9
+ gem 'capriza-aws-helper'
10
10
 
11
11
  And then execute:
12
12
 
@@ -14,7 +14,7 @@ And then execute:
14
14
 
15
15
  Or install it yourself as:
16
16
 
17
- $ gem install capriza-aws
17
+ $ gem install capriza-aws-helper
18
18
 
19
19
  ## Usage
20
20
 
data/capriza-aws.gemspec CHANGED
@@ -7,10 +7,10 @@ Gem::Specification.new do |gem|
7
7
  gem.name = "capriza-aws2"
8
8
  gem.version = Capriza::Aws::VERSION
9
9
  gem.authors = ["Capriza"]
10
- gem.email = ["devops@capriza.com"]
10
+ gem.email = ["dev.ops@capriza.com"]
11
11
  gem.description = %q{AWS Helper Files}
12
12
  gem.summary = %q{AWS Helper Files}
13
- gem.homepage = "http://rubygems.org/gems/capriza-aws"
13
+ gem.homepage = "http://rubygems.org/gems/capriza-aws2"
14
14
 
15
15
  gem.files = `git ls-files`.split($/)
16
16
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
@@ -1,5 +1,5 @@
1
1
  module Capriza
2
2
  module Aws
3
- VERSION = "0.0.24"
3
+ VERSION = "0.0.25"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capriza-aws2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.24
4
+ version: 0.0.25
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-07-02 00:00:00.000000000 Z
12
+ date: 2013-09-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: aws-sdk
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '0'
30
30
  description: AWS Helper Files
31
31
  email:
32
- - devops@capriza.com
32
+ - dev.ops@capriza.com
33
33
  executables: []
34
34
  extensions: []
35
35
  extra_rdoc_files: []
@@ -42,7 +42,7 @@ files:
42
42
  - capriza-aws.gemspec
43
43
  - lib/capriza-aws.rb
44
44
  - lib/capriza-aws/version.rb
45
- homepage: http://rubygems.org/gems/capriza-aws
45
+ homepage: http://rubygems.org/gems/capriza-aws2
46
46
  licenses: []
47
47
  post_install_message:
48
48
  rdoc_options: []