Skip to content

Commit

Permalink
Merge pull request #93 from getyoti/release-1.6.3
Browse files Browse the repository at this point in the history
Release 1.6.3
  • Loading branch information
davidgrayston authored Apr 6, 2020
2 parents b4c6a98 + 94e0937 commit 306dd0a
Show file tree
Hide file tree
Showing 15 changed files with 3 additions and 612 deletions.
1 change: 1 addition & 0 deletions lib/yoti/activity_details.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require 'net/http'
require 'time'

module Yoti
#
Expand Down
4 changes: 0 additions & 4 deletions lib/yoti/sandbox.rb

This file was deleted.

49 changes: 0 additions & 49 deletions lib/yoti/sandbox/anchor.rb

This file was deleted.

52 changes: 0 additions & 52 deletions lib/yoti/sandbox/attribute.rb

This file was deleted.

171 changes: 0 additions & 171 deletions lib/yoti/sandbox/profile.rb

This file was deleted.

40 changes: 0 additions & 40 deletions lib/yoti/sandbox/sandbox_client.rb

This file was deleted.

2 changes: 1 addition & 1 deletion lib/yoti/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Yoti
# @return [String] the gem's current version
VERSION = '1.6.2'.freeze
VERSION = '1.6.3'.freeze
end
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sonar.projectKey = yoti-web-sdk:ruby
sonar.projectName = ruby-sdk
sonar.projectVersion = 1.6.2
sonar.projectVersion = 1.6.3
sonar.language=ruby
sonar.exclusions = **/protobuf/**.rb, coverage/**, spec/sample-data/**
sonar.links.scm = https://github.com/getyoti/yoti-ruby-sdk
Expand Down
4 changes: 0 additions & 4 deletions spec/sample-data/responses/sandbox_create.json

This file was deleted.

3 changes: 0 additions & 3 deletions spec/sample-data/responses/sandbox_share.json

This file was deleted.

1 change: 0 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
require 'webmock/rspec'

require 'yoti'
require 'yoti/sandbox'

def stub_api_requests_v1(method = :get, response = 'profile', endpoint = '[a-zA-Z]*', status = [200])
stub_response = File.read("spec/sample-data/responses/#{response}.json")
Expand Down
33 changes: 0 additions & 33 deletions spec/yoti/sandbox/sandbox_anchor_spec.rb

This file was deleted.

Loading

0 comments on commit 306dd0a

Please sign in to comment.