horcrux 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/horcrux.gemspec CHANGED
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
12
12
  ## If your rubyforge_project name is different, then edit it and comment out
13
13
  ## the sub! line in the Rakefile
14
14
  s.name = 'horcrux'
15
- s.version = '0.0.2'
15
+ s.version = '0.0.3'
16
16
  s.date = '2012-01-03'
17
17
  s.rubyforge_project = 'horcrux'
18
18
 
@@ -1,4 +1,3 @@
1
- require File.expand_path('../../../horcrux', __FILE__)
2
1
  require 'zlib'
3
2
  require 'stringio'
4
3
 
@@ -1,4 +1,3 @@
1
- require File.expand_path('../../../horcrux', __FILE__)
2
1
  require 'msgpack'
3
2
 
4
3
  module Horcrux
data/lib/horcrux.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # See the README.md
2
2
  module Horcrux
3
- VERSION = "0.0.2"
3
+ VERSION = "0.0.3"
4
4
 
5
5
  # Implements the optional methods of a Horcrux adapter.
6
6
  module Methods
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: horcrux
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:
@@ -13,7 +13,7 @@ date: 2012-01-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
16
- requirement: &70123004569960 !ruby/object:Gem::Requirement
16
+ requirement: &70345641955860 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: '0'
22
22
  type: :development
23
23
  prerelease: false
24
- version_requirements: *70123004569960
24
+ version_requirements: *70345641955860
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: test-unit
27
- requirement: &70123004569280 !ruby/object:Gem::Requirement
27
+ requirement: &70345641955280 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,7 +32,7 @@ dependencies:
32
32
  version: '0'
33
33
  type: :development
34
34
  prerelease: false
35
- version_requirements: *70123004569280
35
+ version_requirements: *70345641955280
36
36
  description: Simple key/value adapter library.
37
37
  email: technoweenie@gmail.com
38
38
  executables: []