rb-keyctl 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/lib/rb-keyctl.rb +0 -0
- metadata +45 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 429d51de549f40b4fbf221645997e69e1f3b5dc3
|
4
|
+
data.tar.gz: a70b71a41cf028fec1560b439a517760bb8cd1d4
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 9803a6e46e2cfaccaef00a048f496c8f7cf8b0b38b2f94f95c0d55ce2987b550a96a6bd07d4852d4de99bb384f0763b1a7273c09bbf698460064863d9998403b
|
7
|
+
data.tar.gz: 07c7124378047519fe384392c464c599d3978ed178f0f1f4abed2e859829f56d53b2eb65b3b401155cb3f91c6129d249c36de0f219ee4c325e9250cebd32e60f
|
data/lib/rb-keyctl.rb
ADDED
File without changes
|
metadata
ADDED
@@ -0,0 +1,45 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: rb-keyctl
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Daniel Pruessner
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2014-04-09 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: FFI access to the Linux Kernel Keyctl system call
|
14
|
+
email: daniel@comppad.io
|
15
|
+
executables: []
|
16
|
+
extensions: []
|
17
|
+
extra_rdoc_files: []
|
18
|
+
files:
|
19
|
+
- lib/rb-keyctl.rb
|
20
|
+
homepage: http://bitbucket.org/dpruessner/rb-keyctl
|
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.2.0
|
41
|
+
signing_key:
|
42
|
+
specification_version: 4
|
43
|
+
summary: Linux Kernel Keyctl FFI
|
44
|
+
test_files: []
|
45
|
+
has_rdoc:
|