thecore_dataentry_commons 1.2.28 → 1.2.29

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c62f344badec7ba225260d6d3b92e88a0a4d65ea
4
- data.tar.gz: fd8842969f7e63bc80173c4e87db6ec4b869895a
3
+ metadata.gz: 8ef308cc7ad39cd23eb4db238837adb95ebe1c05
4
+ data.tar.gz: c9de76691bb0169eb5592a7f68ca6e2821d564a2
5
5
  SHA512:
6
- metadata.gz: c864398ecb3db30401d0d2029e7025f8cd3ad3fa816e13b7973170031e526d9ee901bee641016c6f7837a9db28ab5413edec918a721fc765f3a9e28f6507c906
7
- data.tar.gz: e179b0c20221e31c42f50d6525efd3ea4890efa060b68ad9af4ec3dec9a9be7252d7ad7c5b6dfab50ac7b110fd9a050d9fd05e45ede41c6bf18d90c46782c8bf
6
+ metadata.gz: 2c1d6f5161ce26b3f672067892ac3b9d74a40ff9dbcc2a906ef04b7463666cf0778d9fe499d166ba1b3c2af1e090598c6388027b37960cc43cdd0df15803e04a
7
+ data.tar.gz: 1cb483ca45fce584e371cb6409fe1826880f41b03a6f5afa118dfcb6e0094ee9ac81d9d83ef8c32ab4d6934d0ef4e975dd695af37330bdd976023abaa5a53cf9
data/README.md CHANGED
@@ -18,7 +18,7 @@ $ bundle
18
18
 
19
19
  Or install it yourself as:
20
20
  ```bash
21
- $ gem install thecore_datawedge_websocket_helpers
21
+ $ gem install thecore_dataentry_commons
22
22
  ```
23
23
 
24
24
  ## Contributing
@@ -1,5 +1,3 @@
1
- <%= breadcrumb %>
2
-
3
1
  <%= render "barcode_scan_mode_detection"%>
4
2
  <%= render "dataentry_commons_input_group" %>
5
3
 
@@ -9,6 +9,7 @@ en:
9
9
  success: Successo
10
10
  question: Question
11
11
  manual_barcode: Manual input
12
+ barcode_found: Barcode found
12
13
  barcode_cannot_be_empty: Barcode cannot be empty
13
14
  send: Send
14
15
  loading: Loading
@@ -9,6 +9,7 @@ it:
9
9
  success: Successo
10
10
  question: Domanda
11
11
  manual_barcode: Inserimento Manuale
12
+ barcode_found: Il codice a barre letto è stato trovato
12
13
  barcode_cannot_be_empty: Il codice a barre letto non può essere vuoto
13
14
  send: Invia
14
15
  loading: Caricamento
@@ -1,3 +1,3 @@
1
1
  module ThecoreDataentryCommons
2
- VERSION = '1.2.28'.freeze
2
+ VERSION = '1.2.29'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thecore_dataentry_commons
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.28
4
+ version: 1.2.29
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriele Tassoni
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-09-28 00:00:00.000000000 Z
11
+ date: 2018-10-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thecore_settings