govuk-dummy_content_store 0.0.1 → 0.0.2
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 +4 -4
- data/.ruby-version +1 -1
- data/govuk-dummy_content_store.gemspec +1 -1
- data/lib/govuk/dummy_content_store/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5b081d12826eefc5fe190b6c7d36f0d5c96593a8
|
|
4
|
+
data.tar.gz: 4a193693c70393bfbb66c42aa49c3be00d00baa4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3b73ed6185b928e4398d99cf6fe1846ebd532d923e30d697b9de107ce9d3d95766689df5be624c6d1f722a568bc2e1ed8e5e9321a373e8f900e65ca18f1bc7bb
|
|
7
|
+
data.tar.gz: f4a85a4a4e9b63391879af3a488d82e326b0e6f46b391177f7507638b83fc34a4883436fcc3ac056b5a1c4442cdacd16a2ee9e8484265c7d3a89b548e89f8658
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.1.
|
|
1
|
+
2.1.5
|
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["david.heath@digital.cabinet-office.gov.uk"]
|
|
11
11
|
spec.summary = %q{Rack app which serves example files from govuk-content-schemas}
|
|
12
12
|
spec.description = %q{}
|
|
13
|
-
spec.homepage = ""
|
|
13
|
+
spec.homepage = "https://github.com/alphagov/govuk-dummy_content_store"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0")
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: govuk-dummy_content_store
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Heath
|
|
@@ -152,7 +152,7 @@ files:
|
|
|
152
152
|
- spec/fixtures/govuk-content-schemas/formats/my-format/frontend/examples/my_example.json
|
|
153
153
|
- spec/integration/dummy_content_store_spec.rb
|
|
154
154
|
- spec/spec_helper.rb
|
|
155
|
-
homepage:
|
|
155
|
+
homepage: https://github.com/alphagov/govuk-dummy_content_store
|
|
156
156
|
licenses:
|
|
157
157
|
- MIT
|
|
158
158
|
metadata: {}
|