kynetx_am_api 0.1.21 → 0.1.22

Sign up to get free protection for your applications and to get access to all the features.
@@ -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