informo 1.0

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,64 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: informo
3
+ version: !ruby/object:Gem::Version
4
+ version: '1.0'
5
+ platform: ruby
6
+ authors:
7
+ - Rick Briganti
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2013-05-03 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Informo is used to gather information from your linux system
14
+ email: jeviolle@newaliases.org
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - LICENSE
20
+ - README.md
21
+ - Rakefile
22
+ - informo.gemspec
23
+ - lib/informo.rb
24
+ - lib/informo/bios.rb
25
+ - lib/informo/dpkg.rb
26
+ - lib/informo/memory.rb
27
+ - lib/informo/network.rb
28
+ - lib/informo/processor.rb
29
+ - lib/informo/rpm.rb
30
+ - lib/informo/storage.rb
31
+ - lib/informo/system.rb
32
+ - lib/informo/version.rb
33
+ - test/test_bios.rb
34
+ - test/test_dpkg.rb
35
+ - test/test_memory.rb
36
+ - test/test_network.rb
37
+ - test/test_processor.rb
38
+ - test/test_rpm.rb
39
+ - test/test_storage.rb
40
+ - test/test_system.rb
41
+ homepage: http://github.com/jeviolle/informo
42
+ licenses: []
43
+ metadata: {}
44
+ post_install_message:
45
+ rdoc_options: []
46
+ require_paths:
47
+ - lib
48
+ required_ruby_version: !ruby/object:Gem::Requirement
49
+ requirements:
50
+ - - ">="
51
+ - !ruby/object:Gem::Version
52
+ version: '0'
53
+ required_rubygems_version: !ruby/object:Gem::Requirement
54
+ requirements:
55
+ - - ">="
56
+ - !ruby/object:Gem::Version
57
+ version: '0'
58
+ requirements: []
59
+ rubyforge_project:
60
+ rubygems_version: 2.2.2
61
+ signing_key:
62
+ specification_version: 4
63
+ summary: Linux info wrapped in a gem
64
+ test_files: []