Skip to content
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.
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: puppetlabs-toy-chest/chloride
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.1
Choose a base ref
...
head repository: puppetlabs-toy-chest/chloride
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 9 commits
  • 6 files changed
  • 6 contributors

Commits on Jul 3, 2019

  1. Update README/fix gemspec to ignore dotfiles

    Brandon High committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    b6b0f55 View commit details
    Browse the repository at this point in the history
  2. Bump chloride to 0.4.2

    Brandon High committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    cc0d4e4 View commit details
    Browse the repository at this point in the history
  3. Fix gem ordering in gemspec

    Because rubocop cares about that.
    Brandon High committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    131551d View commit details
    Browse the repository at this point in the history
  4. Move gem-release in gemspec... again

    :fistshake: Rubocop! :fistshake:
    Brandon High committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    47f08b1 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

  1. (maint) Add CODEOWNERS file

    actowery committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    09b52f4 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2019

  1. Merge pull request #22 from puppetlabs/maint/add-CODEOWNERS

    (maint) Add CODEOWNERS file
    barriserloth authored Jul 25, 2019
    Configuration menu
    Copy the full SHA
    17dad68 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2019

  1. Configuration menu
    Copy the full SHA
    1e29e16 View commit details
    Browse the repository at this point in the history
  2. (maint) Cleanup RuboCop

    This commit renames and removes some RuboCop cops. Previously, RuboCop was
    failing with:
    .rubocop.yml:205: `Style/IfUnlessModifier` is concealed by line 382
    .rubocop.yml:81: `Metrics/LineLength` is concealed by line 385
    Error: The `Lint/HandleExceptions` cop has been renamed to `Lint/SuppressedException`.
    (obsolete configuration found in .rubocop.yml, please update it)
    The `Lint/StringConversionInInterpolation` cop has been renamed to `Lint/RedundantStringCoercion`.
    (obsolete configuration found in .rubocop.yml, please update it)
    The `Naming/UncommunicativeMethodParamName` cop has been renamed to `Naming/MethodParameterName`.
    (obsolete configuration found in .rubocop.yml, please update it)
    The `Style/UnneededInterpolation` cop has been renamed to `Style/RedundantInterpolation`.
    (obsolete configuration found in .rubocop.yml, please update it)
    The `Style/UnneededPercentQ` cop has been renamed to `Style/RedundantPercentQ`.
    (obsolete configuration found in .rubocop.yml, please update it)
    RuboCop failed!
    mwaggett committed Dec 10, 2019
    1 Configuration menu
    Copy the full SHA
    1ca72a8 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2019

  1. Merge pull request #23 from mwaggett/rubocop

    (maint) Cleanup RuboCop
    shaigy authored Dec 11, 2019
    Configuration menu
    Copy the full SHA
    b15c084 View commit details
    Browse the repository at this point in the history
Loading