gorp 0.22.0 → 0.22.1
Sign up to get free protection for your applications and to get access to all the features.
- data/gorp.gemspec +1 -1
- data/lib/gorp/test.rb +1 -1
- data/lib/version.rb +1 -1
- metadata +1 -1
data/gorp.gemspec
CHANGED
data/lib/gorp/test.rb
CHANGED
@@ -145,7 +145,7 @@ class Gorp::TestCase < Test::Unit::TestCase
|
|
145
145
|
@@base = Object.new.extend(Gorp::Commands)
|
146
146
|
include Gorp::Commands
|
147
147
|
|
148
|
-
%w(cmd post rake ruby).each do |method|
|
148
|
+
%w(cmd get post rake ruby).each do |method|
|
149
149
|
define_method(method) do |*args, &block|
|
150
150
|
before = $x.target.length
|
151
151
|
@@base.send method, *args
|
data/lib/version.rb
CHANGED