awsprice 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 39584c40b23360a56b5c452b3880c9bb41c0e9ea
4
- data.tar.gz: 06107a36fd2a46134fbfdffea1c1fb5ab686eabf
3
+ metadata.gz: 353349800efa6471ce628b98d4f0528dfdb9acbb
4
+ data.tar.gz: 698627a8f6038d1f4d473bd9a349d1b426bcc548
5
5
  SHA512:
6
- metadata.gz: 188bdadf4983dc4938e295114db645308382eaa96bb491d13e754822e6256b1790655f4993b8687fd32658f1dcf85bf2dfed20271e6294f7cb2876530ca32584
7
- data.tar.gz: 2a1144a330017f45142f31ea67ffb84b7ec261713df8930cd8b2347a469c8751d51281d1acd9be23a894037a4ca0ead081f8b2018c55d0e0480388bd76bc9d7d
6
+ metadata.gz: 51afdff455da6eb579f140cf89bc760e90e44273af6aad8c11c820439b4fe701fc46681915b0387362baa031281cfb49dbbd0862b9d8ba16fbc4e2c83bd39cea
7
+ data.tar.gz: 26f82bf6567392a9b7befb3bb6d7b5c240e11f8c6cdef14556239c083e412797a9da42d9ec99058f06d5bc25cff27d7595588f8bebc9e155b80e408d46db46ae
Binary file
@@ -86,9 +86,10 @@ module Awsprice
86
86
  end
87
87
 
88
88
  def get_spec
89
- @ec2_spec.each do |key, ins|
90
- puts "#{ins.size} #{ins.type} #{ins.memory}, #{ins.ecu}, #{ins.vcpu}, #{ins.storage}"
91
- end
89
+ @ec2_spec.values
90
+ # @ec2_spec.each do |key, ins|
91
+ # puts "#{ins.size} #{ins.type} #{ins.memory}, #{ins.ecu}, #{ins.vcpu}, #{ins.storage}"
92
+ # end
92
93
  end
93
94
 
94
95
  private
@@ -1,3 +1,3 @@
1
1
  module Awsprice
2
- VERSION = '0.0.4'
2
+ VERSION = '0.0.5'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: awsprice
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - netalpha
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-02 00:00:00.000000000 Z
11
+ date: 2014-04-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -93,7 +93,7 @@ files:
93
93
  - Gemfile.lock
94
94
  - README.rdoc
95
95
  - Rakefile
96
- - awsprice-0.0.2.gem
96
+ - awsprice-0.0.4.gem
97
97
  - awsprice.gemspec
98
98
  - awsprice.rdoc
99
99
  - bin/awsprice
Binary file