redis-spawn 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/redis/spawn/version.rb +1 -1
  2. metadata +3 -3
@@ -1,5 +1,5 @@
1
1
  class Redis
2
2
  class SpawnServer
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 2
9
- version: 0.0.2
8
+ - 3
9
+ version: 0.0.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Phil Stewart
@@ -45,7 +45,7 @@ dependencies:
45
45
  version: "0.1"
46
46
  type: :development
47
47
  version_requirements: *id002
48
- description: Insert something more verbose than the summary here.
48
+ description: redis-spawn allows you to manage your own redis-server instances from within your Ruby application.
49
49
  email:
50
50
  - phil.stewart@lichp.co.uk
51
51
  executables: []