dta_rapid 0.2.11 → 0.2.12
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/_includes/buttons/start-button.html +8 -0
- data/_includes/link-button.html +6 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 897723aef1d98aa4b18e6e0d505c831cd8eb84a1
|
4
|
+
data.tar.gz: bbcf207987a09131d65b9866b09b8e585e88e606
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ce3c8c67a16488afe9e94fc4c9273204edb457755cd2e20d1e21cb64a59502b2605a1ef4e46f21f2908cf4e30433b00d3961602ee24f0dcd94ca142ba9a010a3
|
7
|
+
data.tar.gz: 60d4e93bc99c7cdb57c3595fdf56729e1adc53fe3ac3cf66ada596d72facb2622ee2f2bf5b6a934a565f22aaa09dd999bf2e49d4d9009b80b37a257ce54ef742
|
data/_includes/link-button.html
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dta_rapid
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gareth Rogers
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2017-02-
|
13
|
+
date: 2017-02-24 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: jekyll
|
@@ -65,6 +65,7 @@ extra_rdoc_files: []
|
|
65
65
|
files:
|
66
66
|
- LICENSE.txt
|
67
67
|
- README.md
|
68
|
+
- _includes/buttons/start-button.html
|
68
69
|
- _includes/forms/text-field.html
|
69
70
|
- _includes/link-button.html
|
70
71
|
- _layouts/default.html
|
@@ -207,7 +208,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
207
208
|
version: '0'
|
208
209
|
requirements: []
|
209
210
|
rubyforge_project:
|
210
|
-
rubygems_version: 2.
|
211
|
+
rubygems_version: 2.0.14.1
|
211
212
|
signing_key:
|
212
213
|
specification_version: 4
|
213
214
|
summary: Converting the DTA UI kit (see https://github.com/AusDTO/gov-au-ui-kit) into
|