applicious_utils 0.1.80 → 0.1.81

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module AppliciousUtils
2
- VERSION = "0.1.80"
2
+ VERSION = "0.1.81"
3
3
  end
@@ -67,8 +67,8 @@ module AppliciousUtils
67
67
  multi_selection: false,
68
68
  multipart: true,
69
69
  multipart_params: {
70
- 'key': 'uploads/#{filename_token}' + '_' + ${filename},
71
- 'Filename': 'uploads/#{filename_token}' + '_' + ${filename}, // adding this to keep consistency across the runtimes
70
+ 'key': 'uploads/#{filename_token}_${filename}',
71
+ 'Filename': 'uploads/#{filename_token}_${filename}', // adding this to keep consistency across the runtimes
72
72
  'acl': '#{options[:acl]}',
73
73
  'Content-Type': '#{options[:content_type]}',
74
74
  '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.80
4
+ version: 0.1.81
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: