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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/lib/kaizoku/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d213c2f9b8b5431bc0bcddf8fe93263bf728c3e8c5aa4171230d131ec4c2bdac
4
- data.tar.gz: 37e4de8e91e654a1dc8033e3903f86abbfe27df8715c4c885346731a38c0ca65
3
+ metadata.gz: e97346a12b9414d29820449d49693931150141ca0ea70429f7608d5e5e86e512
4
+ data.tar.gz: 24b4f8d3708ad01ae1e3ee02cb054e853039623d9a71a90c1dcc267c33dc249a
5
5
  SHA512:
6
- metadata.gz: 53dd4cd67cdee9d64ecee8aa425c1019adbffd6ccdac77a4c1090e7881adc0f8ccbbd39f0544c043b12dec7321acab06856f097af25b3058326452442f526ec8
7
- data.tar.gz: ea3d51f5c9f602615b4e30e9d56e68583d942f547b959bdcf6653f67bf0523699d9717a475ed418e36dc48c5454a84f3a80a06de0c26f366651f86e86ee838d1
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
- TODO: Write usage instructions here
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/<github username>/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.
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
 
@@ -1,3 +1,3 @@
1
1
  module Kaizoku
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kaizoku
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Edward Ezekiel