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: d04d3cc7fa86
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d214f3f81553
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 15, 2016

  1. Upgrade the version of the did_you_mean gem to 1.0.1

    This version includes a fix for a bug where most of DidYouMean's features didn't work on JRuby 9.1.0.0.
    
    For more details, take a look at the release note: https://github.com/yuki24/did_you_mean/releases/tag/v1.0.1
    yuki24 committed May 15, 2016
    Copy the full SHA
    c9dae31 View commit details

Commits on May 16, 2016

  1. Merge pull request #3890 from yuki24/did-you-mean-version

    Upgrade the version of the did_you_mean gem to 1.0.1
    headius committed May 16, 2016
    Copy the full SHA
    d214f3f View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 lib/pom.rb
2 changes: 1 addition & 1 deletion lib/pom.rb
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ def initialize( name, version, default_spec = true )
ImportedGem.new( 'jar-dependencies', '${jar-dependencies.version}' ),
ImportedGem.new( 'racc', '${racc.version}'),
ImportedGem.new( 'net-telnet', '0.1.1'),
#ImportedGem.new( 'did_you_mean', '1.0.0'),
#ImportedGem.new( 'did_you_mean', '1.0.1'),
]

project 'JRuby Lib Setup' do