get_file_system 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/get_file_system.rb +7 -0
  3. metadata +44 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: c7db4807ad166541435fb0a6d0674f047248f289f712343ca8e14b61870d95d4
4
+ data.tar.gz: 6bd5e3f00e3b452a5096e3ff8cf22b437f1b4b7329a38a738a8c23e1216996c7
5
+ SHA512:
6
+ metadata.gz: 98e4b0feed19063165ff24d0c241c8d1ff01ee62f27bf9fa24717529cb0e0291d2f468fe147984e54d03e832ffbc8eafd4e3f4dfc091a7551b39487966510a0f
7
+ data.tar.gz: b8c69c1fc69572ee0656b9c86092ae6d428cacc9036c3a2b1e4c202275814095e4e9a3b0a5a8c47435f771747abf10620064350afd8d92790c8937e3de1efb15
@@ -0,0 +1,7 @@
1
+ module GetFileSystem
2
+ class WhoIs
3
+ def self.awesome?
4
+ puts "YOU ARE AWESOME!!"
5
+ end
6
+ end
7
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: get_file_system
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - anamika singh
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2020-06-09 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description:
14
+ email: anamika.singh2613@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/get_file_system.rb
20
+ homepage: https://rubygems.org/gems/get_file_system
21
+ licenses: []
22
+ metadata: {}
23
+ post_install_message:
24
+ rdoc_options: []
25
+ require_paths:
26
+ - lib
27
+ required_ruby_version: !ruby/object:Gem::Requirement
28
+ requirements:
29
+ - - ">="
30
+ - !ruby/object:Gem::Version
31
+ version: '0'
32
+ required_rubygems_version: !ruby/object:Gem::Requirement
33
+ requirements:
34
+ - - ">="
35
+ - !ruby/object:Gem::Version
36
+ version: '0'
37
+ requirements: []
38
+ rubyforge_project:
39
+ rubygems_version: 2.7.6.2
40
+ signing_key:
41
+ specification_version: 4
42
+ summary: get_file_system is the system for getting the directories and files of any
43
+ root folder
44
+ test_files: []