onoma 0.4.2 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
data/lib/onoma/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Onoma
4
- VERSION = '0.4.2'
4
+ VERSION = '0.5.0'
5
5
  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.4.2
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brice TEXIER
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-12-01 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
@@ -373,7 +373,17 @@ files:
373
373
  - db/migrate/20200421123503_add_type_to_categories_and_variants.xml
374
374
  - db/migrate/20200514092205_add_liter_per_hectoliter_unit.xml
375
375
  - db/migrate/20200722091859_triticale_derivative_of.xml
376
- - db/migrate/20200925153320_fix_outgoing_payment_list_document_nature.xml
376
+ - db/migrate/20200826000010_add_area_units.xml
377
+ - db/migrate/20200826000020_change_trailer_indicators.xml
378
+ - db/migrate/20200826000030_add_new_production_systems.xml
379
+ - db/migrate/20200826000040_add_viti_abilities.xml
380
+ - db/migrate/20200826000060_create_vine_farming_activity_famillies.xml
381
+ - db/migrate/20200826000070_remove_certifications_and_vitis_varieties.xml
382
+ - db/migrate/20200826000080_add_new_indicators.xml
383
+ - db/migrate/20200826000100_add_viti_procedure_actions.xml
384
+ - db/migrate/20200826000110_add_vine_puning_systems.xml
385
+ - db/migrate/20200826000120_add_vine_procedure_categories.xml
386
+ - db/migrate/20200826000130_update_viti_product_nauture_variant.xml
377
387
  - db/reference.xml
378
388
  - lib/onoma.rb
379
389
  - lib/onoma/item.rb
@@ -399,8 +409,6 @@ files:
399
409
  - lib/onoma/models/analysis_nature.rb
400
410
  - lib/onoma/models/animal_life_state.rb
401
411
  - lib/onoma/models/cation_exchange_capacity_analysis_method.rb
402
- - lib/onoma/models/certification.rb
403
- - lib/onoma/models/certification_label.rb
404
412
  - lib/onoma/models/chemical_classification.rb
405
413
  - lib/onoma/models/chemical_element.rb
406
414
  - lib/onoma/models/country.rb
@@ -419,7 +427,6 @@ files:
419
427
  - lib/onoma/models/identifier_nature.rb
420
428
  - lib/onoma/models/indicator.rb
421
429
  - lib/onoma/models/issue_nature.rb
422
- - lib/onoma/models/land.rb
423
430
  - lib/onoma/models/language.rb
424
431
  - lib/onoma/models/mammalia_birth_condition.rb
425
432
  - lib/onoma/models/mammalia_reproduction_state.rb
@@ -1,7 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <migration name="Fix outgoing payment list document nature">
3
- <!-- Add your changes here -->
4
- <item-removal item="document_natures#outgoing_payment_list"/>
5
- <item-creation item="document_natures#outgoing_payment_list__standard" category="exploitation"/>
6
- <item-creation item="document_natures#outgoing_payment_list__check_letter" category="exploitation"/>
7
- </migration>
@@ -1,4 +0,0 @@
1
- module Onoma
2
- class Certification < Onoma::Record::Base
3
- end
4
- end
@@ -1,4 +0,0 @@
1
- module Onoma
2
- class CertificationLabel < Onoma::Record::Base
3
- end
4
- end
@@ -1,4 +0,0 @@
1
- module Onoma
2
- class Land < Onoma::Record::Base
3
- end
4
- end