cfoundry 0.4.4 → 0.4.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -328,7 +328,7 @@ module CFoundry::V2
328
328
  old.collect { |id| klass.new(@client, id) }
329
329
  end
330
330
 
331
- @changes[name] = [old_objs, val]
331
+ @changes[name] = [old_objs, xs]
332
332
  end
333
333
 
334
334
  @cache[plural] = xs
@@ -1,4 +1,4 @@
1
1
  module CFoundry # :nodoc:
2
2
  # CFoundry library version number.
3
- VERSION = "0.4.4".freeze
3
+ VERSION = "0.4.5".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: 7
4
+ hash: 5
5
5
  prerelease:
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
  - Alex Suraci