Project
Reverse Dependencies for rubocop
The projects listed here declare rubocop as a runtime or development dependency
0.0
RSpec utilities for Rails
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.0
A gem to access the RAE dictionary
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.0
neco provides an elegant interface for commands.
You can validate input, handle errors and compose multiple commands with rollback.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.0
A gem that utilizes the nekos.life API.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.0
Asciidoctor extensions by Neo4j.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.0
A Neo4j OGM (Object-Graph-Mapper) for use in Ruby on Rails and Rack frameworks heavily inspired by ActiveRecord.
This fork enables this gem to be used in Rails 3.2 projects
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.0
A library to use Neoway auth features
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
Nerd dice allows you to roll polyhedral dice and add bonuses as you would in
a tabletop roleplaying game. You can choose to roll multiple dice and keep a
specified number of dice such as rolling 4d6 and dropping the lowest for
ability scores or rolling with advantage and disadvantage if those mechanics
exist in your game.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
Nerd dice allows you to roll polyhedral dice and add bonuses as you would in
a tabletop roleplaying game. You can choose to roll multiple dice and keep a
specified number of dice such as rolling 4d6 and dropping the lowest for
ability scores or rolling with advantage and disadvantage if those mechanics
exist in your game.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.0
A fast Nessus dump parser and differ.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.0
Utility methods such as deep_copy, dig, bury, delete, and path? for working with
PORO structures arbitrarily nested with Hashes and Arrays.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.0
# Netchk
Simple tool to troubleshoot internet connectivity issues. This tool verifies:
- your computer has at least one IP address
- you have at least one DNS configured
- you can reach the configured nameservers
- the nameservers can resolve hosts
Finally, some ICMP ping statistics are presented with average durations and error rates.
## Installation
```sh
gem install netchk
```
## Usage
Just run `netchk` from your terminal and basic diagnosis will start showing you progress and
any error if present.
Note: On Linux system, this gem requires `sudo` to perform the ICMP ping operations. On macOS, this is not needed.
You also can configure how netchk verifies your connections by configuring a `~/.netchk.yaml` or `~/.netchk.yml` file
like below.
```yaml
# Settings to test DNS server connectivity.
dns:
# Path to resolv.conf file to check presence and connectivity of DNS.
# Path should be absolute to avoid issues when running netchk
# from different directories.
resolv.conf: /etc/resolv.conf
# Settings to test DNS resolution.
resolv:
# Path to resolv.conf file to use for testing DNS resolution.
# Path should be absolute to avoid issues when running netchk
# from different directories. It is advised to be the same
# as dns.resolv.conf.
resolv.conf: /etc/resolv.conf
# The list of domains to test for DNS resolution.
domains:
- google.com
- youtube.com
- facebook.com
# Settings to test icmp ping.
icmp:
# A list of hosts to ping with ICMP. It is advised to use
# IP addresses instead of domains to rule out any issues with
# DNS resolution, which is tested separately.
hosts:
- 1.1.1.1
- 8.8.8.8
# The number of ping to issue each host.
count: 20
# The duration in seconds to wait between each ping.
# Setting this value too low might cause timeouts.
interval: 0.2
```
Each value is optional. If one is missing the default value will be used. The file above shows the default values.
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/moray95/netchk.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.0
Talk to Netdot via REST with Ruby
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.0
Wraps Net::HTTP requests e.g. for logging purposes.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
0.0
Ruby Wrapper for the Netilion Information Hub API
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.0
Add the GSS-SPNEGO authentication mechanism in net-ldap gem
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.0
Checks NTP offset against several NTP servers and allows pushing of offset stats via statsd
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.0
Simple .netrc parser
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.0
Hubstaff style guides and shared style configs.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity
0.0
Netsoul client and library for ruby.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025