project_stats 0.0.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 +7 -0
  2. data/lib/project_stats.rb +5 -0
  3. metadata +45 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: e8cf26c0de6855df5da4be6776ff2d08d2dfd596b54b8171b1db16eb1d1d8f8b
4
+ data.tar.gz: c9f42f4bb9c5f411d44f924151a1a63e8a93a539e89982c82d27bae5630f4040
5
+ SHA512:
6
+ metadata.gz: 9c1ade01497cba64a4e4cfeb71068d30f7b9eec88e182e4e3bcdfd06c293ed88b54f2c37279e0f9d194a12cf0b24f5468872a8ae5b5a792d1541e664d73cdeac
7
+ data.tar.gz: 62eacd638099786697dbe8a6559f288853ede3311cb1e77099cc14253c8dd15d561f430e4f9d157b41bfd390bb893195da674bc16d97bdef40bf0baa6573a729
@@ -0,0 +1,5 @@
1
+ class Ruby_project_statistics
2
+ def self.hi
3
+ puts "Hello world!"
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: project_stats
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - John Coolidge
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2019-12-14 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: |2
14
+ This RubyGem gives basic statistics on a Ruby project directory.
15
+ Use commands to find specific information about the project.
16
+ email: john129er@gmail.com
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - lib/project_stats.rb
22
+ homepage: https://rubygems.org/gems/project_stats
23
+ licenses:
24
+ - MIT
25
+ metadata: {}
26
+ post_install_message:
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: '0'
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ requirements: []
41
+ rubygems_version: 3.0.3
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: Generate statistics about your Ruby projects.
45
+ test_files: []