kiq 0.1.8 → 0.1.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 75fe72b618549a0e9e65a7608a6a9c128e37e016
4
- data.tar.gz: 57677153f53bbf46d1832c64e5b6467c816a8c1e
3
+ metadata.gz: e0683bc1f39b0cc4f68342ca3a1d59fc14a6be27
4
+ data.tar.gz: 184748b8f03c3a5b8e464ccbb425dce14e07106b
5
5
  SHA512:
6
- metadata.gz: 743b43c87d6d1767182a4c2d1e087dc17f95c83bc8dd751f57e93d31d86ff251130463c9ada7a83fd2abc213d447c2201394eec6bdcaadc12f75061626e20e47
7
- data.tar.gz: 9d0eb94792df0c44a449ce728d7102c28c0cb9fb6fb97ca517f59b7006cd0511f14ab1fd4da09ae890d22e0c19fc9baed9672cf623ca27e9c60f89a3667a6760
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
@@ -1,4 +1,4 @@
1
1
  # Current version of Kiq gem
2
2
  module Kiq
3
- VERSION = "0.1.8"
3
+ VERSION = "0.1.9"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kiq
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Logan McDonald