horcrux 0.1.1 → 0.1.2
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.
- checksums.yaml +7 -0
- data/Gemfile +3 -0
- data/horcrux.gemspec +2 -2
- data/lib/horcrux.rb +3 -4
- data/lib/horcrux/entity.rb +1 -1
- metadata +10 -16
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: e6a5fe01eb776b745fbce021c285e25d2cf2601b
|
|
4
|
+
data.tar.gz: 694051ed4ab5efa4f2acd2acd6f7711c5b36ac03
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 9c28079d49bbe84753dd59ac54253d751794a9e9c615349fb033b6ed27443ba64fa4c014f609711f7d87bffeeaa0b872a7a969f09119fae49bdfdbec2fefa69a
|
|
7
|
+
data.tar.gz: 831e5afd08c3a43a2008c06f0f5481f245964827830cf394575bd9b038c77bd4ef3bc8e6680fef598815a6e6bd08cc992f1f5a95bb1a5642b116529f69945477
|
data/Gemfile
CHANGED
data/horcrux.gemspec
CHANGED
|
@@ -12,8 +12,8 @@ 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.1.
|
|
16
|
-
s.date = '
|
|
15
|
+
s.version = '0.1.2'
|
|
16
|
+
s.date = '2017-08-17'
|
|
17
17
|
s.rubyforge_project = 'horcrux'
|
|
18
18
|
|
|
19
19
|
## Make sure your summary is short. The description may be as long
|
data/lib/horcrux.rb
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# See the README.md
|
|
2
2
|
module Horcrux
|
|
3
|
-
VERSION = "0.1.
|
|
3
|
+
VERSION = "0.1.2"
|
|
4
4
|
|
|
5
5
|
# Implements the optional methods of a Horcrux adapter.
|
|
6
6
|
module Methods
|
|
@@ -91,8 +91,8 @@ module Horcrux
|
|
|
91
91
|
|
|
92
92
|
# Public: Transforms the given application key to the internal key that
|
|
93
93
|
# the storage system uses.
|
|
94
|
-
#
|
|
95
|
-
# key - The String key.
|
|
94
|
+
#
|
|
95
|
+
# key - The String key.
|
|
96
96
|
#
|
|
97
97
|
# Returns the String internal key for the adapter.
|
|
98
98
|
def key_for(key)
|
|
@@ -172,4 +172,3 @@ module Horcrux
|
|
|
172
172
|
end
|
|
173
173
|
end
|
|
174
174
|
end
|
|
175
|
-
|
data/lib/horcrux/entity.rb
CHANGED
metadata
CHANGED
|
@@ -1,46 +1,41 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: horcrux
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 0.1.2
|
|
6
5
|
platform: ruby
|
|
7
6
|
authors:
|
|
8
7
|
- Rick Olson
|
|
9
8
|
autorequire:
|
|
10
9
|
bindir: bin
|
|
11
10
|
cert_chain: []
|
|
12
|
-
date:
|
|
11
|
+
date: 2017-08-17 00:00:00.000000000 Z
|
|
13
12
|
dependencies:
|
|
14
13
|
- !ruby/object:Gem::Dependency
|
|
15
14
|
name: rake
|
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
|
17
|
-
none: false
|
|
18
16
|
requirements:
|
|
19
|
-
- -
|
|
17
|
+
- - '>='
|
|
20
18
|
- !ruby/object:Gem::Version
|
|
21
19
|
version: '0'
|
|
22
20
|
type: :development
|
|
23
21
|
prerelease: false
|
|
24
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
|
-
none: false
|
|
26
23
|
requirements:
|
|
27
|
-
- -
|
|
24
|
+
- - '>='
|
|
28
25
|
- !ruby/object:Gem::Version
|
|
29
26
|
version: '0'
|
|
30
27
|
- !ruby/object:Gem::Dependency
|
|
31
28
|
name: test-unit
|
|
32
29
|
requirement: !ruby/object:Gem::Requirement
|
|
33
|
-
none: false
|
|
34
30
|
requirements:
|
|
35
|
-
- -
|
|
31
|
+
- - '>='
|
|
36
32
|
- !ruby/object:Gem::Version
|
|
37
33
|
version: '0'
|
|
38
34
|
type: :development
|
|
39
35
|
prerelease: false
|
|
40
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
41
|
-
none: false
|
|
42
37
|
requirements:
|
|
43
|
-
- -
|
|
38
|
+
- - '>='
|
|
44
39
|
- !ruby/object:Gem::Version
|
|
45
40
|
version: '0'
|
|
46
41
|
description: Simple key/value adapter library.
|
|
@@ -66,25 +61,24 @@ files:
|
|
|
66
61
|
- test/serializer_test.rb
|
|
67
62
|
homepage: http://github.com/technoweenie/horcrux
|
|
68
63
|
licenses: []
|
|
64
|
+
metadata: {}
|
|
69
65
|
post_install_message:
|
|
70
66
|
rdoc_options: []
|
|
71
67
|
require_paths:
|
|
72
68
|
- lib
|
|
73
69
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
74
|
-
none: false
|
|
75
70
|
requirements:
|
|
76
|
-
- -
|
|
71
|
+
- - '>='
|
|
77
72
|
- !ruby/object:Gem::Version
|
|
78
73
|
version: '0'
|
|
79
74
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
80
|
-
none: false
|
|
81
75
|
requirements:
|
|
82
|
-
- -
|
|
76
|
+
- - '>='
|
|
83
77
|
- !ruby/object:Gem::Version
|
|
84
78
|
version: 1.3.5
|
|
85
79
|
requirements: []
|
|
86
80
|
rubyforge_project: horcrux
|
|
87
|
-
rubygems_version:
|
|
81
|
+
rubygems_version: 2.0.14.1
|
|
88
82
|
signing_key:
|
|
89
83
|
specification_version: 2
|
|
90
84
|
summary: Simple key/value adapter library.
|