lazy_cli 0.0.3 → 0.1.0

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/{lazy_cli → lazy} +0 -0
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0f16a4edad505db8cd57044385ff862994e7ece6d5287e3621f4913871368ca4
4
- data.tar.gz: 9c1c9651a45157afa66f96eed712e49a577b12491ff5b84cf4b2096ac4a35b74
3
+ metadata.gz: b564316329475f49accc129d9db1ee2c8cfc7e972286980d05d118e7feb3d093
4
+ data.tar.gz: 705562162a7d3f0b9f561aa76f5ecc333ad2560cd62fdaa8294e75296d6059e2
5
5
  SHA512:
6
- metadata.gz: 2ddfa800d1064eda39bdd7eb2e07f46803802e26eb7a765d6f66648717e434165d3cbcbd17f358093dba67e28ac9b131b1d9a61c0166a18ff1b09a17e31d3e67
7
- data.tar.gz: 7c2f2a089000de86da2f605cadf61db41803e38aa2a43acf276ff45f134ccbfd753c805700c8c9866381311412931e8916ff09785289c62ea0d3686581aad48f
6
+ metadata.gz: 185121c706b60ac73095e28b639ce3b23149ab21a0ad7f5d3ecc2ac33031a4f8073901dbdac31b84d7b44f8e25c6f5640f997d12cd1194f6ef92c5655bf9886c
7
+ data.tar.gz: 678ec35d925a25ec61b3112e8000e88b48f4468f1e553b4442f4050942a9978a4c3c24fdf5589b4c9daf85f8be7d556db681966dbd62ba9c39ca56b616b0998f
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lazy_cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - AndrewRPorter
@@ -14,11 +14,11 @@ description:
14
14
  email:
15
15
  - pavelow53.andrew@gmail.com
16
16
  executables:
17
- - lazy_cli
17
+ - lazy
18
18
  extensions: []
19
19
  extra_rdoc_files: []
20
20
  files:
21
- - bin/lazy_cli
21
+ - bin/lazy
22
22
  - lib/analyze.rb
23
23
  - lib/constants.rb
24
24
  - lib/exceptions.rb