onoma 0.2.2 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/locales/arb.yml +77 -293
- data/config/locales/cmn.yml +69 -193
- data/config/locales/deu.yml +61 -1113
- data/config/locales/eng.yml +3057 -2985
- data/config/locales/fra.yml +515 -401
- data/config/locales/ita.yml +63 -1168
- data/config/locales/jpn.yml +80 -232
- data/config/locales/por.yml +63 -975
- data/config/locales/spa.yml +70 -616
- data/db/db.xml +0 -0
- data/db/migrate/20171106085357_update_account_numbers.xml +431 -0
- data/db/migrate/20171212081801_add_fiscal_positions.xml +12 -0
- data/db/migrate/20180408190101_add_new_plant_variants.xml +7 -0
- data/db/migrate/20180409130101_add_common_crop.xml +4 -0
- data/db/migrate/20180418085027_add-hour-counter-indicator.xml +9 -0
- data/db/migrate/20180709134310_add_centralizing_field_to_accounts.xml +22 -0
- data/db/migrate/20180711093131_review_all_accounts_number_and_fallbacks.xml +431 -0
- data/db/migrate/20180806080646_edit_centralizing_field_accounts.xml +17 -0
- data/db/migrate/20180814184001_add_missing_categories.xml +12 -0
- data/db/migrate/20180907160001_edit_accounts_to_unlock_first_run.xml +21 -0
- data/db/migrate/20181004220301_add_journal_ledger.xml +4 -0
- data/db/migrate/20181205162401_add_intra_vat.xml +6 -0
- data/db/migrate/20181213153405_fix_accounting_systems.xml +7 -0
- data/db/migrate/20181217155149_fiscal_position_refers_to_accounting_system.xml +10 -0
- data/db/migrate/20181217173101_fiscal_position_reference_typo.xml +4 -0
- data/db/migrate/20190315154040_add_suspense_account.xml +4 -0
- data/db/migrate/20190326110849_add_asset_fixable_to_product_nature_categories.xml +25 -0
- data/db/migrate/20190326135443_change_product_nature_category_cultivable_zone_into_land.xml +21 -0
- data/db/migrate/20190329133808_change_land_fixed_assets_account_usage.xml +7 -0
- data/db/migrate/20190405120711_delete_land_sales_account_and_assign_land_parcels_sell_revenues_to_land.xml +5 -0
- data/db/migrate/20190412071057_add_new_fixed_assets_andn_depreciable_accounts.xml +22 -0
- data/db/migrate/20190509092804_add_account_exceptional_depreciations_imputations_expenses_for_fixed_assets.xml +4 -0
- data/db/migrate/20190514084753_add_approved_input_volume.xml +9 -0
- data/db/migrate/20190520072403_add_new_accounts.xml +58 -0
- data/db/migrate/20190521170601_add_missing_taxes.xml +7 -0
- data/db/migrate/20190611101014_change_deductible_vat_account.xml +5 -0
- data/db/migrate/20190620092151_fix_conflicts_in_new_accounts.xml +6 -0
- data/db/migrate/20190625152636_change_mixture_seed_product_nature_variant.xml +4 -0
- data/db/reference.xml +582 -492
- data/lib/onoma/version.rb +1 -1
- data/onoma.gemspec +3 -3
- metadata +42 -13
data/lib/onoma/version.rb
CHANGED
data/onoma.gemspec
CHANGED
@@ -19,11 +19,11 @@ Gem::Specification.new do |spec|
|
|
19
19
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
20
20
|
spec.require_paths = ['lib']
|
21
21
|
|
22
|
-
spec.add_development_dependency 'bundler', '
|
22
|
+
spec.add_development_dependency 'bundler', '> 1.15'
|
23
23
|
spec.add_development_dependency 'colored'
|
24
|
-
spec.add_development_dependency 'rake', '
|
24
|
+
spec.add_development_dependency 'rake', '> 12.0'
|
25
25
|
spec.add_development_dependency 'minitest'
|
26
26
|
spec.add_development_dependency 'i18n-tasks'
|
27
27
|
spec.add_dependency 'activesupport'
|
28
|
-
spec.add_dependency 'nokogiri'
|
28
|
+
spec.add_dependency 'nokogiri', '>= 1.10.4'
|
29
29
|
end
|
metadata
CHANGED
@@ -1,29 +1,29 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: onoma
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brice TEXIER
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-09-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - ">"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '1.
|
19
|
+
version: '1.15'
|
20
20
|
type: :development
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- - "
|
24
|
+
- - ">"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: '1.
|
26
|
+
version: '1.15'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: colored
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -42,16 +42,16 @@ dependencies:
|
|
42
42
|
name: rake
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
|
-
- - "
|
45
|
+
- - ">"
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version: '
|
47
|
+
version: '12.0'
|
48
48
|
type: :development
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
|
-
- - "
|
52
|
+
- - ">"
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version: '
|
54
|
+
version: '12.0'
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: minitest
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
@@ -100,14 +100,14 @@ dependencies:
|
|
100
100
|
requirements:
|
101
101
|
- - ">="
|
102
102
|
- !ruby/object:Gem::Version
|
103
|
-
version:
|
103
|
+
version: 1.10.4
|
104
104
|
type: :runtime
|
105
105
|
prerelease: false
|
106
106
|
version_requirements: !ruby/object:Gem::Requirement
|
107
107
|
requirements:
|
108
108
|
- - ">="
|
109
109
|
- !ruby/object:Gem::Version
|
110
|
-
version:
|
110
|
+
version: 1.10.4
|
111
111
|
description: Actual support Open-Nomenclature data and gem for use
|
112
112
|
email:
|
113
113
|
- brice@ekylibre.com
|
@@ -133,6 +133,7 @@ files:
|
|
133
133
|
- config/locales/jpn.yml
|
134
134
|
- config/locales/por.yml
|
135
135
|
- config/locales/spa.yml
|
136
|
+
- db/db.xml
|
136
137
|
- db/migrate/20150813022423_add_data.xml
|
137
138
|
- db/migrate/20150813224145_fix_zea.xml
|
138
139
|
- db/migrate/20150813224155_fix_hordeum.xml
|
@@ -320,6 +321,34 @@ files:
|
|
320
321
|
- db/migrate/20170803164344_add_procedure_nature_and_category.xml
|
321
322
|
- db/migrate/20170914083358_add_new_product_nature_variants.xml
|
322
323
|
- db/migrate/20170927144852_add_kiwi_varieties.xml
|
324
|
+
- db/migrate/20171106085357_update_account_numbers.xml
|
325
|
+
- db/migrate/20171212081801_add_fiscal_positions.xml
|
326
|
+
- db/migrate/20180408190101_add_new_plant_variants.xml
|
327
|
+
- db/migrate/20180409130101_add_common_crop.xml
|
328
|
+
- db/migrate/20180418085027_add-hour-counter-indicator.xml
|
329
|
+
- db/migrate/20180709134310_add_centralizing_field_to_accounts.xml
|
330
|
+
- db/migrate/20180711093131_review_all_accounts_number_and_fallbacks.xml
|
331
|
+
- db/migrate/20180806080646_edit_centralizing_field_accounts.xml
|
332
|
+
- db/migrate/20180814184001_add_missing_categories.xml
|
333
|
+
- db/migrate/20180907160001_edit_accounts_to_unlock_first_run.xml
|
334
|
+
- db/migrate/20181004220301_add_journal_ledger.xml
|
335
|
+
- db/migrate/20181205162401_add_intra_vat.xml
|
336
|
+
- db/migrate/20181213153405_fix_accounting_systems.xml
|
337
|
+
- db/migrate/20181217155149_fiscal_position_refers_to_accounting_system.xml
|
338
|
+
- db/migrate/20181217173101_fiscal_position_reference_typo.xml
|
339
|
+
- db/migrate/20190315154040_add_suspense_account.xml
|
340
|
+
- db/migrate/20190326110849_add_asset_fixable_to_product_nature_categories.xml
|
341
|
+
- db/migrate/20190326135443_change_product_nature_category_cultivable_zone_into_land.xml
|
342
|
+
- db/migrate/20190329133808_change_land_fixed_assets_account_usage.xml
|
343
|
+
- db/migrate/20190405120711_delete_land_sales_account_and_assign_land_parcels_sell_revenues_to_land.xml
|
344
|
+
- db/migrate/20190412071057_add_new_fixed_assets_andn_depreciable_accounts.xml
|
345
|
+
- db/migrate/20190509092804_add_account_exceptional_depreciations_imputations_expenses_for_fixed_assets.xml
|
346
|
+
- db/migrate/20190514084753_add_approved_input_volume.xml
|
347
|
+
- db/migrate/20190520072403_add_new_accounts.xml
|
348
|
+
- db/migrate/20190521170601_add_missing_taxes.xml
|
349
|
+
- db/migrate/20190611101014_change_deductible_vat_account.xml
|
350
|
+
- db/migrate/20190620092151_fix_conflicts_in_new_accounts.xml
|
351
|
+
- db/migrate/20190625152636_change_mixture_seed_product_nature_variant.xml
|
323
352
|
- db/reference.xml
|
324
353
|
- lib/onoma.rb
|
325
354
|
- lib/onoma/database.rb
|
@@ -362,7 +391,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
362
391
|
version: '0'
|
363
392
|
requirements: []
|
364
393
|
rubyforge_project:
|
365
|
-
rubygems_version: 2.5.2
|
394
|
+
rubygems_version: 2.5.2.3
|
366
395
|
signing_key:
|
367
396
|
specification_version: 4
|
368
397
|
summary: Provides open nomenclature data in a gem
|