Skip to content

Commit

Permalink
Update to rdoc 4.1.2 and set it up as a full default gem.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Nov 3, 2014
1 parent cccc1d7 commit bb8992e
Show file tree
Hide file tree
Showing 178 changed files with 13 additions and 51,305 deletions.
5 changes: 1 addition & 4 deletions .gitignore
Expand Up @@ -24,6 +24,7 @@ lib/ruby/shared/jopenssl*
lib/ruby/shared/org/
lib/ruby/shared/openssl
lib/ruby/shared/jar*
lib/ruby/shared/*rdoc*
nbproject/private
share
latest_source_cache
Expand Down Expand Up @@ -71,10 +72,6 @@ lib/ruby/shared/ripper.jar
core/src/main/java/org/jruby/runtime/Constants.java
dependency-reduced-pom.xml

# These files are bin files for default gems
!lib/ruby/gems/shared/gems/rake-10.1.0/bin/rake
!lib/ruby/gems/shared/gems/rdoc-4.0.1/bin/rdoc
!lib/ruby/gems/shared/gems/rdoc-4.0.1/bin/ri
install/updates.xml

# generated ITs
Expand Down
2 changes: 1 addition & 1 deletion lib/pom.rb
Expand Up @@ -31,7 +31,7 @@ def version
[
ImportedGem.new( 'jruby-openssl', '0.9.5', true ),
ImportedGem.new( 'rake', 'rake.version', true ),
ImportedGem.new( 'rdoc', 'rdoc.version', true, false, true ),
ImportedGem.new( 'rdoc', 'rdoc.version', true ),
ImportedGem.new( 'json', 'json.version', true, false ),
ImportedGem.new( 'krypt', KRYPT_VERSION, true ),
ImportedGem.new( 'krypt-core', KRYPT_VERSION, true ),
Expand Down
182 changes: 0 additions & 182 deletions lib/ruby/1.9/rdoc.rb

This file was deleted.

111 changes: 0 additions & 111 deletions lib/ruby/1.9/rdoc/alias.rb

This file was deleted.

10 changes: 0 additions & 10 deletions lib/ruby/1.9/rdoc/anon_class.rb

This file was deleted.

0 comments on commit bb8992e

Please sign in to comment.