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/puppetlabs-firewall
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.0
Choose a base ref
...
head repository: puppetlabs/puppetlabs-firewall
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.1.1
Choose a head ref
  • 8 commits
  • 7 files changed
  • 1 contributor

Commits on Feb 25, 2013

  1. Fix gem versions for travis.yml

    Signed-off-by: Ken Barber <ken@bob.sh>
    kbarber committed Feb 25, 2013
    Configuration menu
    Copy the full SHA
    113beab View commit details
    Browse the repository at this point in the history
  2. Merge branch 'maint/master/fix_travis_gem_versions'

    * maint/master/fix_travis_gem_versions:
      Fix gem versions for travis.yml
    kbarber committed Feb 25, 2013
    Configuration menu
    Copy the full SHA
    1e74ab0 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2013

  1. Change source to specific https target

    This removes the warnings from rubygems-2.0.0 and ruby-2.0.0.
    
    Signed-off-by: Ken Barber <ken@bob.sh>
    kbarber committed Feb 26, 2013
    Configuration menu
    Copy the full SHA
    7d90bd0 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2013

  1. (GH-128) Change method_missing to define_method

    Previously method_missing was enough to create dynamic methods but Puppet 3.0
    broke that functionality. So here we used 'define_method' instead to work
    around that.
    
    Signed-off-by: Ken Barber <ken@bob.sh>
    kbarber committed Feb 28, 2013
    Configuration menu
    Copy the full SHA
    9131fad View commit details
    Browse the repository at this point in the history
  2. Merge branch 'ticket/master/128-puppet_30_broke_method_missing'

    * ticket/master/128-puppet_30_broke_method_missing:
      (GH-128) Change method_missing to define_method
    kbarber committed Feb 28, 2013
    Configuration menu
    Copy the full SHA
    44969e8 View commit details
    Browse the repository at this point in the history
  3. Fix define_method for Ruby 1.9.x

    Signed-off-by: Ken Barber <ken@bob.sh>
    kbarber committed Feb 28, 2013
    Configuration menu
    Copy the full SHA
    4b5e77f View commit details
    Browse the repository at this point in the history
  4. Release 0.1.1

    Signed-off-by: Ken Barber <ken@bob.sh>
    kbarber committed Feb 28, 2013
    Configuration menu
    Copy the full SHA
    f6c2234 View commit details
    Browse the repository at this point in the history
  5. Missing modulefile change

    Signed-off-by: Ken Barber <ken@bob.sh>
    kbarber committed Feb 28, 2013
    Configuration menu
    Copy the full SHA
    14b801b View commit details
    Browse the repository at this point in the history
Loading