File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ gem 'node_info'
2626
2727And then execute:
2828
29- ``` sh
29+ ``` ruby
3030bundle install
3131```
3232
3333Or install it yourself as:
3434
35- ``` sh
35+ ``` ruby
3636gem install node_info
3737```
3838
@@ -331,29 +331,31 @@ To install this gem onto your local machine, run `bundle exec rake install`.
331331
332332### Running Tests
333333
334- ``` sh
334+ ``` ruby
335335bundle exec rspec
336336```
337337
338338### Running RuboCop
339339
340- ``` sh
340+ ``` ruby
341341bundle exec rubocop
342342```
343343
344344### Running All Checks
345345
346- ``` sh
346+ ``` ruby
347347bundle exec rake
348348```
349349
350350## Contributing
351351
352- Bug reports and pull requests are welcome on GitHub at the https://github.com/xoengineering/node_info repo.
352+ Bug reports and pull requests are welcome on GitHub at the
353+ https://github.com/xoengineering/node_info repo.
353354
354355## License
355356
356- The gem is available as open source under the terms of the [ MIT License] ( https://opensource.org/licenses/MIT ) .
357+ The gem is available as open source under the terms of the
358+ [ MIT License] ( https://opensource.org/licenses/MIT ) .
357359
358360## References
359361
You can’t perform that action at this time.
0 commit comments