applicious_utils 0.1.39 → 0.1.40

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.39"
2
+ VERSION = "0.1.40"
3
3
  end
@@ -112,7 +112,11 @@ module AppliciousUtils
112
112
 
113
113
  uploader.init();
114
114
 
115
- });")
115
+ });
116
+
117
+ window.applicious_uploader = uploader;
118
+
119
+ ")
116
120
 
117
121
  end
118
122
  end
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.39
4
+ version: 0.1.40
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -77,6 +77,7 @@ files:
77
77
  - applicious_utils-0.1.36.gem
78
78
  - applicious_utils-0.1.37.gem
79
79
  - applicious_utils-0.1.38.gem
80
+ - applicious_utils-0.1.39.gem
80
81
  - applicious_utils.gemspec
81
82
  - Gemfile
82
83
  - lib/applicious_utils/engine.rb