fog-cloudatcost 0.1.2 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a5446235368d4d5a0c16ca1ce6af3b2f04685d13
4
- data.tar.gz: 122c7e91d36fb939700ba1903b3eb953a1ba3bea
3
+ metadata.gz: d6b7120c30b9c183fc619f84feb271f7b1200363
4
+ data.tar.gz: 0984c871d1cb1786ed8c9d958c5c4a1028781197
5
5
  SHA512:
6
- metadata.gz: 368f331ac64c055764b6f49affa2a3c51562bae5e9f3e2a5fe4260a7c49fe9b672dc2e783ecbc54ff27527e210f8543eb0d6e445da562ddc8f2c675c3a5719a0
7
- data.tar.gz: 638bb338efb529ff4394b3f06356853bbecfbdcd54dbb8d7e01b226bcce7105939c3cf7946e33b0aa387db6fdf5b6a462e4b2984f28214467c51eafb42d94ab6
6
+ metadata.gz: f8aa862c6337e1dcdc06ce0d81639c10c9d18209389a1658b2658a61882c19df88a014c0768ee830273c488c49b6de508b607de912ba512e34fd994cdb24a921
7
+ data.tar.gz: c11f2bcfe53bc9744d84fc63da4aa782fd52521ed466b0e218aadf50195ee011cbcc8e2b4cc410f6aff590828ecb991a188f4b6f58e6b71ea5b7b00b553fb1cc
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fog-cloudatcost (0.1.2)
4
+ fog-cloudatcost (0.2.0)
5
5
  fog-core (~> 1.36)
6
6
  fog-json (~> 1.0)
7
7
  fog-xml (~> 0.1)
@@ -2,8 +2,8 @@ module Fog
2
2
  module Compute
3
3
  class CloudAtCost
4
4
  class Template < Fog::Model
5
- identity :id
6
- attribute :detail
5
+ identity :ce_id
6
+ attribute :name
7
7
  end
8
8
  end
9
9
  end
@@ -1,5 +1,5 @@
1
1
  module Fog
2
2
  module CloudAtCost
3
- VERSION = "0.1.2"
3
+ VERSION = "0.2.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fog-cloudatcost
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Suraj Shirvankar
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-02-23 00:00:00.000000000 Z
11
+ date: 2016-02-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler