summaryrefslogtreecommitdiffhomepage
path: root/yard-mruby.gemspec
diff options
context:
space:
mode:
authorbluehavana <[email protected]>2017-01-21 21:34:55 -0800
committerbluehavana <[email protected]>2017-01-21 22:15:32 -0800
commit42773d99a92696787c333b1db5b815ecad748c5d (patch)
treeff2c0d91e5c35206a167dc51f26e3a72df4ba1e1 /yard-mruby.gemspec
parentb27c45a15069d89f735450944133608bce1201db (diff)
downloadyard-mruby-42773d99a92696787c333b1db5b815ecad748c5d.tar.gz
yard-mruby-42773d99a92696787c333b1db5b815ecad748c5d.zip
Update to Yard >= 0.9.0
* Return a string from CodeObjects::HeaderObject#path A change in YARD::Serializers::FileSystemSerializer stopped calling `#to_s` on the the CodeObject passed, causing a NoMethodError for "+" missing Symbol (#path was just an alias to #name). Added minimal specs to cover only this case. * Fixed some handler specs dealing with namespaces. A bug in the Yard c handler allowed namespacing to be determined without a proper parent RClass. See lsegal/yard#912 * There were some breaking changes to templates.
Diffstat (limited to 'yard-mruby.gemspec')
-rw-r--r--yard-mruby.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/yard-mruby.gemspec b/yard-mruby.gemspec
index 08598a4..aa5326e 100644
--- a/yard-mruby.gemspec
+++ b/yard-mruby.gemspec
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
- spec.add_dependency "yard"
+ spec.add_dependency "yard", ">= 0.9.0"
spec.add_development_dependency "bundler", "~> 1.10"
spec.add_development_dependency "rake", "~> 10.0"