The list of ruby versions was incorrect (1.8.5 is no longer supported)
and unclear (there is no best effort support of other versions). This
simplifies the language there.
This patch adds Travis support. It also makes sure that `bundle install
--path vendor` works with `bundle exec rake spec`.
This patch should coincide with enabling Travis CI support for pull requests.
A build status image is also included in the project README.
* 2.7.x:
tidy.rb: Added info about the default value of 'type' to the doc.
Switch Rakefile off deprecated rake/gempackagetask
Update main readme to have links to contrib and dev docs
Our README currently rendered on github doesn't show people how get into
the contribution process. I've added a very small section to point to
the other doc files that exist in our repositories. This was based on
feedback at the Community Leadership Summit 2012.
Signed-off-by: Michael Stahnke <stahnma@puppetlabs.com>
Our README currently rendered on github doesn't show people how get into
the contribution process. I've added a very small section to point to
the other doc files that exist in our repositories. This was based on
feedback at the Community Leadership Summit 2012.
Signed-off-by: Michael Stahnke <stahnma@puppetlabs.com>
The single quotes of the ruby oneliner was a bit unclear. This commit
changes them to backticks to make it much more clear that it's a command
to be run.
* 2.6.x:
(#7956) Porting cron tests
(#7956) Port resource acceptance tests
Readying for release of 2.6.9
(#6854) Update Red Hat spec file
Bumping release in lib/puppet.rb and updating CHANGELOG.
Bumping RPM spec file to 2.6.9rc1.
(#7506) Organize READMEs; specify supported Ruby versions in README.md
(#6418) Make test 64118 more portable
(#7127) Stop puppet if a prerun command fails
Do not needlessly create multiple reports when creating a transaction
(#4416) Ensure types are providified after reloading
(#4416) Always remove old provider before recreating it
Cleanup indentation, comment, and unused code
Conflicts:
CHANGELOG
README.md
conf/redhat/puppet.spec
lib/puppet.rb
lib/puppet/transaction.rb
spec/unit/configurer_spec.rb
spec/unit/transaction_spec.rb
The README was not specific enough about the current state of our Ruby support.
This commit lays out our current status as discussed in issue #7506 and in
greater detail on the internal mailing list around April 8, 2011 under the
subject "Statler Ruby Versions Support."
This commit also consolidates two redundant README files into one.
Paired-With: Matt Robinson <matt@puppetlabs.com>
The README was not specific enough about the current state of our Ruby support.
This commit lays out our current status as discussed in issue #7506 and in
greater detail on the internal mailing list around April 8, 2011 under the
subject "Statler Ruby Versions Support."
Paired-With: Matt Robinson <matt@puppetlabs.com>