README.rdoc in viva-declarative_authorization-0.3.2.2.1 vs README.rdoc in viva-declarative_authorization-0.3.2.3.1

- old
+ new

@@ -358,10 +358,13 @@ = Installation of declarative_authorization One of three options to install the plugin: * Install by Gem: Add to your environment.rb in the initializer block: - config.gem "stffn-declarative_authorization", :lib => "declarative_authorization" + config.gem "declarative_authorization" + Note: you need gemcutter support in place, i.e. call + gem install gemcutter + gem tumble And call from your application's root directory rake gems:install * Alternatively, to install from github, execute in your application's root directory cd vendor/plugins && git clone git://github.com/stffn/declarative_authorization.git * Or, download one of the released versions from Github at