oxford-face-api 0.1.0 → 0.1.1
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/lib/oxford/face/api/version.rb +1 -1
- data/oxford-face-api.gemspec +1 -0
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: aab804216ed69324bad52e2d4bd4a230c09d3d80
|
|
4
|
+
data.tar.gz: 9815e0e9631f14a6e22ee550528f506ff0ec05bd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d065c82958e633e8d3e4fbb492631be9a444e74e9dda5847b600f1bc1df65bc93d469087f582397ce5984faa86bd9c185cd51b58a5eba0613e5de668f03b52c0
|
|
7
|
+
data.tar.gz: e5528227eefd880e26368b6d8997e0049f47405a2cc46aba5a9c893b913fef5390a4a0dcbd1ea33f4cafabdeffa042b664b08eb62d8584d09529c0d204d5a16e
|
data/oxford-face-api.gemspec
CHANGED
|
@@ -12,6 +12,7 @@ Gem::Specification.new do |spec|
|
|
|
12
12
|
spec.summary = %q{Oxford Face API}
|
|
13
13
|
spec.description = %q{Microsoft Oxford Face API}
|
|
14
14
|
spec.homepage = "https://github.com/tantara/oxford-face-api"
|
|
15
|
+
spec.license = 'MIT'
|
|
15
16
|
|
|
16
17
|
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
|
17
18
|
# to allow pushing to a single host or delete this section to allow pushing to any host.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: oxford-face-api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Taekmin Kim
|
|
@@ -98,7 +98,8 @@ files:
|
|
|
98
98
|
- lib/oxford/face/http_client.rb
|
|
99
99
|
- oxford-face-api.gemspec
|
|
100
100
|
homepage: https://github.com/tantara/oxford-face-api
|
|
101
|
-
licenses:
|
|
101
|
+
licenses:
|
|
102
|
+
- MIT
|
|
102
103
|
metadata:
|
|
103
104
|
allowed_push_host: https://rubygems.org
|
|
104
105
|
post_install_message:
|