govuk-dummy_content_store 0.0.3 → 0.0.4

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
  SHA1:
3
- metadata.gz: a6568800eda7308cdddb115c43972e14110aeece
4
- data.tar.gz: c06ef281194d2537403066b4a47f1e2bf88cf317
3
+ metadata.gz: d5dd9fe111f1c3b117d99660b2fcfb5ae872cb49
4
+ data.tar.gz: 6aa1452e17bcb73f2c81143d7aa18e1ace7bc265
5
5
  SHA512:
6
- metadata.gz: d2cce3ebbf7c39365eb1cbb90c9b53eb4572107191f12b31021ea8572862c98e972b3a70eaa801b5aecff3307122f7825631151fab47a5d1e05ab1b18cf6e26f
7
- data.tar.gz: 137a42ab511a188587daea7350b5a0ed87394a49e94a0a7ad894f706eeefb6141b970a898ffaa0bb56d41cfe475f580ad269883ca6aa14fb394072e9596c0ca0
6
+ metadata.gz: 6208026404355eed070957cbb6846cb1a5917cbbf3549e3517226297133349edf4fde0d1ae95fcd74fa71b9709dd2fd3eafcdb79f005288efc7a71cae3cffcb9
7
+ data.tar.gz: c2762aaf2d7f7b4e5ba9b93bc78d087ad30f86d3147a2a1b657bbe096303ab18e253866f293673cb2eced1e4e09172e5e1732e416a1cca14ba43b1152c71a669
data/CHANGELOG.md ADDED
@@ -0,0 +1,3 @@
1
+ # 0.0.4
2
+
3
+ * Only include frontend examples in dummy content store
@@ -20,7 +20,7 @@ module Govuk
20
20
 
21
21
  private
22
22
  def all_example_paths
23
- Dir[content_schemas_path + "formats" + "**" + "examples" + "*.json"]
23
+ Dir[content_schemas_path + "formats" + "*" + "frontend" + "examples" + "*.json"]
24
24
  end
25
25
  end
26
26
  end
@@ -1,5 +1,5 @@
1
1
  module Govuk
2
2
  module DummyContentStore
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk-dummy_content_store
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heath
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-09 00:00:00.000000000 Z
11
+ date: 2016-02-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rack
@@ -133,6 +133,7 @@ files:
133
133
  - ".gitignore"
134
134
  - ".rspec"
135
135
  - ".ruby-version"
136
+ - CHANGELOG.md
136
137
  - Gemfile
137
138
  - LICENSE.txt
138
139
  - README.md