Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the build; modernize gemspec, more compatible Gemfile #408

Commits on Apr 2, 2020

  1. Remove unsupported RubyGems properties

      - regenerated the gemspec, avoided changing the date
      - this updated the list of test files, to match what is in the repo now
    olleolleolle committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    d4b3884 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f75cef View commit details
    Browse the repository at this point in the history
  3. CI: gem install bundler

      - to ensure it is there
    olleolleolle committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    aac64ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    246dc3f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9144b45 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    398601a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    896f312 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9632370 View commit details
    Browse the repository at this point in the history
  9. Gemfile: Use rake >=13.0.1

      - avoids warnings on Ruby 2.8
    olleolleolle committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    bf97c45 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    344b498 View commit details
    Browse the repository at this point in the history
  11. Gemfile: try to support rbx-4

      - it ought to have rubysl already in it
    olleolleolle committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    69be92f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b154ae9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c62e084 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    059eb9d View commit details
    Browse the repository at this point in the history
  15. CI: Remove rbx-3 from matrix

      - this also removes the need for a specific install_if block in Gemfile
    olleolleolle committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    9a57f0c View commit details
    Browse the repository at this point in the history
  16. Gemfile.lock: Use test-unit 3.3.5

      - this avoids warnings output on 2.7+
    olleolleolle committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    23e319c View commit details
    Browse the repository at this point in the history