onoma 0.5.3 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,4 @@
1
+ module Onoma
2
+ class ProductionSupportNature < Onoma::Record::Base
3
+ end
4
+ end
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.5.3'
4
+ VERSION = '0.6.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.5.3
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-02-18 00:00:00.000000000 Z
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
- rubygems_version: 3.0.3
249
- signing_key:
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: []