ec2_switcher 0.1.1 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8fd93fa72656c21779f979493b066d1dbaf86ec3
4
- data.tar.gz: 2faf4f04c8cbbcc422434dcbac2efd59c7c9778a
3
+ metadata.gz: e902d2e8087ee0d1fb8498f61afd3e3efc3c6533
4
+ data.tar.gz: f6db68b74a47bddcf44e903b80ee8771d74504f2
5
5
  SHA512:
6
- metadata.gz: 930f1ad137b7c9a9ad62496e33c0d718b576ba85263c00791ecbb8a3d1b091a6fca314ca1982d191c03c3f1df067c5035748cf2bdc0b33a4499bb7617a971379
7
- data.tar.gz: c515f515af4f65df442a3198f389dfc5d9f0b36288a3c50a28a82445b9ce35d38273cb6227f0722017275ce7c3a6091194700f6dc44fc2ce6ba8fe0e14085268
6
+ metadata.gz: 47ac16bf6d1ac95871b987994e848bf43fb5943ded6c4c5d0efc4ae5e26c2e07c13917ede1c27c0f1ffffb2a5101540ce133095e97862e3a7aa000a1afa4c8e1
7
+ data.tar.gz: 9cfe100678a1473802e16117b809757a986e429d3e1fac517d70a2be01a487d02547f7ae4b2d54580aba189cfeac8e9c45088f9a2ea6e8ae42744b8e39ce8e8f
data/.gitignore CHANGED
@@ -7,3 +7,4 @@
7
7
  /pkg/
8
8
  /spec/reports/
9
9
  /tmp/
10
+ ec2_switcher-0.1.1.gem
data/.rspec CHANGED
File without changes
data/.travis.yml CHANGED
File without changes
data/Gemfile CHANGED
File without changes
data/LICENSE.txt CHANGED
File without changes
data/README.md CHANGED
@@ -71,7 +71,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
71
71
 
72
72
  ## Contributing
73
73
 
74
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/ec2_switcher.
74
+ Bug reports and pull requests are welcome on GitHub at https://github.com/Kokiwi/ec2_switcher.
75
75
 
76
76
 
77
77
  ## License
data/Rakefile CHANGED
File without changes
data/ec2_switcher.gemspec CHANGED
File without changes
@@ -1,3 +1,3 @@
1
1
  module Ec2Switcher
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
data/lib/ec2_switcher.rb CHANGED
@@ -4,7 +4,9 @@ require "aws-sdk"
4
4
  class Switcher
5
5
 
6
6
  attr_accessor :ec2
7
+ attr_accessor :aws
7
8
  attr_accessor :region
9
+ attr_accessor :credentials
8
10
 
9
11
  def initialize(id)
10
12
  @region = set_region
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ec2_switcher
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin LEIBA
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-05-04 00:00:00.000000000 Z
11
+ date: 2016-05-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler