applicious_utils 0.1.37 → 0.1.38

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.37"
2
+ VERSION = "0.1.38"
3
3
  end
@@ -93,7 +93,7 @@ module AppliciousUtils
93
93
  });
94
94
 
95
95
  uploader.bind('FilesAdded', function(up, files) {
96
- AP.log( up, file );
96
+ AP.log( up, files );
97
97
  up.refresh(); // Reposition Flash/Silverlight
98
98
  });
99
99
 
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.37
4
+ version: 0.1.38
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -75,6 +75,7 @@ files:
75
75
  - app/assets/stylesheets/applicious_utils/FbMultiFriendSelector/README.md
76
76
  - app/assets/stylesheets/applicious_utils/index.css
77
77
  - applicious_utils-0.1.36.gem
78
+ - applicious_utils-0.1.37.gem
78
79
  - applicious_utils.gemspec
79
80
  - Gemfile
80
81
  - lib/applicious_utils/engine.rb