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-inifile
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.10.0
Choose a base ref
...
head repository: puppetlabs/puppetlabs-inifile
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.10.1
Choose a head ref
  • 7 commits
  • 8 files changed
  • 3 contributors

Commits on Apr 2, 2013

  1. Update README.markdown

    cprice404 committed Apr 2, 2013
    Configuration menu
    Copy the full SHA
    ad38a08 View commit details
    Browse the repository at this point in the history
  2. Add travisfile and Gemfile

    in order to automate travis-ci tests.
    Dan Bode committed Apr 2, 2013
    Configuration menu
    Copy the full SHA
    c2052b3 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2013

  1. Merge pull request #36 from bodepd/travis_part_three

    Add travisfile and Gemfile
    cprice404 committed Apr 3, 2013
    Configuration menu
    Copy the full SHA
    fa74951 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2013

  1. Style fixes

    Erik Dalén committed Apr 10, 2013
    Configuration menu
    Copy the full SHA
    c4af8c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2013

  1. Merge pull request #39 from dalen/master

    Style fixes
    cprice404 committed Apr 22, 2013
    Configuration menu
    Copy the full SHA
    fdfd6f8 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2013

  1. Change constants to class variables

    Because of the way that puppet's autoloader and pluginsync work,
    modules on the master get loaded twice, which means that
    you can't use Ruby constants at all w/o getting warning messages.
    
    This commit changes all of the constants in `ini_file` to class
    variables, which will avoid the warning messages.
    cprice404 committed May 21, 2013
    Configuration menu
    Copy the full SHA
    6b19864 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    530b053 View commit details
    Browse the repository at this point in the history
Loading