about_yml 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/README.md +1 -1
- data/bin/{about_yml_generator → about_yml_generate} +0 -0
- data/lib/about_yml/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4d6255781f217e0439c558a8d73937e6157d1886
|
|
4
|
+
data.tar.gz: 7b6074d5d16a6716efe0cb339f6c7bbde8e6f069
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f468c80bdce1059710776da06a0a442fe927ddc9d4a823ef10dd717d75247869e73af8d746bbead8f542b231d8309313065ca6f5eb43a26f1dd08d2bdb74e578
|
|
7
|
+
data.tar.gz: 611821f5b743e6cc6ab971eb34b5b3d3349013628eef6ea88b582e1bed6203edcc704f94905918ffe8feaf44bd9f4fc85ee847ce0ab77afc1289a9a5642fc178
|
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# `.about.yml` schema and tools
|
|
2
2
|
|
|
3
|
-
The `.about.yml` mechanism allows
|
|
3
|
+
The `.about.yml` mechanism allows a project to publish and maintain metadata
|
|
4
4
|
that can be easily maintained by project owners, that is visible and
|
|
5
5
|
accessible to interested parties, and that can be harvested and processed by
|
|
6
6
|
tools and automated systems. It is implemented using the
|
|
File without changes
|
data/lib/about_yml/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mike Bland
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-09-
|
|
11
|
+
date: 2015-09-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: safe_yaml
|
|
@@ -143,7 +143,7 @@ description: The .about.yml mechanism allows an project to publish and maintain
|
|
|
143
143
|
email:
|
|
144
144
|
- michael.bland@gsa.gov
|
|
145
145
|
executables:
|
|
146
|
-
-
|
|
146
|
+
- about_yml_generate
|
|
147
147
|
- about_yml_scrape
|
|
148
148
|
- about_yml_validate
|
|
149
149
|
- github_org_descriptions
|
|
@@ -153,7 +153,7 @@ files:
|
|
|
153
153
|
- CONTRIBUTING.md
|
|
154
154
|
- LICENSE.md
|
|
155
155
|
- README.md
|
|
156
|
-
- bin/
|
|
156
|
+
- bin/about_yml_generate
|
|
157
157
|
- bin/about_yml_scrape
|
|
158
158
|
- bin/about_yml_validate
|
|
159
159
|
- bin/github_org_descriptions
|