Skip to content

Latest commit

 

History

History
107 lines (75 loc) · 8.54 KB

CHANGELOG.md

File metadata and controls

107 lines (75 loc) · 8.54 KB

Changelog

v0.4.1 (2020-08-10)

Full Changelog

  • Switched from develop to master as the base branch & updated README

v0.4.0 (2020-08-04)

Full Changelog

Closed issues:

  • private method `define_method' called for Dir:Class (NoMethodError) #74

Merged pull requests:

v0.3.0 (2020-03-03)

Full Changelog

Closed issues:

  • 🐛 "Could not create symlink... (File exists)" #54
  • When using a local ruby installation it includes the local LOAD\_PATH #44
  • [Cleanup] Pretty sure eval is never used in repository\_context #43
  • Importing a bundle gem adds all gems onto the load path (although they are not there) #42
  • Support Ruby Lambda with the Gemfile full of dependencies. #33
  • Support AWS Ruby Lambda with Bazel Rules #27
  • Want to understand better why native extensions are failing on CircleCI #24
  • First class support for Ruby RSpec gem with Bazel #19
  • Use sorbets Ruby 2.6 build instead of host #9

Merged pull requests:

  • Renaming the repo to @bazelruby_rules_ruby #69 (kigster)
  • Fixing outdated rule names in the README #68 (kigster)
  • Adding method Dir.children when it's not found. #67 (kigster)
  • Merging select features from Coinbase upstream branch #66 (kigster)
  • Upgrade Bazel and Bazelist; add ruby 2.7.0 #65 (kigster)
  • Bump nokogiri from 1.10.7 to 1.10.8 in /examples/simple_rails_api #64 (dependabot[bot])
  • This PR refactors bundle steps and :bin generation #61 (kigster)
  • Adds ruby_rspec and refactors the ruby_bundle rule, plus some more #60 (kigster)

v0.2.0 (2019-12-31)

Full Changelog

Fixed bugs:

  • Make rules\_ruby/examples a deeper tree structure and ensure CircleCI integration pass #10

Closed issues:

  • Ability to package all files related to a bazel target in a zip file #29
  • Build rules_ruby on CircleCI using workflows (in addition to Travis) #26
  • Restore functionality that supported symlinking an existing Ruby interpreter #21

Merged pull requests:

  • Fixing brittle Host Ruby version detection. #56 (kigster)
  • Upgrading Bazel version to 2.0.0 #53 (kigster)
  • Renaming and making consistent all scripts #52 (kigster)
  • Adding auto-fix buildifier and auto-fix rubocop #50 (kigster)
  • Bump rack from 2.0.7 to 2.0.8 in /examples/simple_rails_api #49 (dependabot[bot])
  • Deprecate ruby/def.bzl + spelling + v0.1.2 #48 (kigster)
  • Speed up CircleCI/Travis ensure *correctness* with builds #46 (kigster)
  • [Feature] example rails server running #41 (grahamjenson)
  • [Fix] rubocop builds #40 (grahamjenson)
  • Adding CircleCI + upgrade Rubocop #39 (kigster)
  • [Fix] no spaces in files bug, remove deprecated code, remove host #38 (grahamjenson)
  • Sight facelift to shell files: #35 (kigster)
  • [Feature] install ruby if none exists #34 (grahamjenson)
  • Add files to DefaultInfo of the ruby_library #32 (kigster)
  • Upgrade Bazel version to 1.2.1 + use bin/setup(s) #31 (kigster)
  • Fixing Gemfile bundle dependency and bin/setup #30 (kigster)
  • Expose rake, erb and other commands as sh_binary #28 (yugui)
  • Reorganize sections in README #23 (yugui)
  • Run ruby_binary with the interpreter in a SDK again #22 (yugui)
  • Upgrade bundler #18 (yugui)
  • Make ruby_binary compatible with container #17 (yugui)
  • Fix errors in the simple_script example #16 (yugui)
  • Adding relaxed-rubocop and fixing styling issues #15 (grahamjenson)

v0.1.0 (2019-11-20)

Full Changelog

Fixed bugs:

  • Unable to run bazel build //...:all #3

Merged pull requests:

  • Ignore examples/ because it is an independent workspace to test rules_ruby #5 (yugui)
  • Updating the remote reference to match the Org #4 (kigster)

* This Changelog was automatically generated by github_changelog_generator