Skip to content

Commit

Permalink
removed old pe version meta file requirement. Fixed Gemfile version i…
Browse files Browse the repository at this point in the history
…ssue. Updated meta file version for release.
  • Loading branch information
BIAndrews committed Aug 17, 2017
1 parent c76056f commit b769621
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ group :test do
gem "rspec-puppet-facts"
gem 'rubocop', '0.33.0'
gem 'simplecov', '>= 0.11.0'
gem 'simplecov-console', '< 0.4.0'
gem 'simplecov-console', '< 0.4.2'

gem "puppet-lint-absolute_classname-check"
gem "puppet-lint-leading_zero-check"
Expand Down
8 changes: 2 additions & 6 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bryana-ec2tagfacts",
"version": "0.2.0",
"version": "0.2.1",
"author": "Bryan Andrews",
"summary": "AWS EC2 tags exported as puppet facts and AWS cli tool installed.",
"license": "Apache-2.0",
Expand Down Expand Up @@ -85,13 +85,9 @@
}
],
"requirements": [
{
"name": "pe",
"version_requirement": ">=3.8.0 < 2016.4.0"
},
{
"name": "puppet",
"version_requirement": ">= 3.3.0"
"version_requirement": ">=3.8.0 < 2016.4.0"
}
],
"dependencies": [
Expand Down

0 comments on commit b769621

Please sign in to comment.