tiny_gltf 1.0.2 → 2.5.0.3

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: b312b5a66bdab7415fdd9abdbc85d4d574c76980e36806c42bb2393a1d4baec5
4
- data.tar.gz: 86e9ca06e5dcdcbbd31acae2e21961a0aa29e7b1fd33fedefbf39c751b11f57d
3
+ metadata.gz: 4e2ee4a6a043835d7b6861e5cb4e0e56ea750c9d7678246ed2f614189c045ccf
4
+ data.tar.gz: 8b904768a8c1d19cca92ccb58f669679520e12ebce7571610e3c1bb3fdc75d07
5
5
  SHA512:
6
- metadata.gz: b69518db19c2f905af28d68129a9869900abad1e1bbcebf29301e39ce493f5bd76d0721cf9117cdd4e1405fbae27ac013cb9adacf49d2f3eae1e317da6cb4341
7
- data.tar.gz: c373b122ca20ed12b8c66a09f62ae8d83c21a16902d1185a022e9108ee422d26398ed958f74eae9d89583e6a396499cdf7d3d2a05837ae4a2853ddc4aed2ba16
6
+ metadata.gz: 7e693521d50716b62e729061072e6925a3881b1366cfe45c5e8e1cf40246df244543daf74aedcca84c32731e0a55b2a859c1e1ae8239d0e104ca97a20a674a82
7
+ data.tar.gz: 5ad2e959862525c34dd1027da96e8c7f43bfe28a50da2059ec3b3b144e111669f9b271611bba74f49c71362b1b63fa1291485223fdab08adcdc1da3e1cdf9805
@@ -0,0 +1,17 @@
1
+ name: Build
2
+ on: [push, pull_request]
3
+ jobs:
4
+ test:
5
+ strategy:
6
+ fail-fast: false
7
+ matrix:
8
+ os: [ubuntu-latest, macos-latest]
9
+ ruby: [2.6, 2.7]
10
+ runs-on: ${{ matrix.os }}
11
+ steps:
12
+ - uses: actions/checkout@v2
13
+ - uses: ruby/setup-ruby@v1
14
+ with:
15
+ ruby-version: ${{ matrix.ruby }}
16
+ bundler-cache: true
17
+ - run: bundle exec rake
data/Gemfile.lock CHANGED
@@ -1,18 +1,20 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- tiny_gltf (1.0.2)
4
+ tiny_gltf (2.5.0.3)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
- github-markup (3.0.4)
10
- minitest (5.14.2)
11
- rake (13.0.1)
12
- rake-compiler (1.1.1)
9
+ github-markup (4.0.0)
10
+ minitest (5.15.0)
11
+ rake (13.0.6)
12
+ rake-compiler (1.1.9)
13
13
  rake
14
- redcarpet (3.5.0)
15
- yard (0.9.25)
14
+ redcarpet (3.5.1)
15
+ webrick (1.7.0)
16
+ yard (0.9.27)
17
+ webrick (~> 1.7.0)
16
18
 
17
19
  PLATFORMS
18
20
  ruby