Skip to content

Commit

Permalink
Fix after removing Guid gem (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
bohdan-perekhrest authored Aug 5, 2024
1 parent cd5b348 commit 1ec9a13
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ source 'http://rubygems.org'
gem 'activemodel', '~> 3.0'
gem 'activesupport', '~> 3.0'
gem 'furi'
gem 'guid', '~> 0.1'
gem 'savon', '~> 2.4'

group :test do
gem 'rspec', '~> 3.12'
end

2 changes: 0 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ GEM
date (3.3.3)
diff-lcs (1.5.0)
furi (0.2.3)
guid (0.1.1)
gyoku (1.4.0)
builder (>= 2.1.2)
rexml (~> 3.0)
Expand Down Expand Up @@ -85,7 +84,6 @@ DEPENDENCIES
activemodel (~> 3.0)
activesupport (~> 3.0)
furi
guid (~> 0.1)
rspec (~> 3.12)
savon (~> 2.4)

Expand Down
3 changes: 1 addition & 2 deletions lib/exact_target_sdk/client.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
require 'guid'
require 'savon'
require 'timeout'

Expand Down Expand Up @@ -233,7 +232,7 @@ def logger
attr_writer :config

attr_accessor :client

# Constructs and saves the savon client using provided config.
def initialize_client!
self.client = ::Savon.client(
Expand Down

0 comments on commit 1ec9a13

Please sign in to comment.