indico 0.7.0 → 0.7.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.
Files changed (3) hide show
  1. data/lib/indico/version.rb +1 -1
  2. data/lib/indico.rb +1 -1
  3. metadata +2 -2
@@ -1,3 +1,3 @@
1
1
  module Indico
2
- VERSION = '0.7.0'
2
+ VERSION = '0.7.1'
3
3
  end
data/lib/indico.rb CHANGED
@@ -109,7 +109,7 @@ module Indico
109
109
  unless config.key?(:v) or config.key?(:version)
110
110
  config[:version] = "3"
111
111
  end
112
- api_handler(preprocess(image, 144, true), 'imagefeatures', config)
112
+ api_handler(preprocess(image, 512, true), 'imagefeatures', config)
113
113
  end
114
114
 
115
115
  def self.image_recognition(image, config = nil)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: indico
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2016-01-22 00:00:00.000000000 Z
15
+ date: 2016-02-11 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: inifile