diff options
| -rw-r--r-- | CHANGELOG | 2 | ||||
| -rw-r--r-- | Rakefile | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,6 @@ 0.24.5 + Added message referencing ReductveLabs build library + Fixed #1396 - Added sha1 function from DavidS to core Fixed #1399 - the ldap user provider now knows it can manage @@ -5,7 +5,7 @@ $: << File.expand_path(File.join(File.dirname(__FILE__), 'lib')) begin require 'rake/reductive' rescue LoadError - $stderr.puts "You must have the Reductive build library in your RUBYLIB." + $stderr.puts "You must have the Reductive build library in your RUBYLIB; see http://github.com/lak/reductive-build/tree/master." exit(14) end |
