applicious_utils 0.1.41 → 0.1.43

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.
@@ -2,6 +2,7 @@ root = exports ? window
2
2
 
3
3
  class AppliciousCore
4
4
  DEBUG_FLAG: false
5
+ UPLOADER: false
5
6
 
6
7
  constructor: () ->
7
8
  if root.DEBUG
Binary file
@@ -1,3 +1,3 @@
1
1
  module AppliciousUtils
2
- VERSION = "0.1.41"
2
+ VERSION = "0.1.43"
3
3
  end
@@ -65,7 +65,7 @@ module AppliciousUtils
65
65
  */
66
66
  // image uploader via plupload
67
67
  var uploader = new plupload.Uploader({
68
- runtimes : 'html5,flash,silverlight',
68
+ runtimes : 'flash,silverlight',
69
69
  browse_button : 'applicious_choose_file',
70
70
  max_file_size : '500mb',
71
71
  url : 'http://#{bucket}.s3.amazonaws.com/',
@@ -111,7 +111,7 @@ module AppliciousUtils
111
111
  });
112
112
 
113
113
  uploader.init();
114
- window.applicious_uploader = uploader;
114
+ AP.UPLOADER = uploader;
115
115
 
116
116
  });
117
117
 
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.41
4
+ version: 0.1.43
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-07-06 00:00:00.000000000Z
12
+ date: 2011-07-07 00:00:00.000000000Z
13
13
  dependencies: []
14
14
  description: Helper JS & Ruby Functions
15
15
  email:
@@ -79,6 +79,7 @@ files:
79
79
  - applicious_utils-0.1.38.gem
80
80
  - applicious_utils-0.1.39.gem
81
81
  - applicious_utils-0.1.40.gem
82
+ - applicious_utils-0.1.41.gem
82
83
  - applicious_utils.gemspec
83
84
  - Gemfile
84
85
  - lib/applicious_utils/engine.rb