aix-errlog 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/main.rdoc +4 -0
  3. metadata +10 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e5294c01b19b7bd0a1977c511df790d5d002c34fa968c4c1ccc432d927f7406a
4
- data.tar.gz: a7e9fe17605da84b4f4c0cc694c99886a3690859cbf52a37854a045e151a6e0f
3
+ metadata.gz: c569d77d9bdcd400b84076c146dee2857479389f5aa587dcd9d94425da40242d
4
+ data.tar.gz: 8a88141ae5ddd9d0728421215668c9dc373f3081683d406da1380fa3f3f4ed8a
5
5
  SHA512:
6
- metadata.gz: ee963b63a3877ca69c5e180e7f20613ac41c0a9ba424cdda648e1ba9aefb089b4280d8b7212081ea9e74dfe3f792a7edd7bbd82dd2d7cfc80f69d46e5953c286
7
- data.tar.gz: 6d34ac53693e129524de2ddeac04559e1ed8a33d0cc0c12b80090977e95316bf8d54b04e9e229fbdcb5c2541be7404c2f83dca0bf671ed141124042efba29eab
6
+ metadata.gz: f8dc5bf3b7ec2d0a76093e938f903daa30efa452d0123956bf9169b821f1fc4cc9b364391c6ba954a50597dda8d9a55e361cfa73091defbf3fd405be981c111b
7
+ data.tar.gz: 5836a08e5eba18292711936ad8273300acbf05c8a7e3616791fbcabfba35ea6ed9dce273b8375a5ae6abbd2975adc4131231565ec178a8a215950d460dfc825d
@@ -0,0 +1,4 @@
1
+ This is the documentation for the aix-errlog ruby gem.
2
+
3
+ To get started, look at AIX::Errlog::Errlog. The best and most convenient
4
+ entrypoint is probably AIX::Errlog.open
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aix-errlog
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Taylor C. Richberger
@@ -28,7 +28,8 @@ description: Ruby FFI interface for AIX errlog
28
28
  email: tcr@absolute-performance.com
29
29
  executables: []
30
30
  extensions: []
31
- extra_rdoc_files: []
31
+ extra_rdoc_files:
32
+ - main.rdoc
32
33
  files:
33
34
  - lib/aix/errlog.rb
34
35
  - lib/aix/errlog/constants.rb
@@ -37,12 +38,16 @@ files:
37
38
  - lib/aix/errlog/errors.rb
38
39
  - lib/aix/errlog/lib.rb
39
40
  - lib/aix/errlog/match.rb
40
- homepage: https://github.com/absperf/aix-errlog
41
+ - main.rdoc
42
+ homepage: https://github.com/Taywee/aix-errlog
41
43
  licenses:
42
44
  - MIT
43
- metadata: {}
45
+ metadata:
46
+ documentation_uri: https://taywee.github.io/aix-errlog/
44
47
  post_install_message:
45
- rdoc_options: []
48
+ rdoc_options:
49
+ - "--main"
50
+ - main.rdoc
46
51
  require_paths:
47
52
  - lib
48
53
  required_ruby_version: !ruby/object:Gem::Requirement