cfoundry 0.3.22 → 0.3.23

Sign up to get free protection for your applications and to get access to all the features.
@@ -79,7 +79,7 @@ module CFoundry::V2
79
79
  end
80
80
 
81
81
  def resource_match(fingerprints)
82
- post(fingerprints, "v2", "resource_match", :json => :json)
82
+ put(fingerprints, "v2", "resource_match", :json => :json)
83
83
  end
84
84
 
85
85
  def upload_app(guid, zipfile, resources = [])
@@ -1,4 +1,4 @@
1
1
  module CFoundry # :nodoc:
2
2
  # CFoundry library version number.
3
- VERSION = "0.3.22"
3
+ VERSION = "0.3.23"
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: 63
4
+ hash: 61
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 22
10
- version: 0.3.22
9
+ - 23
10
+ version: 0.3.23
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alex Suraci