documentary 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0cd2c7bca305075774d21b7fe6aaa73a5c8adc4c
4
- data.tar.gz: 7de58c814f31b1c2c0ae0d17ad21b2656143b0a8
3
+ metadata.gz: f25bb931fb9ce91753bde54f114a19362fbe8c46
4
+ data.tar.gz: 50e7f9a59d248706bb4d6267da0d76d06f3d0931
5
5
  SHA512:
6
- metadata.gz: a0153f941656a662f53108687263880f8774aa9aa4a5df018b44a11776525482912cc8110c608f8dd70f5a4503ddb8dde30b851e1046002924023898bff99c75
7
- data.tar.gz: afb5123c1d0b2c7e1bb4fb40ae5234df835401a5ca256a742ee00cde3717aa935377cbdc36ed80c6513840bb723a2711a91c50bfaf26694e31fb5efdc770190d
6
+ metadata.gz: 82a11e37442205e9b68dd19c769768b499ba4f5248ef613a0eb1ad56d06463609d5d5e7b3a459a0292ab66475292cf79b52c4aa4b5dc9ffd35ee1068cb6cbb93
7
+ data.tar.gz: 799ad9bdff0459e89d134597cdb60f553be337a6c5544581c0a11c2cd8bce704b57cb8332ea1231dcea4c41d1251cf400a34222caea8ba579889b9fc906c8693
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- documentary (0.1.1)
4
+ documentary (0.1.2)
5
5
  activesupport
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -20,6 +20,18 @@ Or in your Gemfile:
20
20
  gem 'documentary'
21
21
  ```
22
22
 
23
+ ## Usage
24
+
25
+ Documentary ships with a command line runner
26
+
27
+ ```
28
+ Usage: documentary [options]
29
+ -v, --version Print version number
30
+ -d, --directory glob Set directory to search for docblocks
31
+ -p, --project project Set project name
32
+ -o, --output output Set the output file
33
+ ```
34
+
23
35
  ## Specification
24
36
 
25
37
  Documentary works using good old fashioned docblocks. I believe documentation for APIs should live with the code they document. Creating a documentary docblock is as simple as
@@ -1,3 +1,3 @@
1
1
  module Documentary
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: documentary
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dave Kennedy