Skip to content

Commit

Permalink
Extract Jamie code to jamie gem, whoo boy.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnichol committed Dec 1, 2012
1 parent 931edaf commit d452be2
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 235 deletions.
5 changes: 2 additions & 3 deletions Gemfile
Expand Up @@ -8,7 +8,6 @@ gem 'foodcritic', :platforms => :ruby_19
gem 'chef', (ENV['CHEF_VERSION'] || '>= 0.10.10')

group :integration do
gem 'berkshelf', '>= 1.0.0.rc3'
gem 'hashie'
gem 'mixlib-shellout'
gem 'berkshelf', '>= 1.0.0'
gem 'jamie', :git => 'git://github.com/jamie-ci/jamie.git'
end
2 changes: 1 addition & 1 deletion Rakefile
@@ -1,7 +1,7 @@
#!/usr/bin/env rake

require 'foodcritic'
require_relative 'test/jamie/rake_task'
require 'jamie/rake_task'

FoodCritic::Rake::LintTask.new do |t|
t.options = { :fail_tags => ['any'] }
Expand Down
2 changes: 1 addition & 1 deletion Vagrantfile
Expand Up @@ -2,7 +2,7 @@
# vi: set ft=ruby :

require 'berkshelf/vagrant'
require_relative 'test/jamie/vagrant'
require 'jamie/vagrant'

Vagrant::Config.run do |config|
Jamie::Vagrant.define_vms(config)
Expand Down
110 changes: 0 additions & 110 deletions test/jamie.rb

This file was deleted.

51 changes: 0 additions & 51 deletions test/jamie/rake_task.rb

This file was deleted.

69 changes: 0 additions & 69 deletions test/jamie/vagrant.rb

This file was deleted.

0 comments on commit d452be2

Please sign in to comment.