aix-errlog 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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: aef41605d9a740c337e3b81e0a368a7b96dcdfd5e73dc3764673da0faa2a81ab
4
+ data.tar.gz: 06ad2a5c388cb8e98d95e007a867d374575daa51333982c11e244d9c81fc5f43
5
+ SHA512:
6
+ metadata.gz: edd6fa23e192513af9eeb0e1349708e25fcb6f1e64ba39142def2bdcf91ccf25a1d4907a070770e4b0cc2d374d71f9a47aec1f3eb849346fe47c57ad7ea17b49
7
+ data.tar.gz: 4b5f8bf6c6c36dc5c17cccd611a86aeb69ae4cb6e66f261627f46a24034b0dd11a4230e44aa3aa625f3d55c04d101ca626d170d13e3086ad417520c3123d41d4
File without changes
File without changes
File without changes
metadata ADDED
@@ -0,0 +1,60 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: aix-errlog
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Taylor C. Richberger
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2018-05-22 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: ffi
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.9'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.9'
27
+ description: Ruby FFI interface for AIX errlog
28
+ email: tcr@absolute-performance.com
29
+ executables: []
30
+ extensions: []
31
+ extra_rdoc_files: []
32
+ files:
33
+ - lib/aix/errlog.rb
34
+ - lib/aix/errlog/constants.rb
35
+ - lib/aix/errlog/ffi.rb
36
+ homepage: https://github.com/absperf/aix-errlog
37
+ licenses:
38
+ - MIT
39
+ metadata: {}
40
+ post_install_message:
41
+ rdoc_options: []
42
+ require_paths:
43
+ - lib
44
+ required_ruby_version: !ruby/object:Gem::Requirement
45
+ requirements:
46
+ - - ">="
47
+ - !ruby/object:Gem::Version
48
+ version: '0'
49
+ required_rubygems_version: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - ">="
52
+ - !ruby/object:Gem::Version
53
+ version: '0'
54
+ requirements: []
55
+ rubyforge_project:
56
+ rubygems_version: 2.7.3
57
+ signing_key:
58
+ specification_version: 4
59
+ summary: Interface for the AIX error log facilities
60
+ test_files: []