kwala 0.9.0 → 0.9.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/kwala/actions/gem_plugin.rb +1 -1
- metadata +2 -2
@@ -20,7 +20,7 @@ class GemPluginAction < BuildAction
|
|
20
20
|
# We will assume that they are actions and require them
|
21
21
|
# Thanks to Chad Fowler for this bit of code
|
22
22
|
Gem.cache.search(//).select do |specification|
|
23
|
-
specification.dependencies.map{ |dep| dep.name }.include('kwala')
|
23
|
+
specification.dependencies.map{ |dep| dep.name }.include?('kwala')
|
24
24
|
end.each do |depname|
|
25
25
|
require depname.name
|
26
26
|
end
|
metadata
CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.4
|
|
3
3
|
specification_version: 1
|
4
4
|
name: kwala
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 0.9.
|
7
|
-
date: 2008-06-
|
6
|
+
version: 0.9.1
|
7
|
+
date: 2008-06-22 00:00:00 +09:00
|
8
8
|
summary: Kwala is a pluggable code quality build system with the ability to due CI + Mascot Driven Development Motivation
|
9
9
|
require_paths:
|
10
10
|
- lib
|