gravtastic 3.2.5 → 3.2.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  module Gravtastic
2
2
 
3
- VERSION = '3.2.5'
3
+ VERSION = '3.2.6'
4
4
 
5
5
  # Returns the version of Gravtastic
6
6
  def self.version
@@ -1,4 +1,4 @@
1
- (function(export) {
1
+ (function(out) {
2
2
  /*
3
3
  * A JavaScript implementation of the RSA Data Security, Inc. MD5 Message
4
4
  * Digest Algorithm, as defined in RFC 1321.
@@ -379,5 +379,5 @@
379
379
  return (num << cnt) | (num >>> (32 - cnt));
380
380
  }
381
381
 
382
- export.MD5 = hex_md5;
382
+ out.MD5 = hex_md5;
383
383
  })(window);
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gravtastic
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.5
4
+ version: 3.2.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: