about_yml 0.0.7 → 0.0.8
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9e886892791e64f6563961ccd4ea3be6aac83e46
|
|
4
|
+
data.tar.gz: 16dee9cd1470bc6dc4cc5d0a369d378d25e2bdce
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b0498b4e2cee6a69fcfccffe1f2c2a10ebc69cbc07577708f2641ca093db562e5c4ef8c92ee5c1ab6e42482da392daa3a672a7340d81dd508364bdd1e8785afb
|
|
7
|
+
data.tar.gz: 5d9ba107575208aaa686abe654115e41ddce6a0bede93902632748c5b07ed10c30d8af711274fbb28732735d024b1e44aab2f0f1aeaa552c3f8e2a7f885b08aa
|
data/lib/about_yml/schema.json
CHANGED
|
@@ -99,14 +99,12 @@
|
|
|
99
99
|
".*": {"$ref": "#/definitions/license"}
|
|
100
100
|
}
|
|
101
101
|
},
|
|
102
|
-
"
|
|
102
|
+
"blogTag": {
|
|
103
103
|
"type": "array",
|
|
104
|
-
"description": "
|
|
104
|
+
"description": "Tag to use when blogging about this project",
|
|
105
105
|
"items": {
|
|
106
|
-
"type": "string"
|
|
107
|
-
"format": "uri"
|
|
106
|
+
"type": "string"
|
|
108
107
|
},
|
|
109
|
-
"format": "uri",
|
|
110
108
|
"uniqueItems": true
|
|
111
109
|
},
|
|
112
110
|
"links": {
|
|
File without changes
|
data/lib/about_yml/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: about_yml
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mike Bland
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2015-12-
|
|
12
|
+
date: 2015-12-28 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: safe_yaml
|
|
@@ -163,7 +163,7 @@ files:
|
|
|
163
163
|
- lib/about_yml/about.rb
|
|
164
164
|
- lib/about_yml/data_faker.rb
|
|
165
165
|
- lib/about_yml/schema.json
|
|
166
|
-
- lib/about_yml/tasks/check_about_yml.
|
|
166
|
+
- lib/about_yml/tasks/check_about_yml.rake
|
|
167
167
|
- lib/about_yml/template_generator.rb
|
|
168
168
|
- lib/about_yml/version.rb
|
|
169
169
|
homepage: https://github.com/18F/about_yml
|