Skip to content

Commit

Permalink
The Rakefile should install screw_unit
Browse files Browse the repository at this point in the history
  • Loading branch information
wycats committed Jul 2, 2008
1 parent 7bcc14f commit 578d60f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require "rake"
require 'fileutils' require 'fileutils'
require 'merb-core/tasks/merb_rake_helper' require 'merb-core/tasks/merb_rake_helper'


gems = %w[merb_activerecord merb_helpers merb_sequel merb_param_protection merb_test_unit merb_stories] gems = %w[merb_activerecord merb_helpers merb_sequel merb_param_protection merb_test_unit merb_stories merb_screw_unit]
orm_gems = %w[merb_activerecord merb_sequel] orm_gems = %w[merb_activerecord merb_sequel]


desc "Install it all" desc "Install it all"
Expand Down
2 changes: 1 addition & 1 deletion merb_screw_unit/LICENSE
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2008 YOUR NAME Copyright (c) 2008 Yehuda Katz


Permission is hereby granted, free of charge, to any person obtaining Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the a copy of this software and associated documentation files (the
Expand Down

0 comments on commit 578d60f

Please sign in to comment.