guard-yard 2.0.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -55,7 +55,9 @@ module Guard
55
55
  ::YARD::Registry.load!
56
56
  ::YARD::Registry.load(files, true)
57
57
  ::YARD::Registry.load_all
58
- options = ::YARD::CLI::Yardoc.new.options
58
+ yardoc = ::YARD::CLI::Yardoc.new
59
+ yardoc.parse_arguments
60
+ options = yardoc.options
59
61
  objects = ::YARD::Registry.all(:root, :module, :class).reject do |object|
60
62
  (!options[:serializer] || options[:serializer].exists?(object)) \
61
63
  && !object.files.any?{|f,line| files.include?(f)}
@@ -1,5 +1,5 @@
1
1
  module Guard
2
2
  module Yard
3
- VERSION = "2.0.0"
3
+ VERSION = "2.0.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard-yard
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-06-11 00:00:00.000000000 Z
12
+ date: 2012-10-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: guard
@@ -56,7 +56,7 @@ files:
56
56
  - lib/guard/yard.rb
57
57
  - LICENSE
58
58
  - README.markdown
59
- homepage: ''
59
+ homepage: https://github.com/panthomakos/guard-yard
60
60
  licenses: []
61
61
  post_install_message:
62
62
  rdoc_options: []