applicious_utils 0.1.78 → 0.1.79

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.
@@ -1,3 +1,3 @@
1
1
  module AppliciousUtils
2
- VERSION = "0.1.78"
2
+ VERSION = "0.1.79"
3
3
  end
@@ -66,8 +66,8 @@ module AppliciousUtils
66
66
  multi_selection: false,
67
67
  multipart: true,
68
68
  multipart_params: {
69
- 'key': 'uploads/#{filename_token}' + appliciousGetFileExtension( ${filename} ),
70
- 'Filename': 'uploads/#{filename_token}' + appliciousGetFileExtension( ${filename} ), // adding this to keep consistency across the runtimes
69
+ 'key': 'uploads/#{filename_token} + '_' + ${filename},
70
+ 'Filename': 'uploads/#{filename_token}' + '_' + ${filename}, // adding this to keep consistency across the runtimes
71
71
  'acl': '#{options[:acl]}',
72
72
  'Content-Type': '#{options[:content_type]}',
73
73
  'success_action_status': '201',
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: applicious_utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.78
4
+ version: 0.1.79
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: