twiglet 3.7.0 → 3.7.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f96b986bde71dfbd3e0420ad9decf78c1f21110630b4c3487d475a548ba0b2ae
4
- data.tar.gz: 2d150a0f9504b816d57afac378447fa2fcdfcbda823d0c7d3cdb80bb507d2a60
3
+ metadata.gz: fdfe6db753dcf115b7965ff0cfd9682e23694b43765fd69cdd64986e7fc51d41
4
+ data.tar.gz: fb110c32f6b4556efd1eb3f4ff673ca7b2e975008973ad296445389d2372a8c8
5
5
  SHA512:
6
- metadata.gz: 620e90343fc8ba2edc7c086aaca67598d4f5c0d41b118a978815edb4b4af035ac5b357a680395248607abd39a078bd104893353299af768ae689279bd01a2573
7
- data.tar.gz: c33601082d8704cd0e50b082bcd35964d63652c005b74090bc3b262e53452e50f3103dd7fd6eee8b157eac46ccc355acc3e36bb2bcc23ce087412b3c9d07bc4e
6
+ metadata.gz: 7d0add22464cd885a861d2d7c5e85d7b7e2a444cb4516c26c261ea9992b1e2988a2a7e47d17d4d123d8131b34198af2d084350c2aa7262b44db513fccc33ea11
7
+ data.tar.gz: d9772fd14f86d73b17c25a0b4f469b1ff9248ecba733d0d09d31be1d6c6c69c01a2e4d8e1152d68b2b8fce57f1acb13745ae45d5069846df38119663ea8262ae
@@ -18,7 +18,7 @@ jobs:
18
18
 
19
19
  strategy:
20
20
  matrix:
21
- ruby-version: [2.7, 3.0, 3.1]
21
+ ruby-version: [3.0, 3.1, 3.2]
22
22
 
23
23
  steps:
24
24
  - uses: actions/checkout@v3
@@ -28,22 +28,11 @@ jobs:
28
28
  ruby-version: ${{ matrix.ruby-version }}
29
29
  - name: Install dependencies
30
30
  run: bundle install
31
- - name: install cc-test-reporter
32
- env:
33
- CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
34
- run: |
35
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-0.6.3-linux-amd64 > ./cc-test-reporter
36
- chmod +x ./cc-test-reporter
37
- ./cc-test-reporter before-build
38
31
  - name: Rubocop Check
39
32
  run: bundle exec rubocop
40
33
  - name: Run all tests
41
34
  run: bundle exec rake test
42
35
  shell: bash
43
- - name: upload test coverage to CodeClimate
44
- env:
45
- CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
46
- run: ./cc-test-reporter after-build
47
36
  - name: Run example_app
48
37
  run: bundle exec ruby example_app.rb
49
38
  shell: bash
@@ -10,7 +10,7 @@ permissions:
10
10
  statuses: write
11
11
  jobs:
12
12
  build:
13
- runs-on: ubuntu-18.04
13
+ runs-on: ubuntu-latest
14
14
 
15
15
  steps:
16
16
  - uses: simplybusiness/version-forget-me-not@v2.3.0
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Twiglet
4
- VERSION = '3.7.0'
4
+ VERSION = '3.7.2'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twiglet
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.7.0
4
+ version: 3.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simply Business
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-07 00:00:00.000000000 Z
11
+ date: 2023-04-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json-schema