File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,10 +17,6 @@ requirements:
1717 - build
1818 development: true
1919 name: detroit
20- - groups:
21- - build
22- development: true
23- name: dotopts
2420- groups:
2521 - test
2622 development: true
@@ -62,4 +58,4 @@ name: rubytest
6258description: ! "Ruby Test is a universal test harness for Ruby. It can handle any
6359 compliant \ntest framework, even running tests from multiple frameworks in a single
6460 pass."
65- date: '2013-02-11 '
61+ date: '2013-02-14 '
Original file line number Diff line number Diff line change @@ -33,11 +33,6 @@ def config
3333 #
3434 # @return nothing
3535 def run ( argv = nil )
36- begin
37- require 'dotopts'
38- rescue LoadError
39- end
40-
4136 argv = ( argv || ARGV . dup )
4237
4338 options . parse! ( argv )
Original file line number Diff line number Diff line change 22- ansi
33- fire (build)
44- detroit (build)
5- - dotopts (build)
65- qed (test)
76- ae (test)
You can’t perform that action at this time.
0 commit comments