udongo 7.3.4 → 7.3.5

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: 962f42931f08cb1d74ebc2b55c6537bfc43b5c89
4
- data.tar.gz: 7bccfc7ec53136d2c4f7ce67247765a2a876222b
3
+ metadata.gz: 23b0abf6ffac51e5c3d5cfbf4d1fc2d43ddb2e1f
4
+ data.tar.gz: 0a8dfea964ff8271a8567e8eab56a3010337c7bf
5
5
  SHA512:
6
- metadata.gz: 715caffc5bf92d7e33ab60c211779de38eb76a4ec6d1ba3061c64500af985b46fe9e40c95bacd748a5101966f367631eab1df637136b35e863a40b7f295fe88c
7
- data.tar.gz: 05426b6db33831349ca680a38b47936209ac5b6c06b57ccb695e75cb1e0439167f5141a2312b3a21e7812dbe7cdc3e5e19b30a2d26c00895980360673b4a6173
6
+ metadata.gz: 1efec8809f119ca1cc0eeb7ac289a1d9798e546935acb3598d061ec1239cee753655565a3710d97ad89d9cff77d48592c31c250b1bdde1012762470bc28eee23
7
+ data.tar.gz: 3cc644ad130ab942a44495b187878729500df206980e1693113d76a5b6bafff978e54af7e4f4c8f7a0b309c5271fde37bf8eb386c71dcc8508f0d3ae44607414
@@ -1,8 +1,6 @@
1
1
  class Backend::TagTranslationForm < Backend::TranslationWithSeoForm
2
2
  attribute :summary, String
3
3
 
4
- validates :summary, presence: true
5
-
6
4
  def self.model_name
7
5
  Tag.model_name
8
6
  end
data/changelog.md CHANGED
@@ -1,3 +1,8 @@
1
+ 7.3.5 - 2018-03-30
2
+ --
3
+ * The tag summary is no longer a mandatory field.
4
+
5
+
1
6
  7.3.4 - 2018-03-15
2
7
  --
3
8
  * Allow for a "way out" when building result objects for the frontend search.
@@ -1,3 +1,3 @@
1
1
  module Udongo
2
- VERSION = '7.3.4'
2
+ VERSION = '7.3.5'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: udongo
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.3.4
4
+ version: 7.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Davy Hellemans
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-03-15 00:00:00.000000000 Z
12
+ date: 2018-03-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails