yard-ruby-hooks 1.0.0 → 1.0.1

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: 9f4b264b4dbc0c69207db2d5a57b3330a68b060a
4
- data.tar.gz: 66ef1884ec4719c844b35f0459222fff4933f055
3
+ metadata.gz: a7687dc015c7582f1b72dad38ae1c9005cb38d9b
4
+ data.tar.gz: e29851e2ca8e467df2733885a1c198da3a211b16
5
5
  SHA512:
6
- metadata.gz: 0501f8eec58edda9a6c143b862f520aa3e606731962acb3b36f0b71dea311b98c3fbd5520229a66f23dce0ec1e54188142f34566c5f8623774a7ac718dee84a9
7
- data.tar.gz: 6aa5efed44b165f1c04749b0300183b658359038bb73c15316762ffd176a4ec258edf062bd382b5ae0590a598ccabbcb26b18454145188133838350f6215e825
6
+ metadata.gz: fd5196b7c8b7456d4441004943e6ec455f777946fc9a6cb633fa8f4cb5c37f3bd043f46fe1b3a26ae6929692ffc9722177159d83434ac91e4dbb6c1e789f7d0d
7
+ data.tar.gz: 591bcf6c1cfe87c545371c35741498e95fd4a244b3da500c95f040e4dbdd72ff15811b1d31463872ceda9b3362749e53bc4a74c05a358fcfafc989c02bc6d37e
@@ -4,4 +4,4 @@ Copyright 2014 Michal Papis <mpapis@gmail.com>
4
4
  See the file LICENSE for copying permission.
5
5
  =end
6
6
 
7
- require File.join(File.dirname(__FILE__), 'yard-ruby-hooks', 'define_hook_handler')
7
+ require File.join(File.dirname(__FILE__), "yard-ruby-hooks", "define_hook_handler")
@@ -4,10 +4,9 @@ Copyright 2014 Michal Papis <mpapis@gmail.com>
4
4
  See the file LICENSE for copying permission.
5
5
  =end
6
6
 
7
- YARD::Tags::Library.define_tag "Hook#notify_objects block params", :notify_param, :with_types_and_name
7
+ YARD::Tags::Library.define_tag "Hook#notify_observers block params", :notify_param, :with_types_and_name
8
8
  YARD::Tags::Library.visible_tags << :notify_param
9
9
 
10
-
11
10
  class DefineHookHandler < YARD::Handlers::Ruby::Base
12
11
 
13
12
  handles method_call(:define_hook)
@@ -7,5 +7,5 @@ See the file LICENSE for copying permission.
7
7
  # Placeholder for version
8
8
  class YardRubyHooks
9
9
  # Version of the yard-ruby-hooks gem
10
- VERSION = "1.0.0"
10
+ VERSION = "1.0.1"
11
11
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yard-ruby-hooks
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michal Papis
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-12 00:00:00.000000000 Z
11
+ date: 2014-10-30 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email:
@@ -30,17 +30,17 @@ require_paths:
30
30
  - lib
31
31
  required_ruby_version: !ruby/object:Gem::Requirement
32
32
  requirements:
33
- - - '>='
33
+ - - ">="
34
34
  - !ruby/object:Gem::Version
35
35
  version: '0'
36
36
  required_rubygems_version: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - '>='
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
41
  requirements: []
42
42
  rubyforge_project:
43
- rubygems_version: 2.2.2
43
+ rubygems_version: 2.4.2
44
44
  signing_key:
45
45
  specification_version: 4
46
46
  summary: Documentation helper for define_hook from ruby-hooks