kynetx_am_api 0.1.22 → 0.1.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -145,11 +145,11 @@ module KynetxAmApi
145
145
  load_base unless @guid
146
146
  options = {
147
147
  "extname" => name.gsub(/[&'<]/, "_"),
148
- "extdatasets" => datasets.to_s,
149
- "extversion" => env
148
+ "datasets" => datasets.to_s,
149
+ "extauthor" => author,
150
+ "env" => env,
151
+ "image_url" => image_url("icard")
150
152
  }
151
-
152
- options["image_url"] = image_url("icard")
153
153
 
154
154
  return @api.post_app_generate(@application_id, "info_card", options)
155
155
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 22
9
- version: 0.1.22
8
+ - 23
9
+ version: 0.1.23
10
10
  platform: ruby
11
11
  authors:
12
12
  - Michael Farmer, Cid Dennis