salesforce_connector_light 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -27,7 +27,7 @@ module SalesforceConnector
27
27
 
28
28
  def self.describe_sobject(str)
29
29
  self.set_headers
30
- result = get(self.root_url+"/sobjects/#{str.capitalize}")
30
+ result = get(self.root_url+"/sobjects/#{str.capitalize}/describe")
31
31
  return result.parsed_response["objectDescribe"] || []
32
32
  end
33
33
 
@@ -1,3 +1,3 @@
1
1
  module SalesforceConnector
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 1
9
- version: 0.0.1
8
+ - 2
9
+ version: 0.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Vzmind