govuk_content_models 8.4.0 → 8.4.1

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## 8.4.1
2
+
3
+ * Bugfix: Prevent rails dev-mode reloading from clearing configuration of
4
+ Attachable api client.
5
+
1
6
  ## 8.4.0
2
7
 
3
8
  Add support for attachments to SpecialistDocumentEdition.
@@ -1,8 +1,6 @@
1
1
  module Attachable
2
2
  class ApiClientNotPresent < StandardError; end
3
3
 
4
- @asset_api_client = nil
5
-
6
4
  def self.asset_api_client
7
5
  @asset_api_client
8
6
  end
@@ -1,4 +1,4 @@
1
1
  module GovukContentModels
2
2
  # Changing this causes Jenkins to tag and release the gem into the wild
3
- VERSION = "8.4.0"
3
+ VERSION = "8.4.1"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk_content_models
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.4.0
4
+ version: 8.4.1
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-03-07 00:00:00.000000000 Z
12
+ date: 2014-03-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bson_ext
@@ -460,7 +460,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
460
460
  version: '0'
461
461
  segments:
462
462
  - 0
463
- hash: 4061637163716751307
463
+ hash: 61628774300595589
464
464
  required_rubygems_version: !ruby/object:Gem::Requirement
465
465
  none: false
466
466
  requirements:
@@ -469,7 +469,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
469
469
  version: '0'
470
470
  segments:
471
471
  - 0
472
- hash: 4061637163716751307
472
+ hash: 61628774300595589
473
473
  requirements: []
474
474
  rubyforge_project:
475
475
  rubygems_version: 1.8.23