kynetx_am_api 0.1.21 → 0.1.22

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.
@@ -160,7 +160,7 @@ module KynetxAmApi
160
160
  "extdesc" => description,
161
161
  "extauthor" => author.to_s.empty? ? @user.name : author
162
162
  }
163
- options["appguid"] = @guid if type == :ie
163
+ options["appguid"] = @guid if type.to_s == "ie"
164
164
  return @api.post_app_generate(@application_id, type.to_s, options)
165
165
 
166
166
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 21
9
- version: 0.1.21
8
+ - 22
9
+ version: 0.1.22
10
10
  platform: ruby
11
11
  authors:
12
12
  - Michael Farmer, Cid Dennis