Skip to content

Commit

Permalink
Update pdk, version, add supported OSs
Browse files Browse the repository at this point in the history
  • Loading branch information
Felixoid committed Jan 18, 2019
1 parent ea58968 commit 5acf1d8
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cache:
before_script:
- bundle -v
- rm Gemfile.lock || true
- gem update --system
- gem update --system $RUBYGEMS_VERSION
- gem --version
- bundle -v
- bundle install --without system_tests --path vendor/bundle --jobs $(nproc)
Expand All @@ -22,6 +22,7 @@ parallel_spec-Ruby 2.1.9-Puppet ~> 4.0:
- bundle exec rake parallel_spec
variables:
PUPPET_GEM_VERSION: '~> 4.0'
RUBYGEMS_VERSION: '2.7.8'

syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop-Ruby 2.4.4-Puppet ~> 5.5:
stage: syntax
Expand Down
1 change: 1 addition & 0 deletions .puppet-lint.rc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cache: bundler
before_install:
- bundle -v
- rm -f Gemfile.lock
- gem update --system
- gem update --system $RUBYGEMS_VERSION
- gem --version
- bundle -v
script:
Expand All @@ -32,7 +32,7 @@ matrix:
env: PUPPET_GEM_VERSION="~> 5.0" CHECK=parallel_spec
rvm: 2.4.4
-
env: PUPPET_GEM_VERSION="~> 4.0" CHECK=parallel_spec
env: PUPPET_GEM_VERSION="~> 4.0" CHECK=parallel_spec RUBYGEMS_VERSION=2.7.8
rvm: 2.1.9
-
env: CHECK='build' DEPLOY_TO_FORGE=yes
Expand Down
22 changes: 16 additions & 6 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "innogames-xmlsimple",
"version": "0.1.1",
"version": "0.1.2",
"author": "InnoGames GmbH",
"summary": "Functions to convert back and forth between XML and Hashes",
"summary": "Functions to convert back and forth between XML and Hashes via xml-simple",
"license": "Apache-2.0",
"source": "http://github.com/innogames/puppet-xmlsimple",
"project_page": "http://github.com/innogames/puppet-xmlsimple",
Expand All @@ -11,6 +11,14 @@

],
"operatingsystem_support": [
{
"operatingsystem": "FreeBSD",
"operatingsystemrelease": [
"10",
"11",
"12"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
Expand Down Expand Up @@ -38,13 +46,15 @@
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"8"
"8",
"9"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"16.04"
"16.04",
"18.04"
]
},
{
Expand All @@ -63,7 +73,7 @@
}
],
"description": "These module includes the 'xml-simple' gem to convert data back and forth between XML and Hashes. Fork of glarizza-xmlsimple module",
"pdk-version": "1.7.1",
"pdk-version": "1.8.0",
"template-url": "https://github.com/puppetlabs/pdk-templates.git",
"template-ref": "heads/master-0-gbf720df"
"template-ref": "heads/master-0-g20af4c6"
}

0 comments on commit 5acf1d8

Please sign in to comment.