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: bazelruby/rules_ruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.1
Choose a base ref
...
head repository: bazelruby/rules_ruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.2
Choose a head ref
  • 5 commits
  • 13 files changed
  • 2 contributors

Commits on Jul 8, 2021

  1. Fix headers

    kigster committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    0896d77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c69ab2 View commit details
    Browse the repository at this point in the history
  3. Remove adoc

    kigster committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    5e8aeab View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. Add includes option to ruby_bundle rule for per-gem load path cus…

    …tomization (#102)
    
    * Add register_gem support for non-standard gemspecs
    
    * cleanup and workaround
    
    * debug
    
    * Add includes option to bundle_build
    
    * Add description about includes/excludes optional parameters for
    ruby_bundle
    
    * Trim extra whitespace characters
    
    * Add example usage of ruby_bundle.includes to README
    
    * Add a test for includes option of ruby_bundle rule
    
    * tidy up
    
    * Fix the default value of ruby_bundle rule
    
    * Bump up Ruby version of ruby_bundle includes sample code
    
    * Fix new test workspace
    
    * Fix bundle build rule path injection
    
    * Fix usage of ruby_bundle rule's includes option
    
    * More clarification in comments
    
    * Clarify that folders in spec.require_paths do not need to be listed in includes hash
    
    Co-authored-by: Konstantin Gredeskoul <kigster@gmail.com>
    mmizutani and kigster authored Jul 9, 2021
    Configuration menu
    Copy the full SHA
    da3214d View commit details
    Browse the repository at this point in the history
  2. Bump version to 0.5.2

    kigster committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    a212407 View commit details
    Browse the repository at this point in the history
Loading