Skip to content

Commit

Permalink
Fixed file location of gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Feb 27, 2020
1 parent 6cda059 commit 1075b70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ tmp
target
lib/racc/cparse-jruby.jar
Gemfile.lock
html
8 changes: 4 additions & 4 deletions racc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ DESC
"COPYING", "ChangeLog", "DEPENDS",
"README.ja.rdoc", "README.rdoc", "Rakefile", "TODO", "bin/racc",
"ext/racc/MANIFEST",
"ext/racc/com/headius/racc/Cparse.java", "ext/racc/cparse.c",
"ext/racc/depend", "ext/racc/extconf.rb",
"ext/racc/com/headius/racc/Cparse.java", "ext/racc/cparse/cparse.c",
"ext/racc/cparse/extconf.rb",
"lib/racc.rb", "lib/racc/compat.rb",
"lib/racc/debugflags.rb", "lib/racc/exception.rb",
"lib/racc/grammar.rb", "lib/racc/grammarfileparser.rb",
Expand Down Expand Up @@ -86,7 +86,7 @@ DESC
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.rdoc_options = ["--main", "README.rdoc"]
s.extra_rdoc_files = [
"Manifest.txt", "README.ja.rdoc", "README.rdoc",
"README.ja.rdoc", "README.rdoc",
"rdoc/en/NEWS.en.rdoc", "rdoc/en/grammar.en.rdoc",
"rdoc/ja/NEWS.ja.rdoc", "rdoc/ja/debug.ja.rdoc",
"rdoc/ja/grammar.ja.rdoc", "rdoc/ja/parser.ja.rdoc",
Expand All @@ -97,7 +97,7 @@ DESC
s.files << 'lib/racc/cparse-jruby.jar'
s.platform = 'java'
else
s.extensions = ["ext/racc/extconf.rb"]
s.extensions = ["ext/racc/cparse/extconf.rb"]
end

s.add_development_dependency("rake-compiler", [">= 0.4.1"])
Expand Down

0 comments on commit 1075b70

Please sign in to comment.