libvirt_ffi 0.1.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.
metadata ADDED
@@ -0,0 +1,89 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: libvirt_ffi
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Denis Talakevich
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2020-01-27 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.0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '1.0'
27
+ description: Libvirt FFI
28
+ email:
29
+ - senid231@gmail.com
30
+ executables:
31
+ - libvirt
32
+ extensions: []
33
+ extra_rdoc_files: []
34
+ files:
35
+ - ".gitignore"
36
+ - ".travis.yml"
37
+ - CODE_OF_CONDUCT.md
38
+ - Gemfile
39
+ - LICENSE.txt
40
+ - README.md
41
+ - Rakefile
42
+ - bin/console
43
+ - bin/setup
44
+ - exe/libvirt
45
+ - lib/libvirt.rb
46
+ - lib/libvirt/connection.rb
47
+ - lib/libvirt/domain.rb
48
+ - lib/libvirt/error.rb
49
+ - lib/libvirt/event.rb
50
+ - lib/libvirt/ffi/common.rb
51
+ - lib/libvirt/ffi/connection.rb
52
+ - lib/libvirt/ffi/domain.rb
53
+ - lib/libvirt/ffi/event.rb
54
+ - lib/libvirt/ffi/libvirt.rb
55
+ - lib/libvirt/lib_version.rb
56
+ - lib/libvirt/util.rb
57
+ - lib/libvirt/version.rb
58
+ - lib/libvirt_ffi.rb
59
+ - libvirt.gemspec
60
+ - test_usage/support/libvirt_async.rb
61
+ - test_usage/support/log_formatter.rb
62
+ - test_usage/test_event_loop.rb
63
+ homepage: https://github.com/senid231/libvirt_ffi
64
+ licenses:
65
+ - MIT
66
+ metadata:
67
+ homepage_uri: https://github.com/senid231/libvirt_ffi
68
+ source_code_uri: https://github.com/senid231/libvirt_ffi
69
+ changelog_uri: https://github.com/senid231/libvirt_ffi
70
+ post_install_message:
71
+ rdoc_options: []
72
+ require_paths:
73
+ - lib
74
+ required_ruby_version: !ruby/object:Gem::Requirement
75
+ requirements:
76
+ - - ">="
77
+ - !ruby/object:Gem::Version
78
+ version: 2.3.0
79
+ required_rubygems_version: !ruby/object:Gem::Requirement
80
+ requirements:
81
+ - - ">="
82
+ - !ruby/object:Gem::Version
83
+ version: '0'
84
+ requirements: []
85
+ rubygems_version: 3.1.2
86
+ signing_key:
87
+ specification_version: 4
88
+ summary: Libvirt FFI
89
+ test_files: []