hik_openapi 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 02216e0101d908c23f97098fc96d672e4296b4ab479ab2b83fe74b2c037e9a37
4
- data.tar.gz: d68c0dcf1975b3544d688ffabc02385ea9698ba7d3357c50e98f9b88bc219af5
3
+ metadata.gz: 7e33623759de89fbc77b1540fa462bf7e2db704ec41bb2bac7dbaf85d8ce798e
4
+ data.tar.gz: 24dd5a074f441bf4b4c689f96ea0f82bdd9bfe1dbba03a461b5cd281671b93ba
5
5
  SHA512:
6
- metadata.gz: '0093f20b04cb3a142ec47d797c155b8f190121b675a1370423462b8b53d68d9b4f208b467fc9f4d745fc1e1dc0cde4ba5633a9c1ade2ae9b0264ef93f3c7d627'
7
- data.tar.gz: 779eccde8d617f7a902d7b31e72d28d4220a6c1505c8fda3fbf1482f643c02c73b4954ec13310ae500b0d6d5e90958b310ee7c9c397fe2d0fbd7f328b370af11
6
+ metadata.gz: f26f61a9f018234c44856c73c19abc7827c4096f01d743635201dc73b8d34516e2e2070ddee6065bedced440b5a1a5f2fa866d3a4764862ea2548a6f0f3bfc9a
7
+ data.tar.gz: cef1b7e9e8b4b4704bd03f8440d8e0d3122a05d2c4590dbf14ef60556f1643310ff17f2f00bbe6dd08b2dc516ab5b4a4158907b0003e074c60b8a89a0bdb8411
data/.gitignore CHANGED
File without changes
data/.rspec CHANGED
File without changes
File without changes
data/Gemfile CHANGED
File without changes
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- hik_openapi (0.1.0)
4
+ hik_openapi (0.1.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
File without changes
data/Rakefile CHANGED
File without changes
File without changes
File without changes
@@ -1,6 +1,11 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ require 'net/http'
4
+ require 'json'
5
+ require 'base64'
6
+ require 'uri'
3
7
  require 'securerandom'
8
+ require 'openssl'
4
9
 
5
10
  module HikOpenapi
6
11
  module Api
File without changes
File without changes
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module HikOpenapi
4
- VERSION = '0.1.0'
4
+ VERSION = '0.1.1'
5
5
  end
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hik_openapi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - palytoxin
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
11
  date: 2020-09-14 00:00:00.000000000 Z
@@ -37,7 +37,7 @@ metadata:
37
37
  homepage_uri: https://github.com/palytoxin/hik_openapi
38
38
  source_code_uri: https://github.com/palytoxin/hik_openapi
39
39
  changelog_uri: https://github.com/palytoxin/hik_openapi
40
- post_install_message:
40
+ post_install_message:
41
41
  rdoc_options: []
42
42
  require_paths:
43
43
  - lib
@@ -52,8 +52,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
52
52
  - !ruby/object:Gem::Version
53
53
  version: '0'
54
54
  requirements: []
55
- rubygems_version: 3.1.2
56
- signing_key:
55
+ rubygems_version: 3.0.3
56
+ signing_key:
57
57
  specification_version: 4
58
58
  summary: hikvision openapi for ruby.
59
59
  test_files: []