contentful-management 2.8.2 → 2.9.0

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
  SHA256:
3
- metadata.gz: d893e7e619cc93e46c5f9b0727eda6d5b9a4bd12c64f9a62e1e56d1a38599ce3
4
- data.tar.gz: 0d65c3b3f4ec56d12caf2ea76a4812f2f29f262c047f499ac141b00429dc95f5
3
+ metadata.gz: eab2699745e66fdf31687b99ba2105e59a1bd4a378ba0f4418ebbd3d9e528545
4
+ data.tar.gz: f4ca387a625b6461b160372136b76ee6228c79357a8be9f356428350e4784e9d
5
5
  SHA512:
6
- metadata.gz: 2e36c0c5cdd24ff97b168c4ea1fe2e57b774db66e13c5db750b765d4be47f6c396f4600b1342b84548f5a05361012b79fd9c8fdc050722dd0f2cd58cbb9bee75
7
- data.tar.gz: aa73fbc6e361ffff8fa55adff02f7cb8fade1ad24d22828867d4ebe207795eb0703a25d0b429c69e4d1db25fcb9eab85249bf9f606d926693b3da15c436fc286
6
+ metadata.gz: 3acfd6e9399c6d250f1340542250050cb9301230fc5cce2bbf0da9d657a8d67bbaf1319185f519567fb2bf9a32d6a540a4f27665600e09a5ea2ee9298ef32cd6
7
+ data.tar.gz: a018f28bd8f836f5aafebd6a25ca666c376976f62ce22fb997133562d4f5654257be68ae6035f833f1de1613311596c062c4c05f8d7a94f487fce0be4192539d
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## Master
4
4
 
5
+ ## 2.9.0
6
+ ### Added
7
+ * Added validations for Rich Text. [#193](https://github.com/contentful/contentful-management.rb/pull/193)
8
+
5
9
  ## 2.8.2
6
10
  ### Fixed
7
11
  * Fixed the ability to clone content types by reusing other content type's fields. [#192](https://github.com/contentful/contentful-management.rb/pull/192)
@@ -17,6 +17,8 @@ module Contentful
17
17
  property :linkContentType, :array
18
18
  property :linkMimetypeGroup, :string
19
19
  property :assetImageDimensions, :hash
20
+ property :enabledNodeTypes, :array
21
+ property :enabledMarks, :array
20
22
 
21
23
  # @private
22
24
  def properties_to_hash
@@ -3,6 +3,6 @@ module Contentful
3
3
  # Management Namespace
4
4
  module Management
5
5
  # Gem Version
6
- VERSION = '2.8.2'.freeze
6
+ VERSION = '2.9.0'.freeze
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: contentful-management
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.8.2
4
+ version: 2.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Piotr Protas
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2019-04-23 00:00:00.000000000 Z
13
+ date: 2019-05-08 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: http
@@ -781,8 +781,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
781
781
  - !ruby/object:Gem::Version
782
782
  version: '0'
783
783
  requirements: []
784
- rubyforge_project:
785
- rubygems_version: 2.7.8
784
+ rubygems_version: 3.0.3
786
785
  signing_key:
787
786
  specification_version: 4
788
787
  summary: contentful management api