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/file-system.rb +5 -0
  3. metadata +44 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 410daa14c175329efcac26b001b3d75c9d2e9f1a
4
+ data.tar.gz: 655f198e388fdaaceea7e029149483ddb90fa466
5
+ SHA512:
6
+ metadata.gz: 3606d5b916246a0e95a7ea5a449b0d470629d7fb163f907df6154b2900df34116e4a19bd1d00fcfd74862e334b54db0532d33a6509120586841463b0a93e04fd
7
+ data.tar.gz: 34b6613f46bcc544ae19c355076acbfc954f9b7586e1e69083f20df14e6289eedee01b7edc222b0dcc15f57ea03bcca2c84ec5b9d54e7d79aba623da9a6cc77e
@@ -0,0 +1,5 @@
1
+ class FileSystem
2
+ def sample
3
+ puts "sample gem list";
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: file-system
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Krishnaraj G
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2017-04-12 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Managing different kind of file system in single place with easier way
14
+ email: krishnaraj.20.07.1990@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/file-system.rb
20
+ homepage: http://rubygems.org/gems/file-system
21
+ licenses:
22
+ - MIT
23
+ metadata: {}
24
+ post_install_message:
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubyforge_project:
40
+ rubygems_version: 2.5.2
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: FileSystem
44
+ test_files: []