lazy_cli 0.0.1 → 0.0.2

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/bin/lazy_cli +8 -0
  3. data/lib/lazy.rb +0 -2
  4. metadata +10 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bd4667ecb10d323c5183db79aada67796d79d2fd3b385f526a9be6abc1ba3b09
4
- data.tar.gz: 9bb08d6888e48be6e979ffe939b2e421b61d16692e8cfaacfd8a2182717e6334
3
+ metadata.gz: 8cf2ac3e6eeb22f88c02534ced702b8c4c403a416f5321c91032fde4ac464cf9
4
+ data.tar.gz: b42087160590590fcd598d4bcdd4543405085208f2a254112f360806768ab6d7
5
5
  SHA512:
6
- metadata.gz: 4dbce3d9b05f3cc099f3a41d95c7da305d1b29db6c6793c1dc417933f3c6ed8fbe90858ec2c217746bd79f8eef044ebad4ebb43e8c33d993218ee28563deb9e1
7
- data.tar.gz: b0e5ae00b4cf195635cab3e2136be8cfd568c04148148e9ff270c416118c1876c315a91f71bfda025b0633f6d47ba24a7d3820a2ba8ca529e94f72f494105688
6
+ metadata.gz: 0e343d529602a08e76d30284fa8743a70091cf8c7568a0d4b756d32f54ccbf4a3ecac93edf1610f747a9afe8c4ca4e24671f4e87c486c72a4eef679fada53b50
7
+ data.tar.gz: a51c5f0d87373e0d3990d7fc82e14491d53c1079a7756b307125f32ded32ad99975ecf0d83177be6759b4ee7413ff6eff41665060be09d6f35d1fbd8a72e9ea4
data/bin/lazy_cli ADDED
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env ruby
2
+ require 'rubygems'
3
+
4
+ $LOAD_PATH.unshift(File.dirname(__FILE__) + '/../lib') unless $LOAD_PATH.include?(File.dirname(__FILE__) + '/../lib')
5
+
6
+ require 'lazy'
7
+
8
+ run
data/lib/lazy.rb CHANGED
@@ -27,5 +27,3 @@ def run
27
27
  analyze_map(command_map)
28
28
  end
29
29
  end
30
-
31
- run
metadata CHANGED
@@ -1,22 +1,24 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lazy_cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - AndrewRPorter
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
  date: 2022-09-30 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description:
13
+ description:
14
14
  email:
15
15
  - pavelow53.andrew@gmail.com
16
- executables: []
16
+ executables:
17
+ - lazy_cli
17
18
  extensions: []
18
19
  extra_rdoc_files: []
19
20
  files:
21
+ - bin/lazy_cli
20
22
  - lib/analyze.rb
21
23
  - lib/constants.rb
22
24
  - lib/exceptions.rb
@@ -29,7 +31,7 @@ homepage: http://github.com/AndrewRPorter/lazy
29
31
  licenses:
30
32
  - MIT
31
33
  metadata: {}
32
- post_install_message:
34
+ post_install_message:
33
35
  rdoc_options: []
34
36
  require_paths:
35
37
  - lib
@@ -44,8 +46,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
44
46
  - !ruby/object:Gem::Version
45
47
  version: '0'
46
48
  requirements: []
47
- rubygems_version: 3.3.7
48
- signing_key:
49
+ rubygems_version: 3.0.3.1
50
+ signing_key:
49
51
  specification_version: 4
50
- summary: '["Analyze command history and suggest aliases so you can type less."]'
52
+ summary: Analyze command history and suggest aliases so you can type less.
51
53
  test_files: []