highline_wrapper 1.2.1 → 1.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +15 -13
- data/lib/highline_wrapper/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d0386ba9a8b59066ee480db64c43883461107598bc2305c524c0cbe4e5f036f9
|
4
|
+
data.tar.gz: 4aced242f9477147f29bf870f04caf1573eafc707ccd97be87282381713e8831
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d756e947239db890942a54cc1ea1cbecc71e7149ee247f6ae58e6f3345a5f2adc32320433b99f68d3911cad59b9590742c67c0d1b3b9cb02787a28f98ca424f0
|
7
|
+
data.tar.gz: dbe4663597f917865b9ad062a646d9d46302024a365efc578d7438b8b081f4cafc6f79c45fe9db188c91acbb5d2af853fd31b1316caded14663934117d59eced
|
data/README.md
CHANGED
@@ -416,13 +416,25 @@ What are your favorite numbers of these?
|
|
416
416
|
|
417
417
|
To run the tests, run `bundle exec rspec` from the command-line. GitHub Actions will also run the tests upon every commit to make sure they're up to date and that everything is working correctly. Locally, you can also run `bundle exec guard` to automatically run tests as you develop!
|
418
418
|
|
419
|
-
|
419
|
+
---
|
420
|
+
|
421
|
+
### Contributing
|
420
422
|
|
421
423
|
To submit a feature request, bug ticket, etc, please submit an official [GitHub Issue](https://github.com/emmahsax/highline_wrapper/issues/new).
|
422
424
|
|
423
|
-
|
425
|
+
### Security Policy
|
426
|
+
|
427
|
+
To report any security vulnerabilities, please view this repository's [Security Policy](https://github.com/emmahsax/highline_wrapper/security/policy).
|
428
|
+
|
429
|
+
### Licensing
|
430
|
+
|
431
|
+
For information on licensing, please see [LICENSE.md](https://github.com/emmahsax/highline_wrapper/blob/main/LICENSE.md).
|
432
|
+
|
433
|
+
### Code of Conduct
|
434
|
+
|
435
|
+
When interacting with this repository, please follow [Contributor Covenant's Code of Conduct](https://contributor-covenant.org).
|
424
436
|
|
425
|
-
|
437
|
+
### Releasing
|
426
438
|
|
427
439
|
To make a new release of this gem:
|
428
440
|
|
@@ -434,13 +446,3 @@ To make a new release of this gem:
|
|
434
446
|
6. Run `rm *.gem` to clean up your local repository
|
435
447
|
|
436
448
|
To set up your local machine to push to RubyGems via the API, see the [RubyGems documentation](https://guides.rubygems.org/publishing/#publishing-to-rubygemsorg).
|
437
|
-
|
438
|
-
---
|
439
|
-
|
440
|
-
### Licensing
|
441
|
-
|
442
|
-
For information on licensing, please see [LICENSE.md](https://github.com/emmahsax/highline_wrapper/blob/main/LICENSE.md).
|
443
|
-
|
444
|
-
### Code of Conduct
|
445
|
-
|
446
|
-
When interacting with this repository, please follow [Contributor Covenant's Code of Conduct](https://contributor-covenant.org).
|