choosy 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
1
- 0.2.3
1
+ 0.2.4
@@ -44,7 +44,7 @@ module Choosy::DSL
44
44
  end
45
45
 
46
46
  def depends_on(*args)
47
- if args.count == 1 && args[0].is_a?(Array)
47
+ if args.length == 1 && args[0].is_a?(Array)
48
48
  option.dependent_options = args[0]
49
49
  else
50
50
  option.dependent_options = args
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 3
9
- version: 0.2.3
8
+ - 4
9
+ version: 0.2.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Gabe McArthur
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-03-08 00:00:00 -08:00
17
+ date: 2011-03-09 00:00:00 -08:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency