We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 54b4d48 + 82e352e commit 7c417a1Copy full SHA for 7c417a1
rdoc.gemspec
@@ -1,6 +1,4 @@
1
-# -*- encoding: utf-8 -*-
2
-$:.unshift File.expand_path("../lib", __FILE__)
3
-require 'rdoc'
+require_relative "lib/rdoc"
4
5
Gem::Specification.new do |s|
6
s.name = "rdoc"
@@ -54,4 +52,5 @@ RDoc includes the +rdoc+ and +ri+ tools for generating and displaying documentat
54
52
s.add_development_dependency("racc", "> 1.4.10")
55
53
s.add_development_dependency("kpeg")
56
s.add_development_dependency("minitest", "~> 4")
+ s.add_development_dependency("json")
57
end
0 commit comments