gem-compare的新贡献者Patrik

97 阅读1分钟

gem-compare v1.2.0,新的贡献者,以及200多个GitHub启动。 我的小RubyGems插件得到了一些新的贡献。

新文件差异

$ gem compare devise-otp 0.3.0 0.4.0 --diff
Fetching devise-otp-0.3.0.gem
Fetching devise-otp-0.4.0.gem
Compared versions: ["0.3.0", "0.4.0"]
  DIFFERENT files:
    0.3.0->0.4.0:
      * Deleted:
            app/controllers/devise_otp/devise/credentials_controller.rb
            app/controllers/devise_otp/devise/tokens_controller.rb
            app/views/devise/credentials/refresh.html.erb
            app/views/devise/credentials/show.html.erb
            app/views/devise/tokens/_token_secret.html.erb
            app/views/devise/tokens/_trusted_devices.html.erb
            app/views/devise/tokens/recovery.html.erb
            app/views/devise/tokens/recovery_codes.text.erb
            app/views/devise/tokens/show.html.erb
            test/dummy/db/test.sqlite3-journal
      * Added:
        CHANGELOG.md
                --- /tmp/20220717-279202-gynrzj 2022-07-17 18:53:27.136313771 +0200
                +++ /tmp/d20220717-279202-27e0vz/devise-otp-0.4.0/CHANGELOG.md  2022-07-17 18:53:27.127313703 +0200
                @@ -0,0 +1,17 @@
                +# Changelog
                +
                +## 0.4.0
                +
                +Breaking changes:
                +
                +- rename `Devise::Otp` to `Devise::OTP`
                +- change `credentials` directory to `otp_credentials`
                +- change `tokens` directory to `otp_tokens`
                +
                +Other improvements:
                +
                +- Fix file permissions
                +
                +## 0.3.0
...

集团位

  • Patrik和Ewoud Kohl一起允许跳过文件权限中的组位比较。这是为了避免经常出现的644与664的变化。

支持JRuby

  • João DuarteURI.open 替换了curb ,使得gem-compare可以与其他Ruby实现(如JRuby)一起工作。

升级

  • Patrik将测试套件更新为Minitest 5。

CI

  • Patrik贡献了一个GitHub工作流程,以便在新的拉动请求上运行测试套件。