kiq 0.1.8 → 0.1.9
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 -0
- data/lib/kiq/helpers/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e0683bc1f39b0cc4f68342ca3a1d59fc14a6be27
|
|
4
|
+
data.tar.gz: 184748b8f03c3a5b8e464ccbb425dce14e07106b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 04c681cc0787fa0d4650e8fcb37b532aec8a4715c4aa33bcd083197244b46aaae2b96c2fb694e3a31ab4d5749e17641020e36be4f47d7c011abf25fa91f63d8d
|
|
7
|
+
data.tar.gz: 9e5b5f30b36d2833a02303a20665734d3adb5a676931db30ed990d0979b3b05f39bc6bfc0c32863e5b43aa02ca154ac3633d20c2e06f697ad617eafd839ce393
|
data/README.md
CHANGED
|
@@ -26,6 +26,8 @@ And then you're off! If you ever want to remove the `.kiq` yaml file, delete it
|
|
|
26
26
|
If you're interesting in developing with the code, use git to clone this repo:
|
|
27
27
|
`git clone https://github.com/loganmeetsworld/kiq.git`
|
|
28
28
|
|
|
29
|
+
The tests can be run from the terminal with the command `rspec`. This repo is also set up with Travis CI, so you can see the build status [here](https://travis-ci.org/loganmeetsworld/kiq).
|
|
30
|
+
|
|
29
31
|
## Sample Input and Output
|
|
30
32
|
```
|
|
31
33
|
> kiq project Awesome_Sauce 500
|
data/lib/kiq/helpers/version.rb
CHANGED