oxblood 0.1.0.dev8 → 0.1.0.dev9

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.
@@ -1,3 +1,3 @@
1
1
  module Oxblood
2
- VERSION = '0.1.0.dev8'
2
+ VERSION = '0.1.0.dev9'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oxblood
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.dev8
4
+ version: 0.1.0.dev9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konstantin Shabanov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-05 00:00:00.000000000 Z
11
+ date: 2016-09-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: connection_pool
@@ -114,6 +114,16 @@ files:
114
114
  - benchmarks/pipeline.rb
115
115
  - benchmarks/serializer.rb
116
116
  - lib/oxblood.rb
117
+ - lib/oxblood/commands.rb
118
+ - lib/oxblood/commands/connection.rb
119
+ - lib/oxblood/commands/hashes.rb
120
+ - lib/oxblood/commands/keys.rb
121
+ - lib/oxblood/commands/lists.rb
122
+ - lib/oxblood/commands/server.rb
123
+ - lib/oxblood/commands/sets.rb
124
+ - lib/oxblood/commands/sorted_sets.rb
125
+ - lib/oxblood/commands/strings.rb
126
+ - lib/oxblood/commands/transactions.rb
117
127
  - lib/oxblood/connection.rb
118
128
  - lib/oxblood/pipeline.rb
119
129
  - lib/oxblood/pool.rb