mork 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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/mork/version.rb +1 -1
  3. data/mork.gemspec +1 -1
  4. metadata +2 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cb22bdfc594a05367dee16e6d9f214523d7c111c
4
- data.tar.gz: 2bcafa2a1c6f0af97cb8da71bb586c10c607d817
3
+ metadata.gz: c18a9dc112e26e35fcfba3acf171bbb5b7e89a4b
4
+ data.tar.gz: 70ec110c20a882aebddf7de046beabbcb7a832c3
5
5
  SHA512:
6
- metadata.gz: 39db655371def69bc1d6c3db65bb1f6fece0c14fd347fda7621714415775859823eaafff2d87e5da8513d4a994017b548b8fc625313f8b01ad3fb7ceee87777c
7
- data.tar.gz: d727fdde4bacbd0b5ed86f59afe3382441a76f3eec11dc1bcae5b11d8a866f04f807c1458c6c1edbac96029fa84406117ae0f4e6a6ad259e55c4c60cca586b71
6
+ metadata.gz: 577b1b06fc1a38173d48e750d8ab5d43f8a47b0bee844abfbb072eab78969afa8da70504cd903a201198ee05227a4c2d53db6387544bb55d4ac627ff3f047252
7
+ data.tar.gz: fd5ea961fd2c2632382b2e979149a90007924e8b445912518b45fafa6d0fd2e85c70e76c4ae088505121a3b6228edddf0e14b48052bdce03fed4a3de4f0b70b2
data/lib/mork/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Mork
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
data/mork.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
10
10
  s.email = ["giuseppe.bertini@gmail.com"]
11
11
  s.homepage = 'https://github.com/giuseb/mork'
12
12
  s.summary = %q{Optical mark recognition of multiple-choice tests and surveys}
13
- s.description = %q{Producing response sheets as PDF files and automatically scoring manually filled-out sheets}
13
+ s.description = %q{Optical mark recognition of multiple-choice tests and surveys}
14
14
 
15
15
  s.files = `git ls-files`.split("\n")
16
16
  s.test_files = `git ls-files -- {spec}/*`.split("\n")
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.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Giuseppe Bertini
@@ -136,8 +136,7 @@ dependencies:
136
136
  - - "~>"
137
137
  - !ruby/object:Gem::Version
138
138
  version: '1.2'
139
- description: Producing response sheets as PDF files and automatically scoring manually
140
- filled-out sheets
139
+ description: Optical mark recognition of multiple-choice tests and surveys
141
140
  email:
142
141
  - giuseppe.bertini@gmail.com
143
142
  executables: []