rediska 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.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rediska (0.0.2)
4
+ rediska (0.0.3)
5
5
  redis (~> 3.0.0)
6
6
 
7
7
  GEM
@@ -1,3 +1,3 @@
1
1
  module Rediska
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.3'
3
3
  end
data/rediska.gemspec CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
11
11
  s.homepage = 'https://github.com/lbeder/rediska'
12
12
  s.summary = 'A light-weighted redis driver for testing, development, and minimal environments'
13
13
  s.description = 'A light-weighted redis driver for testing, development, and minimal environments,
14
- which supports various data storage strategies'
14
+ which supports various data storage strategies.'
15
15
 
16
16
  s.files = `git ls-files`.split("\n")
17
17
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rediska
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -92,7 +92,7 @@ dependencies:
92
92
  - !ruby/object:Gem::Version
93
93
  version: '0'
94
94
  description: ! "A light-weighted redis driver for testing, development, and minimal
95
- environments,\n which supports various data storage strategies"
95
+ environments,\n which supports various data storage strategies."
96
96
  email:
97
97
  - leonid.beder@gmail.com
98
98
  executables: []