pubnub 0.1.7 → 0.1.8

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of pubnub might be problematic. Click here for more details.

Files changed (2) hide show
  1. data/lib/pubnub_crypto.rb +1 -1
  2. metadata +2 -2
data/lib/pubnub_crypto.rb CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ## including required libraries
4
4
  require "openssl"
5
- require 'digest/MD5'
5
+ require 'digest'
6
6
  require 'base64'
7
7
  require 'rubygems'
8
8
  require 'json'
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 7
9
- version: 0.1.7
8
+ - 8
9
+ version: 0.1.8
10
10
  platform: ruby
11
11
  authors:
12
12
  - Luke Carpenter / PubNub.com