stem 0.4.4 → 0.4.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/stem/instance_types.rb +1 -1
  2. metadata +3 -3
@@ -4,7 +4,7 @@ module Stem
4
4
  {"m1.small" => {
5
5
  "architecture" => "i386"},
6
6
  "m1.large" => {
7
- "architecture" => "i386"},
7
+ "architecture" => "x86_64"},
8
8
  "m1.xlarge" => {
9
9
  "architecture" => "x86_64"},
10
10
  "t1.micro" => {
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stem
3
3
  version: !ruby/object:Gem::Version
4
- hash: 7
4
+ hash: 5
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 4
10
- version: 0.4.4
9
+ - 5
10
+ version: 0.4.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Peter van Hardenberg