gds-api-adapters 24.1.0 → 24.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 28098d8902e486126f79a399948e42e924eb6cae
4
- data.tar.gz: 19c4f53b1934ee7209907cf415b45206ba29e39b
3
+ metadata.gz: 3f5131c255f8144ad889497e23aa2dcae9ba325b
4
+ data.tar.gz: e6e3dbcc6ce43bc4b6d2af1a022156258bfd3b99
5
5
  SHA512:
6
- metadata.gz: dfed702fb49b333fbda0502fe3e6e05eef4d3812481a869196ac06b5b42032b23f297d02d9418364c05908d16a0942ce418a61630242902df2f34d0824d9b196
7
- data.tar.gz: c3ed9eee1308276969383e36bd13f6555444069ebe4e77ba2d7f8df30156471afb558e031e750b42bb2a88cfa5839331214bf7a38e12ae0cff93d298a6458877
6
+ metadata.gz: a21296fc73994cc0f7e63391cb8570a51dc1c5c583753ff98b9c324edbbf8c63005309ccbb071e6c7f7fa8ba65e99d51b3395c21a84320bdb872cfbf9f8023c4
7
+ data.tar.gz: 441f32b37a11f7566adc57c009f12641d5f536ff18e26c6f79eb675b0288ab7cac9de7bb3b0ce2d4fb93f3342d8dbe94a9362d1c3c1b9ec444ef46e1132e12df
@@ -45,6 +45,8 @@ module GdsApi
45
45
  :indexable_content,
46
46
  :public_timestamp,
47
47
  :latest_change_note,
48
+
49
+ :content_id,
48
50
  ]
49
51
 
50
52
  deprecated_params = {
@@ -1,3 +1,3 @@
1
1
  module GdsApi
2
- VERSION = '24.1.0'
2
+ VERSION = '24.2.0'
3
3
  end
@@ -69,6 +69,7 @@ describe GdsApi::Panopticon::Registerer do
69
69
  specialist_sectors: ["oil-and-gas/wells", "oil-and-gas/licensing"],
70
70
  public_timestamp: "2014-01-01T12:00:00+00:00",
71
71
  latest_change_note: 'Added more stubble',
72
+ content_id: 'f47b4fab-46fa-4020-97a2-3413a5d75402'
72
73
  )
73
74
 
74
75
  GdsApi::Panopticon::Registerer.new(
@@ -86,6 +87,7 @@ describe GdsApi::Panopticon::Registerer do
86
87
  specialist_sectors: ["oil-and-gas/wells", "oil-and-gas/licensing"],
87
88
  public_timestamp: DateTime.parse('2014-01-01 12:00:00 +00:00'),
88
89
  latest_change_note: 'Added more stubble',
90
+ content_id: 'f47b4fab-46fa-4020-97a2-3413a5d75402'
89
91
  )
90
92
  )
91
93
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gds-api-adapters
3
3
  version: !ruby/object:Gem::Version
4
- version: 24.1.0
4
+ version: 24.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Stewart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-24 00:00:00.000000000 Z
11
+ date: 2015-09-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: plek