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: zombocom/puma_worker_killer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.1
Choose a base ref
...
head repository: zombocom/puma_worker_killer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0
Choose a head ref
  • 10 commits
  • 23 files changed
  • 4 contributors

Commits on Mar 11, 2022

  1. Configuration menu
    Copy the full SHA
    c8022f5 View commit details
    Browse the repository at this point in the history
  2. Lock Rubocop ~> 0.81.0

    This is the last version which supports Ruby 2.3
    mishina2228 committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    2cc2dcf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc6cec5 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    mishina2228 committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    6db1ab3 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2022

  1. Configuration menu
    Copy the full SHA
    a11241f View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Merge pull request #101 from mishina2228/gh-actions

    Migrate CI from Travis CI to GitHub Actions
    schneems authored Apr 13, 2022
    Configuration menu
    Copy the full SHA
    293fd38 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Update actions/checkout to v4 (#107)

    * Update actions/checkout to v4
    
    * update CHANGELOG.md
    
    * fix .github/workflows/check_changelog.yml
    smasato authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    83b1d21 View commit details
    Browse the repository at this point in the history
  2. Update Gemspec versions (#109)

    * Update Gemspec versions
    
    There's no reason to block pessimistically (`~>`) to any of these versions. Also add dependencies (bigdecimal) which is warned about in a deprecation warning:
    
    ```
    /Users/rschneeman/.gem/ruby/3.3.1/gems/get_process_mem-0.2.7/lib/get_process_mem.rb:2: warning: bigdecimal was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add bigdecimal to your Gemfile or gemspec. Also contact author of get_process_mem-0.2.7 to add bigdecimal into its gemspec.
    ```
    
    * Switch to testing on modern Ruby versions
    
    This doesn't directly mean that these versions won't work, but we no longer make claims about their support.
    
    * Changelog
    
    * Switch to standardrb for linting
    
    * Apply standard linting styles
    
    ```
    $ be standardrb --fix
    standard: Use Ruby Standard Style (https://github.com/standardrb/standard)
      lib/puma_worker_killer/puma_memory.rb:78:20: Style/HashConversion: Prefer ary.to_h to Hash[ary].
    standard: Run `standardrb --fix-unsafely` to DANGEROUSLY fix one problem.
    ```
    
    * Fix uninitialized warning
    
    ```
    /Users/rschneeman/Documents/projects/puma_worker_killer/puma_worker_killer.gemspec:17: warning: global variable `$INPUT_RECORD_SEPARATOR' not initialized
    ```
    schneems authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    0e2275b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    761d832 View commit details
    Browse the repository at this point in the history
  4. v1.0.0 (#110)

    * v1.0.0
    
    * Update url
    schneems authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    db7b26f View commit details
    Browse the repository at this point in the history
Loading