Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jruby/jruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 049d26e0d26c
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 67f9e27eb89d
Choose a head ref
  • 2 commits
  • 14 files changed
  • 1 contributor

Commits on Oct 30, 2014

  1. Copy the full SHA
    b26a708 View commit details
  2. Remove remaining ripper and rdoc bits from stdlib.

    These are installed as default gems during the main build.
    headius committed Oct 30, 2014
    Copy the full SHA
    67f9e27 View commit details
4 changes: 0 additions & 4 deletions BUILDING.md
Original file line number Diff line number Diff line change
@@ -58,12 +58,8 @@ executable for your platform; otherwise, it will be a copy of the

Bootstrapping will install the following gems:

* `rake`
* `rspec`
* `jruby-launcher`
* `minitest`
* `minitest-excludes`
* `rdoc`

and dependencies of these gems. A list of the gem versions can be found in
`test/pom.xml` in the `dependencies` section.
6 changes: 3 additions & 3 deletions lib/pom.rb
Original file line number Diff line number Diff line change
@@ -33,9 +33,9 @@ def version
ImportedGem.new( 'krypt-provider-jdk', KRYPT_VERSION, true ),
ImportedGem.new( 'ffi', '1.9.3', true ),
ImportedGem.new( 'jar-dependencies', '0.1.2', true ),
ImportedGem.new( 'minitest', '5.4.1', true ),
ImportedGem.new( 'test-unit', '3.0.3', true ),
ImportedGem.new( 'power_assert', '0.1.4', true )
ImportedGem.new( 'minitest', 'minitest.version', true ),
ImportedGem.new( 'test-unit', 'test-unit.version', true ),
ImportedGem.new( 'power_assert', 'power_assert.version', true )
]

project 'JRuby Lib Setup' do
6 changes: 3 additions & 3 deletions lib/pom.xml
Original file line number Diff line number Diff line change
@@ -98,19 +98,19 @@
<dependency>
<groupId>rubygems</groupId>
<artifactId>minitest</artifactId>
<version>5.4.1</version>
<version>${minitest.version}</version>
<type>gem</type>
</dependency>
<dependency>
<groupId>rubygems</groupId>
<artifactId>test-unit</artifactId>
<version>3.0.3</version>
<version>${test-unit.version}</version>
<type>gem</type>
</dependency>
<dependency>
<groupId>rubygems</groupId>
<artifactId>power_assert</artifactId>
<version>0.1.4</version>
<version>${power_assert.version}</version>
<type>gem</type>
</dependency>
</dependencies>
84 changes: 0 additions & 84 deletions lib/ruby/stdlib/gauntlet_rdoc.rb

This file was deleted.

50 changes: 0 additions & 50 deletions lib/ruby/stdlib/gauntlet_rubygems.rb

This file was deleted.

73 changes: 0 additions & 73 deletions lib/ruby/stdlib/ripper.rb

This file was deleted.

75 changes: 0 additions & 75 deletions lib/ruby/stdlib/ripper/core.rb

This file was deleted.

Loading