baiduAiFace 0.2.3 → 1.0.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.
- checksums.yaml +4 -4
- data/README.md +2 -0
- data/lib/baiduAiFace/client.rb +1 -0
- data/lib/baiduAiFace/version.rb +1 -1
- metadata +17 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1b0d08243f8f6159fac9ea6a0307095fa7ecaf77
|
|
4
|
+
data.tar.gz: eaedc34628d3647f697989a3a1c5ae67ff17a8ef
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c2e039ec6bceb20f81f41c83e05a067cfef2d7dd998651422a48728e72cb724b65859ff76d06a7d0944dd285c8f390766462ebd93ec8be18b0b2cc7f656c54ab
|
|
7
|
+
data.tar.gz: 9e8a7533fed3547894ee2da6f403f78a1d1cf77bc1a714c8739199027f1f66d115805d208398d8552ab172dc72901e2cbe709eba2d56b8591c5559341c5ccf7e
|
data/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# BaiduAiFace
|
|
2
2
|
|
|
3
|
+
[](https://travis-ci.com/Davidzhu001/baiduAiFace)
|
|
4
|
+
|
|
3
5
|
Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/baiduAiFace`. To experiment with that code, run `bin/console` for an interactive prompt.
|
|
4
6
|
|
|
5
7
|
TODO: Delete this and the text above, and describe your gem
|
data/lib/baiduAiFace/client.rb
CHANGED
data/lib/baiduAiFace/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: baiduAiFace
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- weichengzhu
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-11-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -66,6 +66,20 @@ dependencies:
|
|
|
66
66
|
- - "~>"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '3.0'
|
|
69
|
+
- !ruby/object:Gem::Dependency
|
|
70
|
+
name: mime-types
|
|
71
|
+
requirement: !ruby/object:Gem::Requirement
|
|
72
|
+
requirements:
|
|
73
|
+
- - ">="
|
|
74
|
+
- !ruby/object:Gem::Version
|
|
75
|
+
version: '0'
|
|
76
|
+
type: :runtime
|
|
77
|
+
prerelease: false
|
|
78
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
79
|
+
requirements:
|
|
80
|
+
- - ">="
|
|
81
|
+
- !ruby/object:Gem::Version
|
|
82
|
+
version: '0'
|
|
69
83
|
description: 百度简单人脸识别.
|
|
70
84
|
email:
|
|
71
85
|
- weicheng.zhu@icloud.com
|
|
@@ -99,7 +113,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
99
113
|
version: '0'
|
|
100
114
|
requirements: []
|
|
101
115
|
rubyforge_project:
|
|
102
|
-
rubygems_version: 2.6.
|
|
116
|
+
rubygems_version: 2.6.8
|
|
103
117
|
signing_key:
|
|
104
118
|
specification_version: 4
|
|
105
119
|
summary: 百度简单人脸识别.
|