onoma 0.5.3 → 0.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/config/locales/arb.yml +7 -6
- data/config/locales/cmn.yml +8 -6
- data/config/locales/deu.yml +4 -3
- data/config/locales/eng.yml +114 -9
- data/config/locales/fra.yml +124 -15
- data/config/locales/ita.yml +5 -4
- data/config/locales/jpn.yml +9 -6
- data/config/locales/por.yml +5 -4
- data/config/locales/spa.yml +5 -4
- data/db/reference.xml +399 -1646
- data/lib/onoma/models/production_support_nature.rb +4 -0
- data/lib/onoma/version.rb +1 -1
- metadata +8 -6
data/lib/onoma/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: onoma
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ekylibre developers
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-08-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -203,6 +203,7 @@ files:
|
|
203
203
|
- lib/onoma/models/product_nature_category.rb
|
204
204
|
- lib/onoma/models/product_nature_variant.rb
|
205
205
|
- lib/onoma/models/production_nature.rb
|
206
|
+
- lib/onoma/models/production_support_nature.rb
|
206
207
|
- lib/onoma/models/production_system.rb
|
207
208
|
- lib/onoma/models/production_usage.rb
|
208
209
|
- lib/onoma/models/residue_elimination_method.rb
|
@@ -230,7 +231,7 @@ homepage: https://gitlab.com/ekylibre/onoma
|
|
230
231
|
licenses:
|
231
232
|
- AGPL-3.0-only
|
232
233
|
metadata: {}
|
233
|
-
post_install_message:
|
234
|
+
post_install_message:
|
234
235
|
rdoc_options: []
|
235
236
|
require_paths:
|
236
237
|
- lib
|
@@ -245,8 +246,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
245
246
|
- !ruby/object:Gem::Version
|
246
247
|
version: '0'
|
247
248
|
requirements: []
|
248
|
-
|
249
|
-
|
249
|
+
rubyforge_project:
|
250
|
+
rubygems_version: 2.6.14.1
|
251
|
+
signing_key:
|
250
252
|
specification_version: 4
|
251
253
|
summary: Provides open nomenclature data in a gem
|
252
254
|
test_files: []
|