From bc36f65eb7f72fe3f4cf364e807f7d43eaa11edc Mon Sep 17 00:00:00 2001 From: Azul Date: Thu, 11 Oct 2012 12:40:40 +0200 Subject: removed duplicate requires, bumped version --- lib/srp/client.rb | 4 +--- lib/srp/session.rb | 4 +--- ruby-srp.gemspec | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/lib/srp/client.rb b/lib/srp/client.rb index 94e36af..3882f1d 100644 --- a/lib/srp/client.rb +++ b/lib/srp/client.rb @@ -1,9 +1,7 @@ -require File.expand_path(File.dirname(__FILE__) + '/util') - module SRP class Client - include Util + include SRP::Util attr_reader :salt, :verifier, :username diff --git a/lib/srp/session.rb b/lib/srp/session.rb index 7b0331a..defbaa8 100644 --- a/lib/srp/session.rb +++ b/lib/srp/session.rb @@ -1,8 +1,6 @@ -require File.expand_path(File.dirname(__FILE__) + '/util') - module SRP class Session - include Util + include SRP::Util attr_accessor :user, :aa, :bb def initialize(user, aa=nil) diff --git a/ruby-srp.gemspec b/ruby-srp.gemspec index becb6cf..1ab1aa0 100644 --- a/ruby-srp.gemspec +++ b/ruby-srp.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = "ruby-srp" - s.version = "0.1.1" + s.version = "0.1.2" s.platform = Gem::Platform::RUBY s.authors = ["Azul"] s.email = ["azul@leap.se"] -- cgit v1.2.3