unidom-standard 1.3.3 → 1.3.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fd6e07e25b29ed5f8963088c6346ef7124c243af
4
- data.tar.gz: 3c0772bae2715638a5b67588f05abb86d8b1b535
3
+ metadata.gz: d6c8bf70a8bbc8feb282b76b972812f873f7042d
4
+ data.tar.gz: 355959cfb5080dbdbdab4eb61e4a59da6d7ad0da
5
5
  SHA512:
6
- metadata.gz: 68baf16ee42fb1cfaa23e1564814eaf926ef42de6dd6a761acbd44263d23be97d03868ec11154a6ccd341435d1f33b2bb8a7ac918a93968c7d1127d6196486ee
7
- data.tar.gz: edd340c4030dcf006744826fc0bfde8475de86a766ea81469f3c7871ff4cbb9f94999850eaf715188d04a4846e4501f05e95bfb8b874ff825191c1f21012ab53
6
+ metadata.gz: e8a0d8c3a69ec5f2b9bc337b60462cdbd8c95ad5191dc9f2d7bec830d24e25fbb2a8456edcba66519d3cb4f10a2349618477e1175439f3c28b9be432056f2277
7
+ data.tar.gz: 0fd30213aa9a5d3fedb3db0f79c0659a04db9eaf7c7bb2b647919c29f25ecb7a929f035edcfa7cc913e128d360b82ad01e85125adbb62256949a52d587dfee4f
@@ -6,7 +6,7 @@ class CreateUnidomStandards < ActiveRecord::Migration
6
6
 
7
7
  t.string :name, null: false, default: '', limit: 200
8
8
  t.string :number, null: false, default: '', limit: 200
9
- t.string :ics_code, null: true, default: nil, limit: 9
9
+ t.string :ics_code, null: true, default: nil, limit: 64
10
10
 
11
11
  t.text :scope_definition
12
12
  t.text :corrigenda
@@ -1,5 +1,5 @@
1
1
  module Unidom
2
2
  module Standard
3
- VERSION = '1.3.3'.freeze
3
+ VERSION = '1.3.4'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unidom-standard
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.3
4
+ version: 1.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Topbit Du
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-06 00:00:00.000000000 Z
11
+ date: 2016-12-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: unidom-common