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: puppetlabs/ruby-pwsh
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.4.0
Choose a base ref
...
head repository: puppetlabs/ruby-pwsh
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.4.1
Choose a head ref
  • 12 commits
  • 5 files changed
  • 7 contributors

Commits on Jan 14, 2020

  1. (MAINT) Remove erroneous deletion from build task

    Previously the rake build task for the gem included logic
    for deleting puppet specific code; this is an erroneous
    holdover from an earlier implementation.
    michaeltlombardi committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    2dac4c3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #25 from puppetlabs/release

    (MAINT) Mergeback from 0.4.0 Release
    lionce authored Jan 14, 2020
    Configuration menu
    Copy the full SHA
    2d4ba1b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #24 from michaeltlombardi/maint/master/fix-build-task

    (MAINT) Remove erroneous deletion from build task
    david22swan authored Jan 14, 2020
    Configuration menu
    Copy the full SHA
    d330af4 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2020

  1. Correct supported Puppet lower bound to 5.5.0

    Prior to this commit the metadata erroneously claimed support for 4x versions of Puppet, on which it has not been tested and would fail to run due to the safe navigation feature introduced in Ruby 2.3.
    michaeltlombardi authored Jan 21, 2020
    Configuration menu
    Copy the full SHA
    4b5d876 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #29 from puppetlabs/patch-puppet-metadata-lower-bound

    Correct supported Puppet lower bound to 5.5.0
    sanfrancrisko authored Jan 21, 2020
    Configuration menu
    Copy the full SHA
    7268bf1 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

  1. Fix support for older ruby

    Fixes #1
    binford2k committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    c4c2d7c View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

  1. Update lib/pwsh.rb

    Co-Authored-By: Michael T Lombardi (He/Him) <michael.t.lombardi@outlook.com>
    binford2k and michaeltlombardi authored Feb 13, 2020
    Configuration menu
    Copy the full SHA
    b9d451c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #30 from binford2k/ruby20

    Ensure ruby versions older than 2.3 function correctly
    michaeltlombardi authored Feb 13, 2020
    Configuration menu
    Copy the full SHA
    a1b1e59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d2b5c5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #33 from michaeltlombardi/maint/master/fix-exit

    (MAINT) Fix the manager exit guard clause
    glennsarti authored Feb 13, 2020
    Configuration menu
    Copy the full SHA
    e11f640 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    041f209 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #32 from michaeltlombardi/maint/release/prep-041

    (MAINT) Prep for 0.4.1 release
    glennsarti authored Feb 13, 2020
    Configuration menu
    Copy the full SHA
    2466dad View commit details
    Browse the repository at this point in the history
Loading