Skip to content

Commit cb6bb6e

Browse files
committed
README moved.
1 parent bfa5e4f commit cb6bb6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ task :gemspec => './lib/jruby-launcher.rb' do
2626
s.summary = %q{Native launcher for JRuby}
2727
2828
s.extensions = ["extconf.rb"]
29-
s.files = FileList["COPYING", "README.txt", "Makefile", "Rakefile", "*.c", "*.cpp", "*.h", "inc/*.*", "**/*.rb", "resources/*.*"]
29+
s.files = FileList["COPYING", "README.md", "Makefile", "Rakefile", "*.c", "*.cpp", "*.h", "inc/*.*", "**/*.rb", "resources/*.*"]
3030
s.homepage = %q{http://jruby.org}
3131
s.rubyforge_project = %q{jruby-extras}
3232
end
@@ -48,4 +48,4 @@ task :update_version do
4848
File.open(version_file, "w") do |f|
4949
f.puts version_file_content
5050
end
51-
end
51+
end

0 commit comments

Comments
 (0)