applicious_utils 0.1.77 → 0.1.78

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.
@@ -1,3 +1,3 @@
1
1
  module AppliciousUtils
2
- VERSION = "0.1.77"
2
+ VERSION = "0.1.78"
3
3
  end
@@ -46,8 +46,7 @@ module AppliciousUtils
46
46
 
47
47
  function appliciousGetFileExtension(filename)
48
48
  {
49
- var ext = /^.+\.([^.]+)$/.exec(filename);
50
- return ext == null ? "" : ext[1];
49
+ return filename.split('.').pop();
51
50
  }
52
51
 
53
52
  /*
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.77
4
+ version: 0.1.78
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: