bumbleworks-redis 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.
@@ -1,4 +1,5 @@
1
1
  require "bumbleworks/storage_adapter"
2
+ require "rufus-json/automatic"
2
3
  require "ruote-redis"
3
4
 
4
5
  module Bumbleworks
@@ -1,5 +1,5 @@
1
1
  module Bumbleworks
2
2
  module Redis
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bumbleworks-redis
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:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-05-14 00:00:00.000000000 Z
12
+ date: 2013-05-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bumbleworks
@@ -141,18 +141,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
141
141
  - - ! '>='
142
142
  - !ruby/object:Gem::Version
143
143
  version: '0'
144
- segments:
145
- - 0
146
- hash: -3017453694027102814
147
144
  required_rubygems_version: !ruby/object:Gem::Requirement
148
145
  none: false
149
146
  requirements:
150
147
  - - ! '>='
151
148
  - !ruby/object:Gem::Version
152
149
  version: '0'
153
- segments:
154
- - 0
155
- hash: -3017453694027102814
156
150
  requirements: []
157
151
  rubyforge_project:
158
152
  rubygems_version: 1.8.23
@@ -164,3 +158,4 @@ test_files:
164
158
  - spec/lib/bumbleworks/redis/adapter_spec.rb
165
159
  - spec/lib/bumbleworks/ruote_spec.rb
166
160
  - spec/spec_helper.rb
161
+ has_rdoc: