applicious_utils 0.1.55 → 0.1.56

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.55"
2
+ VERSION = "0.1.56"
3
3
  end
@@ -4,7 +4,10 @@ module AppliciousUtils
4
4
  # Creates an instance of a plupload S3 file uploader
5
5
  # Derived from https://github.com/iwasrobbed/Rails3-S3-Uploader-Plupload
6
6
 
7
- def applicious_uploader(options = {})
7
+ def applicious_uploader(options)
8
+ puts 'Options'
9
+ puts options.inspect
10
+
8
11
  options[:s3_config_filename] ||= Rails.root.join('config', 'amazon_s3.yml')
9
12
  config = YAML.load_file(options[:s3_config_filename])[Rails.env].symbolize_keys
10
13
  bucket = config[:bucket_name]
@@ -78,8 +81,8 @@ module AppliciousUtils
78
81
  file_data_name: 'file'
79
82
  });
80
83
 
81
- #applicious_uploader.init();
82
- #window.applicious_uploader = applicious_uploader
84
+ //applicious_uploader.init();
85
+ //window.applicious_uploader = applicious_uploader
83
86
 
84
87
  AP.Uploader.init( applicious_uploader )
85
88
  });")
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.55
4
+ version: 0.1.56
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -75,6 +75,7 @@ files:
75
75
  - app/assets/stylesheets/applicious_utils/FbMultiFriendSelector/jquery.facebook.multifriend.select.min.js
76
76
  - app/assets/stylesheets/applicious_utils/FbMultiFriendSelector/README.md
77
77
  - app/assets/stylesheets/applicious_utils/index.css
78
+ - applicious_utils-0.1.55.gem
78
79
  - applicious_utils.gemspec
79
80
  - Gemfile
80
81
  - lib/applicious_utils/engine.rb