konstructor 0.4.4 → 0.4.5

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: 8a9016154d40a8361e02e4aabf327f89d454dd61
4
- data.tar.gz: 2476aeb1d5cb5773d8c248aac34ee21dd1640637
3
+ metadata.gz: 5b650a6d2279e247b182256f95b5875d8cf9471f
4
+ data.tar.gz: 1ac6313d6843f2b439630924e39cc4a2d3f04a9a
5
5
  SHA512:
6
- metadata.gz: 50a37b15d19a9e7fe193650b001fb51b60becfb8ea6562823ed66114e52d185e082bbe61ad1a0fd2ad3799228c7082281f6fee63a6fbad7f7157b876fc669b27
7
- data.tar.gz: d552aec0802c10ca83d09cbbc7280ec6fa1929aacd5919543a799298752000184008e9c423ca522a1d6fe15f042b5801388a7ef25dededcbebfdfe4167fca7ef
6
+ metadata.gz: 7a1f7253f720787eda70deb41887c6745dd23fcca5df4628cc3683c0433cdd6622dbcf92f81517dd098d19f5a992e8cdc5259f5c2b09ec7498b1053806bae77b
7
+ data.tar.gz: d85b6dc567647e44d4f68fc2e2e71845a6516be46edde9e2c20a863686f85f2c8ae0026bd0b8dfd7016c2572acfc8607230bf72daf9445cdf40a746bb59e0662
data/.yardopts ADDED
@@ -0,0 +1 @@
1
+ --no-private
@@ -1,3 +1,4 @@
1
+ # @private
1
2
  class Class #:nodoc:
2
3
 
3
4
  include Konstructor::KonstructorMethod
@@ -1,4 +1,5 @@
1
1
  module Konstructor
2
+ # @private
2
3
  class Factory # :nodoc:
3
4
 
4
5
  def initialize(klass)
@@ -1,4 +1,5 @@
1
1
  module Konstructor
2
+ # @private
2
3
  module KonstructorMethodHook # :nodoc:
3
4
 
4
5
  # Experimental and currently not used <code>method_added</code>
@@ -8,6 +8,8 @@ module Konstructor
8
8
  module KonstructorMethod
9
9
  private
10
10
 
11
+ # @!visibility private
12
+
11
13
  # konstructor -> nil
12
14
  # konstructor(symbol, ...) -> nil
13
15
  # konstructor(string, ...) -> nil
@@ -60,6 +62,8 @@ module Konstructor
60
62
  Konstructor.declare(self, several_variants)
61
63
  nil
62
64
  end
65
+
66
+ # @!visibility protected
63
67
  end
64
68
 
65
69
  DEFAULT_NAMES = [:initialize]
@@ -1,4 +1,5 @@
1
1
  module Konstructor
2
+ # @private
2
3
  module SimpleMethodHook # :nodoc:
3
4
 
4
5
  private
@@ -1,3 +1,3 @@
1
1
  module Konstructor
2
- VERSION = '0.4.4'
2
+ VERSION = '0.4.5'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: konstructor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.4
4
+ version: 0.4.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dima Lashkov
@@ -147,6 +147,7 @@ extra_rdoc_files: []
147
147
  files:
148
148
  - ".gitignore"
149
149
  - ".travis.yml"
150
+ - ".yardopts"
150
151
  - CODE_OF_CONDUCT.md
151
152
  - Gemfile
152
153
  - LICENSE.txt