content_block_tools 1.10.2 → 1.10.3
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/lib/content_block_tools/version.rb +1 -1
- metadata +2 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fc62b1911234ad251567ec3c5ab50dd5c446a74b6dc5d1d760e0c45fc1111919
|
|
4
|
+
data.tar.gz: 7e4c649d068f297d1d157bf6b26f9eff264b32cbe4705dec4e8a044101214409
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b5869cf1833b2f9e4bd6a7c14cace2ca2535be7b54fa34a96e5e43913848008bc225a1b7f03904fa5057ffaf8f0e33f82027737bb9ea0e6d3d76919f1a8a64a1
|
|
7
|
+
data.tar.gz: a1a3a9b5e2ce434fcf809192003b668f8f7aa75c998a4dfe047871b6b432a06e0d00b5556a8f0bca3a677c6f2b278b66f44db18167e617613688a53c28a0f0bc
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: content_block_tools
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.10.
|
|
4
|
+
version: 1.10.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- GOV.UK Dev
|
|
@@ -106,9 +106,6 @@ dependencies:
|
|
|
106
106
|
- - ">="
|
|
107
107
|
- !ruby/object:Gem::Version
|
|
108
108
|
version: '101.0'
|
|
109
|
-
- - "<"
|
|
110
|
-
- !ruby/object:Gem::Version
|
|
111
|
-
version: '103.1'
|
|
112
109
|
type: :runtime
|
|
113
110
|
prerelease: false
|
|
114
111
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -116,9 +113,6 @@ dependencies:
|
|
|
116
113
|
- - ">="
|
|
117
114
|
- !ruby/object:Gem::Version
|
|
118
115
|
version: '101.0'
|
|
119
|
-
- - "<"
|
|
120
|
-
- !ruby/object:Gem::Version
|
|
121
|
-
version: '103.1'
|
|
122
116
|
- !ruby/object:Gem::Dependency
|
|
123
117
|
name: govspeak
|
|
124
118
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -1066,7 +1060,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
1066
1060
|
- !ruby/object:Gem::Version
|
|
1067
1061
|
version: '0'
|
|
1068
1062
|
requirements: []
|
|
1069
|
-
rubygems_version: 4.0.
|
|
1063
|
+
rubygems_version: 4.0.8
|
|
1070
1064
|
specification_version: 4
|
|
1071
1065
|
summary: A suite of tools for working with GOV.UK Content Blocks
|
|
1072
1066
|
test_files: []
|