onoma 0.3.1 → 0.3.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Onoma
2
- VERSION = '0.3.1'.freeze
2
+ VERSION = '0.3.3'.freeze
3
3
  end
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.3.1
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brice TEXIER
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-09-05 00:00:00.000000000 Z
11
+ date: 2020-09-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -133,7 +133,6 @@ files:
133
133
  - config/locales/jpn.yml
134
134
  - config/locales/por.yml
135
135
  - config/locales/spa.yml
136
- - db/db.xml
137
136
  - db/migrate/20150813022423_add_data.xml
138
137
  - db/migrate/20150813224145_fix_zea.xml
139
138
  - db/migrate/20150813224155_fix_hordeum.xml
@@ -319,6 +318,7 @@ files:
319
318
  - db/migrate/20170627081533_add_pending_deposit_payments_account_number_for_pt_accounting_system.xml
320
319
  - db/migrate/20170718131724_add_issue_natures.xml
321
320
  - db/migrate/20170803164344_add_procedure_nature_and_category.xml
321
+ - db/migrate/20170904223101_add_cultivable_zone_registry.xml
322
322
  - db/migrate/20170914083358_add_new_product_nature_variants.xml
323
323
  - db/migrate/20170927144852_add_kiwi_varieties.xml
324
324
  - db/migrate/20171106085357_update_account_numbers.xml
@@ -349,6 +349,18 @@ files:
349
349
  - db/migrate/20190611101014_change_deductible_vat_account.xml
350
350
  - db/migrate/20190620092151_fix_conflicts_in_new_accounts.xml
351
351
  - db/migrate/20190625152636_change_mixture_seed_product_nature_variant.xml
352
+ - db/migrate/20190718130243_remove_services_expenses.xml
353
+ - db/migrate/20190801142431_remove_accounts_from_pcg82.xml
354
+ - db/migrate/20190823091727_fix-cubic-meter-per-hectare-symbol.xml
355
+ - db/migrate/20190917161215_add_missing_mass_area_density_units.xml
356
+ - db/migrate/20190917161216_update_quintal_symbol.xml
357
+ - db/migrate/20190917161217_adds_more_info_to_units.xml
358
+ - db/migrate/20190918074757_add_new_accounts.xml
359
+ - db/migrate/20191001122750_add_accounts_fixed_assets_related.xml
360
+ - db/migrate/20191028175001_add_short_balance_sheet.xml
361
+ - db/migrate/20191029131921_add_vine_equipments.xml
362
+ - db/migrate/20191112132413_remove_roller_from_product_natures.xml
363
+ - db/migrate/20200305160358_add_varieties_for_phytosanitary.xml
352
364
  - db/reference.xml
353
365
  - lib/onoma.rb
354
366
  - lib/onoma/database.rb
@@ -375,7 +387,7 @@ homepage: https://github.com/ekylibre/onoma
375
387
  licenses:
376
388
  - MIT
377
389
  metadata: {}
378
- post_install_message:
390
+ post_install_message:
379
391
  rdoc_options: []
380
392
  require_paths:
381
393
  - lib
@@ -390,9 +402,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
390
402
  - !ruby/object:Gem::Version
391
403
  version: '0'
392
404
  requirements: []
393
- rubyforge_project:
394
- rubygems_version: 2.5.2.3
395
- signing_key:
405
+ rubygems_version: 3.0.3
406
+ signing_key:
396
407
  specification_version: 4
397
408
  summary: Provides open nomenclature data in a gem
398
409
  test_files: []
data/db/db.xml DELETED
File without changes