File tree Expand file tree Collapse file tree 4 files changed +42
-1
lines changed
Expand file tree Collapse file tree 4 files changed +42
-1
lines changed Original file line number Diff line number Diff line change 1+ name : Static Tests
2+
3+ on :
4+ push :
5+ branches :
6+ - main
7+ pull_request :
8+ branches :
9+ - main
10+
11+ jobs :
12+ build :
13+ name : Build
14+ runs-on : ubuntu-latest
15+ steps :
16+ - uses : actions/checkout@v4
17+ - uses : ruby/setup-ruby@v1
18+ with :
19+ bundler-cache : true
20+ ruby-version : 3.1
21+ - run : bundle exec rake spec
22+
Original file line number Diff line number Diff line change 1010 berkshelf (~> 7.0 )
1111 chef (~> 13.6 )
1212 inifile (~> 3.0 )
13+ nokogiri
1314 rubyzip (~> 1.2 )
1415 thor (~> 1.0 )
1516
132133 json (2.7.2 )
133134 libyajl2 (2.1.0 )
134135 logger (1.6.1 )
136+ mini_portile2 (2.8.7 )
135137 minitar (1.0.2 )
136138 mixlib-archive (0.4.20 )
137139 mixlib-log
156158 net-ssh (>= 2.6.5 )
157159 net-ssh-gateway (>= 1.2.0 )
158160 net-telnet (0.2.0 )
161+ nokogiri (1.16.7 )
162+ mini_portile2 (~> 2.8.2 )
163+ racc (~> 1.4 )
164+ nokogiri (1.16.7-aarch64-linux )
165+ racc (~> 1.4 )
166+ nokogiri (1.16.7-arm-linux )
167+ racc (~> 1.4 )
168+ nokogiri (1.16.7-arm64-darwin )
169+ racc (~> 1.4 )
170+ nokogiri (1.16.7-x86-linux )
171+ racc (~> 1.4 )
172+ nokogiri (1.16.7-x86_64-darwin )
173+ racc (~> 1.4 )
174+ nokogiri (1.16.7-x86_64-linux )
175+ racc (~> 1.4 )
159176 octokit (4.25.1 )
160177 faraday (>= 1 , < 3 )
161178 sawyer (~> 0.9 )
174191 plist (3.7.1 )
175192 proxifier (1.0.3 )
176193 public_suffix (6.0.1 )
194+ racc (1.8.1 )
177195 rack (2.2.9 )
178196 rake (10.5.0 )
179197 retryable (3.0.5 )
Original file line number Diff line number Diff line change 11# DreamOps
22[ ![ Gem Version] ( https://img.shields.io/gem/v/dream-ops.svg )] [ gem ]
3- [ ![ Build Status] ( https://travis-ci .com/chris-allen/dream-ops.svg?branch=main )] ( https://app.travis- ci.com/github/chris-allen/dream-ops )
3+ ![ Build Status] ( https://github .com/chris-allen/dream-ops/actions/workflows/ ci.yml/badge.svg )
44
55[ gem ] : https://rubygems.org/gems/dream-ops
66
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ Gem::Specification.new do |spec|
3636
3737 spec . add_dependency "rubyzip" , "~> 1.2"
3838 spec . add_dependency "archive-tar-minitar"
39+ spec . add_dependency "nokogiri"
3940 spec . add_dependency "aws-sdk-core"
4041 spec . add_dependency "aws-sdk-configservice" , "~> 1"
4142 spec . add_dependency "aws-sdk-opsworks" , "~> 1"
You can’t perform that action at this time.
0 commit comments