Skip to content
This repository has been archived by the owner on Oct 29, 2023. It is now read-only.

Commit

Permalink
Use librarian-puppet-maestrodev that has several fixes not yet merged…
Browse files Browse the repository at this point in the history
… into librarian-puppet
  • Loading branch information
Carlos Sanchez committed Dec 4, 2012
1 parent 5add285 commit 23bfc4c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
8 changes: 0 additions & 8 deletions .fixtures.yml

This file was deleted.

3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
source :rubygems

gem 'librarian-puppet-maestrodev', '~>0.9.7'

group :rake do
gem 'puppet', '~>2.7.17'
gem 'rake', '>=0.9.2.2'
gem 'puppet-lint', '~>0.1.13'
gem 'puppetlabs_spec_helper', '~>0.3.0'
gem 'librarian-puppet', '~>0.9.3'
end
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ GEM
diff-lcs (1.1.3)
facter (1.6.11)
json (1.7.5)
librarian-puppet (0.9.3)
librarian-puppet-maestrodev (0.9.7.1)
json
puppet
thor (~> 0.15)
Expand Down Expand Up @@ -36,7 +36,7 @@ PLATFORMS
ruby

DEPENDENCIES
librarian-puppet (~> 0.9.3)
librarian-puppet-maestrodev (~> 0.9.7)
puppet (~> 2.7.17)
puppet-lint (~> 0.1.13)
puppetlabs_spec_helper (~> 0.3.0)
Expand Down
9 changes: 9 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
require 'bundler'
Bundler.require(:rake)
require 'rake/clean'

require 'puppetlabs_spec_helper/rake_tasks'

CLEAN.include('modules', 'spec/fixtures/', 'doc')
CLOBBER.include('.tmp', '.librarian')

task :librarian_spec_prep do
sh "librarian-puppet install"
end
task :spec_prep => :librarian_spec_prep

task :default => [:spec]

0 comments on commit 23bfc4c

Please sign in to comment.