mork 0.11.1 → 0.11.2

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/lib/mork/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 23ab6d5cb32c6c9474e304f619305b1841afb6a7
4
- data.tar.gz: 021b401aeb958368de5bdaaf64908bbc42dc1e14
3
+ metadata.gz: 9d0ebacb869817da04d196475aa4d6f10d77c12b
4
+ data.tar.gz: dae81bb4231fa70a5dcd82d1197ab6de28ca5fa9
5
5
  SHA512:
6
- metadata.gz: be6f8857ff7c2559204d40a5d7ac743a1b64cc2f6b9a84ee7c4b54956db55754180d07d3ecf0a36fc77e838f4758e55d99b710740328e36e76b1b58b2e1834d3
7
- data.tar.gz: 3bef5ff687f155a1094ff2a384e7b0cb4b504b1cdc7c47e68b5766cdb714b4214752a24154e7f9170ba4b3a96c2a1bc6b544a6e1adc319d33498935c5fef3664
6
+ metadata.gz: 7d89b369b98ad6691e0e731391e75e03370c4dd181fdbef7f2e16ffc6c8994654b4388ea98b4e180deeef206c2a552def7690e54fb4e00db1c3411b3b38aa756
7
+ data.tar.gz: 7cee35519e306d92b2e320d9cbada5d529089992842b3d17b0cfa41399211cdd5f19a7f78fbf1af9bfe991f5ffbb0898d37134eb2d85aa887ef1dfae012e435a
data/README.md CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  A ruby [optical mark recognition](http://en.wikipedia.org/wiki/Optical_mark_recognition) (OMR) library aimed at accomplishing two tasks in the context of paper-based, multiple-choice tests and surveys:
4
4
 
5
- 1. generating [response sheets](/spec/samples/sheet.jpg) in PDF format
6
- 2. detecting the responses provided on the [printed sheet](/spec/samples/sample_gray.jpg) by a human with a pen or a pencil.
5
+ 1. generating [response sheets](https://github.com/giuseb/mork/blob/master/spec/samples/standard.png) in PDF format
6
+ 2. detecting the responses provided on the [printed sheet](https://github.com/giuseb/mork/blob/master/spec/samples/jdoe/JohnDoe1.jpeg) by a human with a pen or a pencil.
7
7
 
8
8
  ## Roadmap
9
9
 
data/lib/mork/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Mork
2
- VERSION = '0.11.1'
2
+ VERSION = '0.11.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mork
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.1
4
+ version: 0.11.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Giuseppe Bertini