wahy 1.3.6 → 1.3.7

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 9b0fc0ec4e11c1a4f41de390c1f23681e4002302
4
- data.tar.gz: 2f0ce596d23a3ea913b8417faf5cf14b6edf0354
2
+ SHA256:
3
+ metadata.gz: b077e5e3ded93d578f46495109754b95d9f0110694bac2f81a1d089b62e7431a
4
+ data.tar.gz: 35c5401865e497a574ccb2b160a234b05b2ed4ae6e8933adf4980721927074b5
5
5
  SHA512:
6
- metadata.gz: 303ec72b164933c5cac2c2d66185312bbe8da495e922747de533e0d2c041f011fd36ead68b628e1ae95c285e4073b453fc8e1e18fe1c644a345e61a00f148517
7
- data.tar.gz: '0592670e41e12220b3e58109aacc8eab60f3474f1954084b278d7587d22c4aafe8d07f3682881275341593d02da00d239ad8b79e291b2dd16c0eddf0fda050ec'
6
+ metadata.gz: b10e92ab862fedc6422c0934dac093d10674fc4680a30fc814c4a9922c58255dde076da7830414592191d1b67ea884e48ec2ff40fc0b1e544c41a5bdf67e1c47
7
+ data.tar.gz: d0007bd63cdd021c217b7747fee5567d60180376bb68f1a466e14723c77354db7d09304599e900b4ffdf73a9632dc8f2dbc42f4ba25158387b09e478f2c44201
data/.rbenv-gemsets ADDED
@@ -0,0 +1 @@
1
+ wahy
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ 4.0.2
data/.travis.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  sudo: false
2
2
  language: ruby
3
3
  rvm:
4
- - 2.4.1
5
- before_install: gem install bundler -v 1.15.3
4
+ - 4.0.2
5
+ before_install: gem install bundler
data/README.md CHANGED
@@ -20,8 +20,6 @@ Or install it yourself as:
20
20
 
21
21
  ## Usage
22
22
 
23
- ![alt text](https://github.com/cptangry/wahy/blob/master/Screenshot_2017-08-17_16-23-15.png "Thats's example of how terminal command works")
24
-
25
23
  ```shell
26
24
  # Just install gem and use wahy command
27
25
  # For help:
Binary file