max_exchange_api 1.3.0 → 1.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3f55473cff3a0a3a235b9e164ddc0e35ada7de436ac2fea87d9e17c179ed7135
4
- data.tar.gz: 8de22008ea06fe624634099ad7cd1133876ed2182fd515b024c311ac49a4407e
3
+ metadata.gz: 9042f3baa72e30681aff2bcdae80569e8176472833209d6f3109f4257780a802
4
+ data.tar.gz: 8fe3105cd1b82f8d07536ea368f8cab6b8135a2235cd1bda4dedb4b04b481be5
5
5
  SHA512:
6
- metadata.gz: 444b86438ad9c6055914ce5413225256cb986b7519dd94c255c6bd88837cf3c549db2193cd950c20fce073431e834163b68c7763f72abca45c586b10a4276708
7
- data.tar.gz: 4abfa0033b87e4dab40a5b590c878ec4600e3d56dd94ee9b8db6db9d612b916a84e6e49e009f1d4e489be443e487029ec399d7017f9c6b75f8a54524f2627e05
6
+ metadata.gz: 4f242d31c608b116fa8eb99f98a73927e2a992377bf60eb016d5dbe86b383fcbed5564473835d79985f2f0e52edc850b4dc30431514222c60006a5f336eab349
7
+ data.tar.gz: 646e5b923b0a7d0efca4afb866a2e736c74c6dcd054ca9e74463ed9da349b26f2a26547598989be9a701afff2206e509864385d8baf68004f3259680be693600
@@ -1,46 +1,43 @@
1
- name: Ruby
2
-
3
- on:
4
- push:
5
- paths-ignore:
6
- - 'README.md'
7
- - 'CHANGELOG.md'
8
- pull_request:
9
- branches: [ master ]
10
- paths-ignore:
11
- - 'README.md'
12
- - 'CHANGELOG.md'
13
-
14
- jobs:
15
- test:
16
- runs-on: ubuntu-latest
17
- name: Test
18
- if: "contains(github.event.commits[0].message, '[ci skip]') == false"
19
- strategy:
20
- fail-fast: false
21
- matrix:
22
- ruby:
23
- - 2.2
24
- - 2.6
25
- - 2.7
26
- - 3.0
27
- gemfile:
28
- - Gemfile
29
- env:
30
- BUNDLE_GEMFILE: "gemfiles/${{ matrix.gemfile }}"
31
-
32
- steps:
33
- - name: Checkout
34
- uses: actions/checkout@v2
35
- - name: Setup Ruby
36
- uses: ruby/setup-ruby@v1
37
- with:
38
- ruby-version: ${{ matrix.ruby }}
39
- bundler-cache: true # runs 'bundle install' and caches installed gems automatically
40
- - name: Run tests
41
- run: bundle exec rake
42
- - name: Publish code coverage
43
- if: ${{ success() }}
44
- uses: paambaati/codeclimate-action@v2.7.5
45
- env:
46
- CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
1
+ name: Ruby
2
+
3
+ on:
4
+ push:
5
+ paths-ignore:
6
+ - 'README.md'
7
+ - 'CHANGELOG.md'
8
+ pull_request:
9
+ branches: [ master ]
10
+ paths-ignore:
11
+ - 'README.md'
12
+ - 'CHANGELOG.md'
13
+
14
+ jobs:
15
+ test:
16
+ runs-on: ubuntu-latest
17
+ name: Test
18
+ if: "contains(github.event.commits[0].message, '[ci skip]') == false"
19
+ strategy:
20
+ fail-fast: false
21
+ matrix:
22
+ ruby:
23
+ - 2.6
24
+ - 2.7
25
+ - 3.3
26
+ gemfile:
27
+ - Gemfile
28
+ include:
29
+ - ruby: 2.2
30
+ gemfile: 2.2.gemfile
31
+ env:
32
+ BUNDLE_GEMFILE: "gemfiles/${{ matrix.gemfile }}"
33
+
34
+ steps:
35
+ - name: Checkout
36
+ uses: actions/checkout@v2
37
+ - name: Setup Ruby
38
+ uses: ruby/setup-ruby@v1
39
+ with:
40
+ ruby-version: ${{ matrix.ruby }}
41
+ bundler-cache: true # runs 'bundle install' and caches installed gems automatically
42
+ - name: Run tests
43
+ run: bundle exec rake
data/.gitignore CHANGED
@@ -1,62 +1,62 @@
1
- *.gem
2
- *.rbc
3
- /.config
4
- /.bundle/
5
- /.yardoc
6
- /_yardoc/
7
- /coverage/
8
- /InstalledFiles
9
- /doc/
10
- /pkg/
11
- /spec/reports/
12
- /spec/examples.txt
13
- /test/tmp/
14
- /test/version_tmp/
15
- /tmp/
16
- .idea/
17
-
18
- # Used by dotenv library to load environment variables.
19
- # .env
20
-
21
- # Ignore Byebug command history file.
22
- .byebug_history
23
-
24
- ## Specific to RubyMotion:
25
- .dat*
26
- .repl_history
27
- build/
28
- *.bridgesupport
29
- build-iPhoneOS/
30
- build-iPhoneSimulator/
31
-
32
- ## Specific to RubyMotion (use of CocoaPods):
33
- #
34
- # We recommend against adding the Pods directory to your .gitignore. However
35
- # you should judge for yourself, the pros and cons are mentioned at:
36
- # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
37
- #
38
- # vendor/Pods/
39
-
40
- ## Documentation cache and generated files:
41
- /.yardoc/
42
- /_yardoc/
43
- /doc/
44
- /rdoc/
45
-
46
- ## Environment normalization:
47
- /.bundle/
48
- /vendor/bundle
49
- /lib/bundler/man/
50
-
51
- # for a library or gem, you might want to ignore these files since the code is
52
- # intended to run in multiple environments; otherwise, check them in:
53
- Gemfile.lock
54
- /gemfiles/*.gemfile.lock
55
- .ruby-version
56
- .ruby-gemset
57
-
58
- # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
59
- .rvmrc
60
-
61
- # Used by RuboCop. Remote config files pulled in from inherit_from directive.
62
- # .rubocop-https?--*
1
+ *.gem
2
+ *.rbc
3
+ /.config
4
+ /.bundle/
5
+ /.yardoc
6
+ /_yardoc/
7
+ /coverage/
8
+ /InstalledFiles
9
+ /doc/
10
+ /pkg/
11
+ /spec/reports/
12
+ /spec/examples.txt
13
+ /test/tmp/
14
+ /test/version_tmp/
15
+ /tmp/
16
+ .idea/
17
+
18
+ # Used by dotenv library to load environment variables.
19
+ # .env
20
+
21
+ # Ignore Byebug command history file.
22
+ .byebug_history
23
+
24
+ ## Specific to RubyMotion:
25
+ .dat*
26
+ .repl_history
27
+ build/
28
+ *.bridgesupport
29
+ build-iPhoneOS/
30
+ build-iPhoneSimulator/
31
+
32
+ ## Specific to RubyMotion (use of CocoaPods):
33
+ #
34
+ # We recommend against adding the Pods directory to your .gitignore. However
35
+ # you should judge for yourself, the pros and cons are mentioned at:
36
+ # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
37
+ #
38
+ # vendor/Pods/
39
+
40
+ ## Documentation cache and generated files:
41
+ /.yardoc/
42
+ /_yardoc/
43
+ /doc/
44
+ /rdoc/
45
+
46
+ ## Environment normalization:
47
+ /.bundle/
48
+ /vendor/bundle
49
+ /lib/bundler/man/
50
+
51
+ # for a library or gem, you might want to ignore these files since the code is
52
+ # intended to run in multiple environments; otherwise, check them in:
53
+ Gemfile.lock
54
+ /gemfiles/*.gemfile.lock
55
+ .ruby-version
56
+ .ruby-gemset
57
+
58
+ # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
59
+ .rvmrc
60
+
61
+ # Used by RuboCop. Remote config files pulled in from inherit_from directive.
62
+ # .rubocop-https?--*