Skip to content

Commit c6dae53

Browse files
committed
Remove vcr and test with production sandbox
1 parent c6c0d54 commit c6dae53

File tree

13 files changed

+92
-1345
lines changed

13 files changed

+92
-1345
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ group :development, :test do
66
gem 'rake', '~> 13.0.1'
77
gem 'pry-byebug'
88
gem 'rubocop', '~> 0.66.0'
9-
gem 'vcr', '~> 6.0'
109
end

Gemfile.lock

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ GEM
5555
typhoeus (1.4.0)
5656
ethon (>= 0.9.0)
5757
unicode-display_width (1.5.0)
58-
vcr (6.0.0)
5958

6059
PLATFORMS
6160
ruby
@@ -66,7 +65,6 @@ DEPENDENCIES
6665
rake (~> 13.0.1)
6766
rspec (~> 3.6, >= 3.6.0)
6867
rubocop (~> 0.66.0)
69-
vcr (~> 6.0)
7068

7169
BUNDLED WITH
7270
2.1.4

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Patch ruby
1+
# Patch Ruby SDK
22
![Test](https://github.com/patch-technology/patch-ruby/workflows/Test/badge.svg)
33
[![Gem Version](https://badge.fury.io/rb/patch_ruby.svg)](https://badge.fury.io/rb/patch_ruby)
44

55
The official Ruby gem for the [Patch API](https://www.usepatch.com)
66

77
## Documentation
88

9-
For detailed documentation and examples, see the [Patch API docs](https://www.usepatch.com).
9+
For detailed documentation and examples, see the [Patch API docs](https://docs.usepatch.com).
1010

1111
## Installation
1212

spec/fixtures/vcr_cassettes/estimate_orders.yml

Lines changed: 0 additions & 276 deletions
This file was deleted.

0 commit comments

Comments
 (0)