Skip to content

Commit

Permalink
Ruby: Resolution of issue for gem file on linux platform
Browse files Browse the repository at this point in the history
  • Loading branch information
raju authored and raju committed Jun 5, 2012
1 parent 4f01222 commit 96ce6ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ruby/lib/pubnub_crypto.rb
Expand Up @@ -2,7 +2,7 @@

## including required libraries
require "openssl"
require 'digest/MD5'
require 'digest'
require 'base64'
require 'rubygems'
require 'json'
Expand Down
2 changes: 1 addition & 1 deletion ruby/pubnub.gemspec
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = %q{pubnub}
s.version = "0.1.6"
s.version = "0.1.7"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Luke Carpenter / PubNub.com"]
Expand Down

0 comments on commit 96ce6ae

Please sign in to comment.