documentation-test 0.3.0 → 0.4.0

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
  SHA256:
3
- metadata.gz: d41137f31ce811a29c5f11af69809d84b33f9ca1811af14edb217e1b0bf72d21
4
- data.tar.gz: 449c1cb4c54afacb34e8d13b0f31e2740de51dcb9bd6734adff413b560c54843
3
+ metadata.gz: dfb922215d4b47918ff99d462204d692772d72d9083875777a98a51cdaa5e47f
4
+ data.tar.gz: 329071d811d59ca1fc26acdcc57ba9a809a49ff9df0f5b9ddc175ecd17158b5a
5
5
  SHA512:
6
- metadata.gz: 5c8636371127e09dd9703f9920edd78b0272d9877cb0f0265a21731658818a88cdd978f17c8889bed8602887ce0b0f09dfe393f31cb869892fd597857d4938a6
7
- data.tar.gz: 4f0660906fba855fe4ea3bf3922fb53a08ddbea73c615ea3e7ee0abe331563592da0e2b984d4124db737b67c7172f64edfa27f9f23847b6a231a7f70907575a5
6
+ metadata.gz: a3ff2910be1984de93672dbf8f15825188228080d1224fc7119a7bf620ce62a47ccd808ce7409a1308c8bf4f02b925d646e05140d4a69b40249be1e92e0d6f60
7
+ data.tar.gz: a6b799ae011429c3f0b7d89bfe12c36162837499bc0f6085d1ae1ae83ba8cc3be509d047d1dfef991c2665e4e557257aaced4d9cc16cb8c4a36d387598bba3ad
data/.yardopts CHANGED
@@ -1,5 +1,6 @@
1
1
  --markup markdown
2
2
  --output-dir ./yardoc
3
+ -e my_module_handler.rb
3
4
  lib/**/*.rb
4
5
  -
5
6
  doc/*.md
data/doc/read-this.md CHANGED
@@ -0,0 +1,3 @@
1
+ # Bla
2
+
3
+ bli
@@ -1,6 +1,11 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DocumentationTest
4
+ class SomeClass
5
+ methodify "foo" do
6
+ raise NotImplementedError
7
+ end
8
+ end
4
9
  # Does it understand `markdown` ?
5
10
  # and +rdoc+ ?
6
11
  # @return [String] This is work ?.
@@ -15,6 +20,14 @@ module DocumentationTest
15
20
  def to_format(format = :html)
16
21
  # format the object
17
22
  end
23
+
24
+ # Converts the object into textual markup given a specific format.
25
+ #
26
+ # @param format [Symbol] the format type, `:text` or `:html`
27
+ # @return [String] the object converted into the expected format.
28
+ def to_factory
29
+ # format the object
30
+ end
18
31
  end
19
32
 
20
33
  describe(something)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: documentation-test
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jojo the fripouille