README.md in with_lock-0.1 vs README.md in with_lock-0.1.1
- old
+ new
@@ -8,11 +8,11 @@
```ruby
gem "with_lock"
```
-**Tested under Ruby 1.9.3.**
+**Tested under Ruby 1.9.3-p545 and 2.1.3**
Add script and config files to your project(from console):
```ruby
WithLock.setup
```
@@ -26,11 +26,9 @@
Start/Stop the service from ruby
```ruby
WithLock::Server.start_service
WithLock::Server.stop_service
```
-Start/Stop service from
-
## Usage
A "with_lock()" function is provided globally to wrap with_lock sections of code.
```ruby
with_lock('lock_name') do