search for: extra_dep

Displaying 3 results from an estimated 3 matches for "extra_dep".

Did you mean: extra_deps
2009 Mar 08
2
rspec 1.1.99.12, Rails 2.3.1, undefined method `rspec_options=''
...rspec / Rakefile look like # -*- ruby -*- $:.unshift(File.join(File.dirname(__FILE__), ''lib'')) require ''hoe'' require ''spec/version'' require ''spec/rake/spectask'' require ''cucumber/rake/task'' class Hoe def extra_deps @extra_deps.reject! { |x| Array(x).first == ''hoe'' } @extra_deps end end Hoe.new(''rspec'', Spec::VERSION::STRING) do |p| p.summary = Spec::VERSION::SUMMARY p.url = ''http://rspec.info/'' p.description = "Behaviour Driven Devel...
2012 Nov 26
13
[PATCH 0 of 4] Minios improvements for app development
This patch series contains a set of patches making minios rather easier to use, from an application development point of view. Overview of patches: 1 Command line argument parsing support, from Xen. 2 Weak console handler function. 3 Build system tweaks for application directories. 4 Trailing whitespace cleanup. (because it is very messy) Patch 4 is likely to be more controversial than
2012 Jan 25
26
[PATCH v4 00/23] Xenstore stub domain
Changes from v3: - mini-os configuration files moved into stubdom/ - mini-os extra console support now a config option - Fewer #ifdefs - grant table setup uses hypercall bounce - Xenstore stub domain syslog support re-enabled Changes from v2: - configuration support added to mini-os build system - add mini-os support for conditionally compiling frontends, xenbus -