parliament-grom-decorators 0.31.1 → 0.32.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
  SHA256:
3
- metadata.gz: e7791aef235cc2220ce562bf0fc6c5945d83a3205a57c2f656cb8d025d37b5bf
4
- data.tar.gz: 9be1d9689332682a523b00cac72492c51c25d38741ddfe716627ed3dab77e90f
3
+ metadata.gz: 585c54395dcf92aa481a1694db6ea0ab77d2d5b5a0dd4f3849429c0a187ad4c9
4
+ data.tar.gz: 001bbefbeccf6e863942e08c0dc364b93d1bcc4954c37fbe140c72ab02d1c826
5
5
  SHA512:
6
- metadata.gz: b84c5c85558cd3bdae36fe300fec11c5ac9765f0ac0d2e96e34ce29ecd5da514c901a5a014d25fa4fdd2077a2436429338a9281ab8d3ed1df4f2a080db418db2
7
- data.tar.gz: 722edb3aaa26f48ee28996425011a5ffc738da1c8c91505af73ab991b0de5786ed350688be79775276bcca0ab45dea5510dbad770734f0b3ba9751c6332b0df8
6
+ metadata.gz: 5a76835e8a56c88b8594990dda604419f1f9dcbc70f9e80bd3ac75f696a7e9d9579dbdfcccdc34ca5cc6aa8af981583fed5b10816a5f1a74b44c77972ffef704
7
+ data.tar.gz: 53ef76e217d2001511024183d451072ff9bd58aaa1d22509038b9d8d51689ca69407a353bf5f81426d3f96c70c4c4219e4313a5968282fddd64251fe48405ef6
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.5.1
1
+ 2.6.1
data/.travis.yml CHANGED
@@ -1,3 +1,3 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 2.3.1
3
+ - 2.6.1
@@ -0,0 +1,9 @@
1
+ module Parliament
2
+ module Grom
3
+ module Decorator
4
+ # Decorator namespace for Grom::Node instances with type: https://id.parliament.uk/schema/Treaty
5
+ module Treaty
6
+ end
7
+ end
8
+ end
9
+ end
@@ -1,7 +1,7 @@
1
1
  module Parliament
2
2
  module Grom
3
3
  module Decorator
4
- VERSION = '0.31.1'.freeze
4
+ VERSION = '0.32.0'.freeze
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: parliament-grom-decorators
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.31.1
4
+ version: 0.32.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rebecca Appleyard
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-09-06 00:00:00.000000000 Z
11
+ date: 2019-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -234,6 +234,7 @@ files:
234
234
  - lib/parliament/grom/decorator/question.rb
235
235
  - lib/parliament/grom/decorator/seat_incumbency.rb
236
236
  - lib/parliament/grom/decorator/statutory_instrument_paper.rb
237
+ - lib/parliament/grom/decorator/treaty.rb
237
238
  - lib/parliament/grom/decorator/version.rb
238
239
  - lib/parliament/grom/decorator/web_article.rb
239
240
  - lib/parliament/grom/decorator/work_package.rb
@@ -259,8 +260,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
259
260
  - !ruby/object:Gem::Version
260
261
  version: '0'
261
262
  requirements: []
262
- rubyforge_project:
263
- rubygems_version: 2.7.6
263
+ rubygems_version: 3.0.1
264
264
  signing_key:
265
265
  specification_version: 4
266
266
  summary: Parliamentary Grom decorator