gds-api-adapters 10.11.1 → 10.11.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -80,6 +80,9 @@ module GdsApi
80
80
  "details" => {
81
81
  "slug" => slug,
82
82
  "abbreviation" => acronymize_slug(slug),
83
+ "logo_formatted_name" => titleize_slug(slug, :title_case => true),
84
+ "organisation_brand_colour_class_name" => slug,
85
+ "organisation_logo_type_class_name" => (slug =~ /ministry/ ? "single-identity" : "eo"),
83
86
  "closed_at" => nil,
84
87
  "govuk_status" => (slug =~ /ministry/ ? "live" : "joining"),
85
88
  },
@@ -1,3 +1,3 @@
1
1
  module GdsApi
2
- VERSION = '10.11.1'
2
+ VERSION = '10.11.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gds-api-adapters
3
3
  version: !ruby/object:Gem::Version
4
- version: 10.11.1
4
+ version: 10.11.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-05-21 00:00:00.000000000 Z
12
+ date: 2014-05-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: plek
@@ -379,7 +379,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
379
379
  version: '0'
380
380
  segments:
381
381
  - 0
382
- hash: -4411735223045544761
382
+ hash: -3585520880765044712
383
383
  required_rubygems_version: !ruby/object:Gem::Requirement
384
384
  none: false
385
385
  requirements:
@@ -388,7 +388,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
388
388
  version: '0'
389
389
  segments:
390
390
  - 0
391
- hash: -4411735223045544761
391
+ hash: -3585520880765044712
392
392
  requirements: []
393
393
  rubyforge_project:
394
394
  rubygems_version: 1.8.23