summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-09-05 12:17:18 +0200
committerhukl <contact@smyck.org>2009-09-05 12:17:18 +0200
commitbf530444a39986b153a4a660fab9379b7b6e1972 (patch)
tree607943cf4ef3b2e5ea59883e7434a183df341ec6 /config
parent5330e223cff7ec0c1110149da8924c95be38c5c2 (diff)
changed the rcov gem requirement and updated rcov task
Diffstat (limited to 'config')
-rw-r--r--config/environment.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environment.rb b/config/environment.rb
index 6e08191..4a07337 100644
--- a/config/environment.rb
+++ b/config/environment.rb
@@ -23,7 +23,7 @@ Rails::Initializer.run do |config|
23 # config.gem "rake", :version => ">= 0.8.3" 23 # config.gem "rake", :version => ">= 0.8.3"
24 # config.gem "rack", :version => ">= 0.9.1" 24 # config.gem "rack", :version => ">= 0.9.1"
25 config.gem "libxml-ruby", :lib => 'xml' 25 config.gem "libxml-ruby", :lib => 'xml'
26 config.gem "spicycode-rcov", :lib => 'rcov', :souce => "http://gems.github.com" 26 config.gem "relevance-rcov", :lib => 'rcov', :souce => "http://gems.github.com"
27 config.gem "erdgeist-chaos_calendar", :lib => "chaos_calendar", :source => "http://gems.github.com" 27 config.gem "erdgeist-chaos_calendar", :lib => "chaos_calendar", :source => "http://gems.github.com"
28 28
29 # Only load the plugins named here, in the order given (default is alphabetical). 29 # Only load the plugins named here, in the order given (default is alphabetical).