README.rdoc in distributed_mutex-1.1.3 vs README.rdoc in distributed_mutex-1.1.4
- old
+ new
@@ -24,9 +24,18 @@
To add the plugin to your rails project, add the following to your config/environments.rb:
config.gem(:distributed_mutex)
+== Developing
+
+Copy spec/config/database.stub to spec/config/database.yml and edit as needed for your mysql
+installation.
+
+ gem install bundler
+ bundle install
+ rake spec
+
== Copyright
Author:: Birkir A. Barkarson <birkirb@stoicviking.net>
Copyright:: Copyright (c) 2009
License:: MIT License