Skip to content

Commit

Permalink
Switched to hanna-nouveau
Browse files Browse the repository at this point in the history
  • Loading branch information
benedikt committed Mar 14, 2011
1 parent 56341e9 commit 256d959
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require 'rspec/core/rake_task'
require 'hanna/rdoctask'
require 'rdoc/task'

spec = Gem::Specification.load("mongoid-tree.gemspec")

Expand All @@ -8,6 +8,7 @@ RSpec::Core::RakeTask.new(:spec)
task :default => :spec

Rake::RDocTask.new do |rdoc|
rdoc.generator = 'hanna'
rdoc.rdoc_dir = 'doc'
rdoc.title = "#{spec.name} #{spec.version}"
rdoc.options += spec.rdoc_options
Expand Down
2 changes: 1 addition & 1 deletion mongoid-tree.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ Gem::Specification.new do |s|
# s.add_runtime_dependency('mongoid', ['~> 2.0.0'])
s.add_development_dependency('rspec', ['~> 2.3'])
s.add_development_dependency('autotest', ['>= 4.3.2'])
s.add_development_dependency('hanna', ['>= 0.1.12'])
s.add_development_dependency('hanna-nouveau', ['>= 0.2.2'])
end

0 comments on commit 256d959

Please sign in to comment.