applicious_utils 0.1.38 → 0.1.39

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.
Binary file
@@ -1,3 +1,3 @@
1
1
  module AppliciousUtils
2
- VERSION = "0.1.38"
2
+ VERSION = "0.1.39"
3
3
  end
@@ -66,7 +66,7 @@ module AppliciousUtils
66
66
  // image uploader via plupload
67
67
  var uploader = new plupload.Uploader({
68
68
  runtimes : 'html5,flash,silverlight',
69
- browse_button : 'applicious_uploader',
69
+ browse_button : 'applicious_choose_file',
70
70
  max_file_size : '500mb',
71
71
  url : 'http://#{bucket}.s3.amazonaws.com/',
72
72
  flash_swf_url: '/applicious/plupload/plupload.flash.swf',
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.38
4
+ version: 0.1.39
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -76,6 +76,7 @@ files:
76
76
  - app/assets/stylesheets/applicious_utils/index.css
77
77
  - applicious_utils-0.1.36.gem
78
78
  - applicious_utils-0.1.37.gem
79
+ - applicious_utils-0.1.38.gem
79
80
  - applicious_utils.gemspec
80
81
  - Gemfile
81
82
  - lib/applicious_utils/engine.rb