cfoundry 0.4.17 → 0.4.18

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,6 +4,7 @@ module CFoundry::V2
4
4
  class Runtime < Model
5
5
  attribute :name, :string
6
6
  attribute :description, :string
7
+ attribute :version, :string
7
8
  to_many :apps
8
9
 
9
10
  queryable_by :name, :app_guid
@@ -1,4 +1,4 @@
1
1
  module CFoundry # :nodoc:
2
2
  # CFoundry library version number.
3
- VERSION = "0.4.17".freeze
3
+ VERSION = "0.4.18".freeze
4
4
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cfoundry
3
3
  version: !ruby/object:Gem::Version
4
- hash: 45
4
+ hash: 43
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 17
10
- version: 0.4.17
9
+ - 18
10
+ version: 0.4.18
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alex Suraci
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2013-01-03 00:00:00 Z
18
+ date: 2013-01-08 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: multipart-post