applicious_utils 0.1.85 → 0.1.86

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.85"
2
+ VERSION = "0.1.86"
3
3
  end
@@ -52,8 +52,8 @@ module AppliciousUtils
52
52
  preinit : {
53
53
  UploadFile: function(up, file) {
54
54
  up.settings.multipart_params: {
55
- 'key': '#{filename_token}.' + file.name.split('.').pop(),
56
- 'Filename': '#{filename_token}.' + file.name.split('.').pop(), // adding this to keep consistency across the runtimes
55
+ 'key': 'uploads/#{filename_token}.' + file.name.split('.').pop(),
56
+ 'Filename': 'uploads/#{filename_token}.' + file.name.split('.').pop(), // adding this to keep consistency across the runtimes
57
57
  'acl': '#{options[:acl]}',
58
58
  'Content-Type': '#{options[:content_type]}',
59
59
  '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.85
4
+ version: 0.1.86
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: