max_exchange_api 1.2.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: edbae1a964c5392adc89a6bd87851ef12ede61c116ff0e2739ceb7a281e5b680
4
- data.tar.gz: a643f7961288b860d35b28efdcf8f4ebcec28c1de9b44b5b19110d060400d3f1
3
+ metadata.gz: 9042f3baa72e30681aff2bcdae80569e8176472833209d6f3109f4257780a802
4
+ data.tar.gz: 8fe3105cd1b82f8d07536ea368f8cab6b8135a2235cd1bda4dedb4b04b481be5
5
5
  SHA512:
6
- metadata.gz: fd7fef5a08064c12470a155cd451c95d0139c34e1f452d4df18ed4478aea52c72d298ca872a5afd9a1144be40c2013631fc635c9473565c5e38e642be94ffa86
7
- data.tar.gz: ab9eaa801cea900a431a201824e443ccd87b64476eed20ee0cac58684d4234b4b57ac658dd7b7458914c96a770a5cd67d5ab3745f2dfae8dd36c282204dabb79
6
+ metadata.gz: 4f242d31c608b116fa8eb99f98a73927e2a992377bf60eb016d5dbe86b383fcbed5564473835d79985f2f0e52edc850b4dc30431514222c60006a5f336eab349
7
+ data.tar.gz: 646e5b923b0a7d0efca4afb866a2e736c74c6dcd054ca9e74463ed9da349b26f2a26547598989be9a701afff2206e509864385d8baf68004f3259680be693600
@@ -1,45 +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
- gemfile:
27
- - Gemfile
28
- env:
29
- BUNDLE_GEMFILE: "gemfiles/${{ matrix.gemfile }}"
30
-
31
- steps:
32
- - name: Checkout
33
- uses: actions/checkout@v2
34
- - name: Setup Ruby
35
- uses: ruby/setup-ruby@v1
36
- with:
37
- ruby-version: ${{ matrix.ruby }}
38
- bundler-cache: true # runs 'bundle install' and caches installed gems automatically
39
- - name: Run tests
40
- run: bundle exec rake
41
- - name: Publish code coverage
42
- if: ${{ success() }}
43
- uses: paambaati/codeclimate-action@v2.7.5
44
- env:
45
- 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?--*