project_stats 0.0.0 → 0.0.1
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/bin/project_stats +4 -0
- data/lib/project_stats.rb +9 -2
- data/lib/project_stats/goodbye.rb +9 -0
- metadata +10 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cfd178badeee67654b121a6e7305ba48539e8bba63656d47cc6793040a1ff0bd
|
4
|
+
data.tar.gz: 957996231f93d2f81b399e087b1316b39938f691247ffde42a0adf3ea1ba6921
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ff6f9fc0eefe9aedae71eb461d61fe6b4649185da186ff98a1b00465ceba28cc23b8151c56ddd688c2c7d13d49a4633d9e0561849c64792ac988502611e13690
|
7
|
+
data.tar.gz: 749b4ffd8bfcef0f7e587712afb7c826894e5d83048c818590bace01d629d4002b34a4cd8c42ecefff764977e902ab4ee8234d7582485781f59ad27eb13979ff
|
data/bin/project_stats
ADDED
data/lib/project_stats.rb
CHANGED
metadata
CHANGED
@@ -1,24 +1,28 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: project_stats
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- John Coolidge
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-12-
|
11
|
+
date: 2019-12-15 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: |2
|
14
|
-
|
15
|
-
Use commands to
|
14
|
+
Use project_stats to view various statistics about your Ruby project.
|
15
|
+
Use commands provided to view specific information on your project
|
16
|
+
and the directory it is located in.
|
16
17
|
email: john129er@gmail.com
|
17
|
-
executables:
|
18
|
+
executables:
|
19
|
+
- project_stats
|
18
20
|
extensions: []
|
19
21
|
extra_rdoc_files: []
|
20
22
|
files:
|
23
|
+
- bin/project_stats
|
21
24
|
- lib/project_stats.rb
|
25
|
+
- lib/project_stats/goodbye.rb
|
22
26
|
homepage: https://rubygems.org/gems/project_stats
|
23
27
|
licenses:
|
24
28
|
- MIT
|
@@ -41,5 +45,5 @@ requirements: []
|
|
41
45
|
rubygems_version: 3.0.3
|
42
46
|
signing_key:
|
43
47
|
specification_version: 4
|
44
|
-
summary:
|
48
|
+
summary: View various statistics on your Ruby project.
|
45
49
|
test_files: []
|