onvif 0.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/onvif.gemspec +12 -0
- metadata +45 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 484a4062c9176877c73df3fa32e29908ba64681651b66357eeca23bf6b233a36
|
4
|
+
data.tar.gz: 68ea087e885ca8076d671ea97a1300858b6cd4fa3dfa8eeb784933085fca3c3e
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: ea4f9f20b032e1cbcb5d51f75a18acea95fdadc04a7f13caee09204fb7e42155d82139d0c6ac81d94e392b552b26bc5f0fe6fae26ec2e1256b9b9b85402255d4
|
7
|
+
data.tar.gz: c8372fb682b59421738b88c0cddb9d4c17a74de68cd9b8e6c4986a53fbef83930fc1db3934e442f71220f62d8282259f17a23426b293e79fa4017a38c28ddb6d
|
data/onvif.gemspec
ADDED
@@ -0,0 +1,12 @@
|
|
1
|
+
Gem::Specification.new do |s|
|
2
|
+
s.name = "onvif"
|
3
|
+
s.version = "0.0.0"
|
4
|
+
s.licenses = ['GPL-3.0', 'AGPL-3.0']
|
5
|
+
s.authors = ['Rei Kagetsuki']
|
6
|
+
s.email = ["info@phantom.industries"]
|
7
|
+
s.homepage = "https://phantom.industries"
|
8
|
+
s.summary = "A Ruby implementation of the ONVIF protocol suite."
|
9
|
+
s.description = "*WIP* A Ruby implementation of the ONVIF protocol suite."
|
10
|
+
|
11
|
+
s.files = ['onvif.gemspec']
|
12
|
+
end
|
metadata
ADDED
@@ -0,0 +1,45 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: onvif
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Rei Kagetsuki
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2019-06-21 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: "*WIP* A Ruby implementation of the ONVIF protocol suite."
|
14
|
+
email:
|
15
|
+
- info@phantom.industries
|
16
|
+
executables: []
|
17
|
+
extensions: []
|
18
|
+
extra_rdoc_files: []
|
19
|
+
files:
|
20
|
+
- onvif.gemspec
|
21
|
+
homepage: https://phantom.industries
|
22
|
+
licenses:
|
23
|
+
- GPL-3.0
|
24
|
+
- AGPL-3.0
|
25
|
+
metadata: {}
|
26
|
+
post_install_message:
|
27
|
+
rdoc_options: []
|
28
|
+
require_paths:
|
29
|
+
- lib
|
30
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
31
|
+
requirements:
|
32
|
+
- - ">="
|
33
|
+
- !ruby/object:Gem::Version
|
34
|
+
version: '0'
|
35
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
36
|
+
requirements:
|
37
|
+
- - ">="
|
38
|
+
- !ruby/object:Gem::Version
|
39
|
+
version: '0'
|
40
|
+
requirements: []
|
41
|
+
rubygems_version: 3.0.3
|
42
|
+
signing_key:
|
43
|
+
specification_version: 4
|
44
|
+
summary: A Ruby implementation of the ONVIF protocol suite.
|
45
|
+
test_files: []
|