Skip to content
This repository has been archived by the owner on Nov 11, 2017. It is now read-only.

Commit

Permalink
Remove ginger
Browse files Browse the repository at this point in the history
  • Loading branch information
gabebw committed May 29, 2011
1 parent c10b012 commit ea575e6
Show file tree
Hide file tree
Showing 18 changed files with 0 additions and 451 deletions.
8 changes: 0 additions & 8 deletions Rakefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@ Rake::TestTask.new(:test) do |t|
t.verbose = true t.verbose = true
end end


desc 'Run ginger tests'
task :ginger do
$LOAD_PATH << File.join(*%w[vendor ginger lib])
ARGV.clear
ARGV << 'test'
load File.join(*%w[vendor ginger bin ginger])
end

namespace :changeling do namespace :changeling do
desc "Bumps the version by a minor or patch version, depending on what was passed in." desc "Bumps the version by a minor or patch version, depending on what was passed in."
task :bump, :part do |t, args| task :bump, :part do |t, args|
Expand Down
32 changes: 0 additions & 32 deletions ginger_scenarios.rb

This file was deleted.

2 changes: 0 additions & 2 deletions test/helper.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -9,14 +9,12 @@
gem 'bourne', '>= 1.0' gem 'bourne', '>= 1.0'
gem "sham_rack", "~> 1.3.0" gem "sham_rack", "~> 1.3.0"


$LOAD_PATH << File.join(File.dirname(__FILE__), *%w[.. vendor ginger lib])
$LOAD_PATH << File.expand_path(File.join(File.dirname(__FILE__), "..", "lib")) $LOAD_PATH << File.expand_path(File.join(File.dirname(__FILE__), "..", "lib"))


require 'thread' require 'thread'
require 'shoulda' require 'shoulda'
require 'mocha' require 'mocha'


require 'ginger'




require 'action_controller' require 'action_controller'
Expand Down
1 change: 0 additions & 1 deletion vendor/ginger/.gitignore

This file was deleted.

20 changes: 0 additions & 20 deletions vendor/ginger/LICENCE

This file was deleted.

50 changes: 0 additions & 50 deletions vendor/ginger/README.textile

This file was deleted.

57 changes: 0 additions & 57 deletions vendor/ginger/Rakefile

This file was deleted.

42 changes: 0 additions & 42 deletions vendor/ginger/bin/ginger

This file was deleted.

33 changes: 0 additions & 33 deletions vendor/ginger/ginger.gemspec

This file was deleted.

21 changes: 0 additions & 21 deletions vendor/ginger/lib/ginger.rb

This file was deleted.

20 changes: 0 additions & 20 deletions vendor/ginger/lib/ginger/configuration.rb

This file was deleted.

56 changes: 0 additions & 56 deletions vendor/ginger/lib/ginger/kernel.rb

This file was deleted.

Loading

0 comments on commit ea575e6

Please sign in to comment.