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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cb77992f311699a0c0fcb4d58cd8f306e3b20758
4
- data.tar.gz: ab4b7af6a2dca1278ef7653aa4774cbe1a2ad9c9
3
+ metadata.gz: aab804216ed69324bad52e2d4bd4a230c09d3d80
4
+ data.tar.gz: 9815e0e9631f14a6e22ee550528f506ff0ec05bd
5
5
  SHA512:
6
- metadata.gz: 86dffbe90c64f7acb8ac544dd226a87916c9f9604d423b728591c4cd393ed3133b282d99449ba4fbaea3980bde7473f8152b47e6c1c7eb992a0eafdcddf87b49
7
- data.tar.gz: 63a96d5badd5864bccb8d70b60b67876b5eae2ecafeacff4497bd98d60d1d9c36c6da54d59a8eff03ae4080dae811764c3edcf6a10a12ced0ba3155f76085e22
6
+ metadata.gz: d065c82958e633e8d3e4fbb492631be9a444e74e9dda5847b600f1bc1df65bc93d469087f582397ce5984faa86bd9c185cd51b58a5eba0613e5de668f03b52c0
7
+ data.tar.gz: e5528227eefd880e26368b6d8997e0049f47405a2cc46aba5a9c893b913fef5390a4a0dcbd1ea33f4cafabdeffa042b664b08eb62d8584d09529c0d204d5a16e
@@ -1,7 +1,7 @@
1
1
  module Oxford
2
2
  module Face
3
3
  module Api
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
6
6
  end
7
7
  end
@@ -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.0
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: