kaizoku 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/lib/kaizoku/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: e97346a12b9414d29820449d49693931150141ca0ea70429f7608d5e5e86e512
|
|
4
|
+
data.tar.gz: 24b4f8d3708ad01ae1e3ee02cb054e853039623d9a71a90c1dcc267c33dc249a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8dcd84f3a90db260794286a059819959ba46c969a41b5abfad3930e9dddaf1ed06eb69b4ca9d21f29b77017616a94d0fdfc6bd58644dcac44d719d2ab912c456
|
|
7
|
+
data.tar.gz: ac01902bf2971697b2a9f8e8d18391c3f947a6de924a91beaa74514c0ed72cd54a7af346962bb4dab0bf3b17b83630c0f988ca35ec0a615f87ac430376314440
|
data/README.md
CHANGED
|
@@ -20,7 +20,7 @@ Or install it yourself as:
|
|
|
20
20
|
|
|
21
21
|
## Usage
|
|
22
22
|
|
|
23
|
-
|
|
23
|
+
This gem is structured as a Command Line Interface. Navigate to this gem's directory and execute ruby bin/run.rb to get started. The command line will then print out instructions for how to proceed.
|
|
24
24
|
|
|
25
25
|
## Development
|
|
26
26
|
|
|
@@ -30,7 +30,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
|
30
30
|
|
|
31
31
|
## Contributing
|
|
32
32
|
|
|
33
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com
|
|
33
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/edezekiel/kaizoku. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
|
34
34
|
|
|
35
35
|
## License
|
|
36
36
|
|
data/lib/kaizoku/version.rb
CHANGED