recurly 3.5.0 → 3.6.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +1,12 @@
1
1
  #!/usr/bin/env bash
2
- set -e
3
2
 
4
3
  if [ "$1" == "--check" ]; then
5
4
  ./bin/rufo . --check
5
+ RESULT=$?
6
+ if [ $RESULT != 0 ]; then
7
+ echo "Code is not properly formatted. Please execute ./scripts/format to autoformat the code."
8
+ exit $RESULT
9
+ fi
6
10
  else
7
11
  ./bin/rufo . -x
8
12
  fi
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: recurly
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.5.0
4
+ version: 3.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Recurly
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-04-20 00:00:00.000000000 Z
11
+ date: 2020-06-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -161,6 +161,7 @@ files:
161
161
  - lib/recurly/requests/coupon_update.rb
162
162
  - lib/recurly/requests/custom_field.rb
163
163
  - lib/recurly/requests/external_refund.rb
164
+ - lib/recurly/requests/external_transaction.rb
164
165
  - lib/recurly/requests/invoice_address.rb
165
166
  - lib/recurly/requests/invoice_collect.rb
166
167
  - lib/recurly/requests/invoice_create.rb
@@ -280,7 +281,7 @@ metadata:
280
281
  changelog_uri: https://github.com/recurly/recurly-client-ruby/blob/master/CHANGELOG.md
281
282
  documentation_uri: https://dev.recurly.com/docs
282
283
  homepage_uri: https://github.com/recurly/recurly-client-ruby
283
- source_code_uri: https://github.com/recurly/recurly-client-ruby/tree/3.5.0
284
+ source_code_uri: https://github.com/recurly/recurly-client-ruby/tree/3.6.0
284
285
  post_install_message:
285
286
  rdoc_options: []
286
287
  require_paths: