Skip to content

Commit

Permalink
Jamie API changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnichol committed Dec 2, 2012
1 parent cae9132 commit c24a187
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .jamie.yml
@@ -1,4 +1,4 @@
backend: vagrant
backend_plugin: vagrant

platforms:
- name: ubuntu-10.04
Expand Down
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -7,8 +7,8 @@ FoodCritic::Rake::LintTask.new do |t|
end

begin
require 'jamie/rake_task'
Jamie::Rake::Tasks.new
require 'jamie/rake_tasks'
Jamie::RakeTasks.new
rescue LoadError
puts ">>>>> Jamie gem not loaded, omitting tasks" unless ENV['CI']
end
Expand Down

0 comments on commit c24a187

Please sign in to comment.