autodoc 0.1.5 → 0.1.6

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: 521ec963468acd45f449ee7252eccc7749babb1b
4
- data.tar.gz: 2ccfea050d8f34fbd5813bce76e7a5ec1072e4f0
3
+ metadata.gz: 3cea4c715f26d0aeedccff7e8c33728d4c391651
4
+ data.tar.gz: bacc72d4d0bba144f36bcb9972186734f1dfd1f8
5
5
  SHA512:
6
- metadata.gz: 8131da078755281716afe4aee713b58d03c7b393898110f5e15dcf88906cfef99e619c7f99ee37dd0372a72c3601bfa3d75989a3733c9ba174f0adcadca05903
7
- data.tar.gz: 2f1be386a7c15c2ffe7609a7e2925d3425517a8d95c09e3951e42a083b33b1b88838062fa0e36eec6fd12c559ad8119bb30a0ea78657834e93e59cb9315d5b16
6
+ metadata.gz: c53686781f58e7e5361bd192b8d0d2d5019a9351bb96aea99d2cd5e0946306436e9de2547288925b1d582796a19de8f39acd16dc65dd660dcd3e7d156aa53e6e
7
+ data.tar.gz: db8eaec1a8d19ff7b9abbaaa347a8b29304fb76379a25b718d0f32f7cf5eed341d73dcfd8f15570862ac5c7161dd1d820296b6f5cdf34c0d5457867f937822d0
@@ -96,7 +96,10 @@ module Autodoc
96
96
  end
97
97
 
98
98
  def payload
99
- " (#{assets.join(', ')})" if assets.any?
99
+ string = ""
100
+ string << " (#{assets.join(', ')})" if assets.any?
101
+ string << " - #{validator.options[:description]}" if validator.options[:description]
102
+ string
100
103
  end
101
104
 
102
105
  def assets
@@ -1,3 +1,3 @@
1
1
  module Autodoc
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autodoc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryo Nakamura
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-08-22 00:00:00.000000000 Z
11
+ date: 2013-09-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: awesome_print