Skip to content

Commit

Permalink
Release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
raphink committed Nov 17, 2014
1 parent ddfe62f commit 9edbd1f
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 44 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.1.1

- Fix spec tests for shellvar support

## 2.1.0

- Add ssh_config type & provider
Expand Down
101 changes: 58 additions & 43 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ GIT
GEM
remote: https://rubygems.org/
specs:
CFPropertyList (2.2.7)
beaker-rspec (2.1.1)
CFPropertyList (2.2.8)
beaker-rspec (2.2.0)
beaker (~> 1.3)
rspec (~> 2.14)
serverspec (~> 0.14)
Expand All @@ -37,10 +37,18 @@ GEM
minitar
thor
builder (3.2.2)
coderay (1.0.9)
diff-lcs (1.2.4)
coderay (1.1.0)
coveralls (0.7.2)
multi_json (~> 1.3)
rest-client (= 1.6.7)
simplecov (>= 0.7)
term-ansicolor (= 1.2.2)
thor (= 0.18.1)
diff-lcs (1.2.5)
docile (1.1.5)
excon (0.31.0)
facter (1.7.5)
facter (2.3.0)
CFPropertyList (~> 2.2.6)
fission (0.5.0)
CFPropertyList (~> 2.2)
fog (1.19.0)
Expand All @@ -53,83 +61,90 @@ GEM
net-ssh (>= 2.1.3)
nokogiri (~> 1.5)
ruby-hmac
formatador (0.2.4)
hiera (1.3.2)
formatador (0.2.5)
hiera (1.3.4)
json_pure
highline (1.6.21)
inifile (2.0.2)
json (1.8.1)
json_pure (1.8.1)
metaclass (0.0.1)
metaclass (0.0.4)
method_source (0.8.2)
mime-types (1.25.1)
minitar (0.5.4)
mocha (0.14.0)
mocha (1.1.0)
metaclass (~> 0.0.1)
multi_json (1.8.1)
net-scp (1.1.2)
multi_json (1.10.1)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-ssh (2.8.0)
net-ssh (2.9.1)
nokogiri (1.5.10)
pry (0.9.12.2)
coderay (~> 1.0.5)
method_source (~> 0.8)
pry (0.10.1)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
puppet (3.4.3)
facter (~> 1.6)
puppet (3.7.3)
facter (> 1.6, < 3)
hiera (~> 1.0)
rgen (~> 0.6.5)
puppet-lint (0.3.2)
puppet-syntax (1.1.0)
puppet (>= 2.7.0)
json_pure
puppet-lint (1.1.0)
puppet-syntax (1.3.0)
rake
puppetlabs_spec_helper (0.4.1)
mocha (>= 0.10.5)
puppetlabs_spec_helper (0.8.2)
mocha
puppet-lint
puppet-syntax
rake
rspec (>= 2.9.0)
rspec-puppet (>= 0.1.1)
rake (10.1.0)
rspec
rspec-puppet
rake (10.3.2)
rbvmomi (1.8.1)
builder
nokogiri (>= 1.4.1)
trollop
redcarpet (2.3.0)
rgen (0.6.6)
rspec (2.14.1)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
rspec-core (2.14.5)
rspec-expectations (2.14.3)
rest-client (1.6.7)
mime-types (>= 1.16)
rspec (2.99.0)
rspec-core (~> 2.99.0)
rspec-expectations (~> 2.99.0)
rspec-mocks (~> 2.99.0)
rspec-core (2.99.2)
rspec-expectations (2.99.2)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.3)
rspec-mocks (2.99.2)
ruby-augeas (0.5.0)
ruby-hmac (0.4.0)
serverspec (0.15.4)
serverspec (0.16.0)
highline
net-ssh
rspec (>= 2.13.0)
rspec (~> 2.13)
specinfra (>= 0.7.1)
simplecov (0.7.1)
simplecov (0.9.1)
docile (~> 1.1.0)
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
slop (3.4.6)
specinfra (0.7.1)
simplecov-html (~> 0.8.0)
simplecov-html (0.8.0)
slop (3.6.0)
specinfra (0.8.0)
term-ansicolor (1.2.2)
tins (~> 0.8)
thor (0.18.1)
tins (0.13.2)
trollop (2.0)
unf (0.1.3)
unf (0.1.4)
unf_ext
unf_ext (0.0.6)
vagrant-wrapper (1.2.1.1)
yard (0.8.7.2)
yard (0.8.7.6)

PLATFORMS
ruby

DEPENDENCIES
beaker!
beaker-rspec
coveralls
pry
puppet (>= 2.7)
puppet-lint
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "herculesteam-augeasproviders",
"version": "2.1.0",
"version": "2.1.1",
"author": "Dominic Cleal, Raphael Pinson",
"summary": "Alternative Augeas-based providers for Puppet",
"license": "Apache 2.0",
Expand Down

0 comments on commit 9edbd1f

Please sign in to comment.