tabscanner 0.1.1 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 34b3d5e6ba56afc638d63ab7a84c4349144856e1d53817869125c57bc3e39954
4
- data.tar.gz: d0faed8cf159efe04e70f847a52703a9f374cb3865a53e34a86a7f0278ab574c
3
+ metadata.gz: 314f83ec934eeeacbedf58ad2a51aeb0ca9cf4d7eb2801d459df68957eef51f5
4
+ data.tar.gz: edfd23b2defafb9ed6a0ce55314c0ee41c266ce9359df0d3f51114c6808f61d4
5
5
  SHA512:
6
- metadata.gz: 7cf5fcbc715a5adb8fe66de3442731407c5d4fd8988de0d528172b738c34fabc056f520c988f37ce8d824cf25d2441013f9c3c52dd4fae7e3ea75792d7ddd462
7
- data.tar.gz: fc97596526dc3ed6763dab6dc5f66ed93e36d7ffdfd5a04dc57e9cbfdeb616765e518f76d4af3975912dd43ff7225951e938ccaca7a9a972f470d605042610ee
6
+ metadata.gz: ccf92d9728de389e7a30bd54c64e6f7c4741b072dad00fc0af25ca4a398ebd991feaf4b965a3fed5d92aa430a6517af43a4188865fc59997eaa6c942fe89da7e
7
+ data.tar.gz: d7a762f256c8378073ece7dee4773a3a852af1be0019d7bf566877c2b6a22882703dbab92a36f9e3277bd521349950461f8deb921e736c5306fba5e773dc2a64
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Forrest Chang
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
data/README.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Tabscanner
2
2
 
3
+ [![CI](https://github.com/fkchang/tabscanner_ruby/actions/workflows/ci.yml/badge.svg)](https://github.com/fkchang/tabscanner_ruby/actions/workflows/ci.yml)
4
+ [![Gem Version](https://badge.fury.io/rb/tabscanner.svg)](https://badge.fury.io/rb/tabscanner)
5
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6
+
3
7
  A Ruby gem for processing receipt images using the Tabscanner API. Extract structured data from receipt images with just a few lines of code.
4
8
 
5
9
  ## Features
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Tabscanner
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tabscanner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Forrest Chang
@@ -90,6 +90,7 @@ extensions: []
90
90
  extra_rdoc_files: []
91
91
  files:
92
92
  - ".rspec"
93
+ - LICENSE
93
94
  - README.md
94
95
  - Rakefile
95
96
  - docs/architecture.md