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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 03a231f06a80d9d2f2ce332ebca70e99e4a0644e
4
- data.tar.gz: 8c3e49f850de5351742707ef1a13580e1ce33115
3
+ metadata.gz: 4d6255781f217e0439c558a8d73937e6157d1886
4
+ data.tar.gz: 7b6074d5d16a6716efe0cb339f6c7bbde8e6f069
5
5
  SHA512:
6
- metadata.gz: 59a44e4032515946d0530c5a98fe0b24e6cfad5039449ff63f600321f92ab5a04e67a544869c5262e9236d6de8a6f82ac6f17a59a2c4a0b04342d7b3b0670a4e
7
- data.tar.gz: 69485beb3556c6e26d8e684f3d50dd4caa64b70511842a5fa3f8369a2ded5129574f18f60b4570361711f137db280debab2be1525665991c8013dc5c56d968b5
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 an project to publish and maintain metadata
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
@@ -1,5 +1,5 @@
1
1
  # @author Mike Bland (michael.bland@gsa.gov)
2
2
 
3
3
  module AboutYml
4
- VERSION = '0.0.1'
4
+ VERSION = '0.0.2'
5
5
  end
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.1
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-01 00:00:00.000000000 Z
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
- - about_yml_generator
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/about_yml_generator
156
+ - bin/about_yml_generate
157
157
  - bin/about_yml_scrape
158
158
  - bin/about_yml_validate
159
159
  - bin/github_org_descriptions