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: 4b4a9e428300698f728655e188e34849da008f6d
4
- data.tar.gz: 04b409c43c3e59cce0a990cfe73ec8f55d56d969
3
+ metadata.gz: 9e886892791e64f6563961ccd4ea3be6aac83e46
4
+ data.tar.gz: 16dee9cd1470bc6dc4cc5d0a369d378d25e2bdce
5
5
  SHA512:
6
- metadata.gz: a506c911cd0eee21f983dfb2b8fadf1df6fd75d6537ca369fa73a3e706eee25f755dc5f90e2d5d7217310dd40fea8d18b402187b701d64897e023fb12c82f728
7
- data.tar.gz: 8c93f32818ed4e98f0d470a34d404b7732303feab127b7b656b6f36c7e124647a4d9eb7d8c09352df0cffbe59a34d88280f889591827fc95b129d7079db50b09
6
+ metadata.gz: b0498b4e2cee6a69fcfccffe1f2c2a10ebc69cbc07577708f2641ca093db562e5c4ef8c92ee5c1ab6e42482da392daa3a672a7340d81dd508364bdd1e8785afb
7
+ data.tar.gz: 5d9ba107575208aaa686abe654115e41ddce6a0bede93902632748c5b07ed10c30d8af711274fbb28732735d024b1e44aab2f0f1aeaa552c3f8e2a7f885b08aa
@@ -99,14 +99,12 @@
99
99
  ".*": {"$ref": "#/definitions/license"}
100
100
  }
101
101
  },
102
- "blog": {
102
+ "blogTag": {
103
103
  "type": "array",
104
- "description": "Blogs or websites associated with project development",
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": {
@@ -1,5 +1,5 @@
1
1
  # @author Mike Bland (michael.bland@gsa.gov)
2
2
 
3
3
  module AboutYml
4
- VERSION = '0.0.7'
4
+ VERSION = '0.0.8'
5
5
  end
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.7
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-11 00:00:00.000000000 Z
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.rb
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