blendris 1.1 → 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.
- data.tar.gz.sig +0 -0
- data/Manifest +1 -0
- data/blendris.gemspec +3 -3
- data/lib/blendris.rb +1 -1
- data/lib/blendris/list.rb +4 -0
- data/lib/blendris/model.rb +6 -0
- data/lib/blendris/reference_set.rb +4 -0
- data/lib/blendris/set.rb +4 -0
- data/lib/blendris/zset.rb +4 -0
- metadata +5 -5
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
|
Binary file
|
data/Manifest
CHANGED
data/blendris.gemspec
CHANGED
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = %q{blendris}
|
|
5
|
-
s.version = "1.
|
|
5
|
+
s.version = "1.2"
|
|
6
6
|
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
|
8
8
|
s.authors = ["Alex McHale"]
|
|
9
9
|
s.cert_chain = ["/home/alexmchale/.ssh/gem-public_cert.pem"]
|
|
10
|
-
s.date = %q{2010-11-
|
|
10
|
+
s.date = %q{2010-11-08}
|
|
11
11
|
s.description = %q{A redis library for Ruby}
|
|
12
12
|
s.email = %q{alexmchale@gmail.com}
|
|
13
13
|
s.extra_rdoc_files = ["LICENSE", "README.markdown", "lib/blendris.rb", "lib/blendris/accessor.rb", "lib/blendris/errors.rb", "lib/blendris/integer.rb", "lib/blendris/list.rb", "lib/blendris/model.rb", "lib/blendris/node.rb", "lib/blendris/reference.rb", "lib/blendris/reference_base.rb", "lib/blendris/reference_set.rb", "lib/blendris/set.rb", "lib/blendris/string.rb", "lib/blendris/types.rb", "lib/blendris/utils.rb", "lib/blendris/zset.rb"]
|
|
14
|
-
s.files = ["History.txt", "LICENSE", "Manifest", "PostInstall.txt", "README.markdown", "Rakefile", "autotest/discover.rb", "lib/blendris.rb", "lib/blendris/accessor.rb", "lib/blendris/errors.rb", "lib/blendris/integer.rb", "lib/blendris/list.rb", "lib/blendris/model.rb", "lib/blendris/node.rb", "lib/blendris/reference.rb", "lib/blendris/reference_base.rb", "lib/blendris/reference_set.rb", "lib/blendris/set.rb", "lib/blendris/string.rb", "lib/blendris/types.rb", "lib/blendris/utils.rb", "lib/blendris/zset.rb", "script/console", "script/destroy", "script/generate", "spec/integer_spec.rb", "spec/list_spec.rb", "spec/model_spec.rb", "spec/redis-tools_spec.rb", "spec/ref_spec.rb", "spec/set_spec.rb", "spec/spec_helper.rb", "spec/string_spec.rb", "spec/utils_spec.rb", "spec/zset_spec.rb"
|
|
14
|
+
s.files = ["History.txt", "LICENSE", "Manifest", "PostInstall.txt", "README.markdown", "Rakefile", "autotest/discover.rb", "blendris.gemspec", "lib/blendris.rb", "lib/blendris/accessor.rb", "lib/blendris/errors.rb", "lib/blendris/integer.rb", "lib/blendris/list.rb", "lib/blendris/model.rb", "lib/blendris/node.rb", "lib/blendris/reference.rb", "lib/blendris/reference_base.rb", "lib/blendris/reference_set.rb", "lib/blendris/set.rb", "lib/blendris/string.rb", "lib/blendris/types.rb", "lib/blendris/utils.rb", "lib/blendris/zset.rb", "script/console", "script/destroy", "script/generate", "spec/integer_spec.rb", "spec/list_spec.rb", "spec/model_spec.rb", "spec/redis-tools_spec.rb", "spec/ref_spec.rb", "spec/set_spec.rb", "spec/spec_helper.rb", "spec/string_spec.rb", "spec/utils_spec.rb", "spec/zset_spec.rb"]
|
|
15
15
|
s.homepage = %q{http://github.com/alexmchale/blendris}
|
|
16
16
|
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Blendris", "--main", "README.markdown"]
|
|
17
17
|
s.require_paths = ["lib"]
|
data/lib/blendris.rb
CHANGED
data/lib/blendris/list.rb
CHANGED
data/lib/blendris/model.rb
CHANGED
data/lib/blendris/set.rb
CHANGED
data/lib/blendris/zset.rb
CHANGED
metadata
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: blendris
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 11
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
|
-
-
|
|
9
|
-
version: "1.
|
|
8
|
+
- 2
|
|
9
|
+
version: "1.2"
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Alex McHale
|
|
@@ -35,7 +35,7 @@ cert_chain:
|
|
|
35
35
|
qyGdKMrvQEbACA==
|
|
36
36
|
-----END CERTIFICATE-----
|
|
37
37
|
|
|
38
|
-
date: 2010-11-
|
|
38
|
+
date: 2010-11-08 00:00:00 -06:00
|
|
39
39
|
default_executable:
|
|
40
40
|
dependencies:
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
@@ -86,6 +86,7 @@ files:
|
|
|
86
86
|
- README.markdown
|
|
87
87
|
- Rakefile
|
|
88
88
|
- autotest/discover.rb
|
|
89
|
+
- blendris.gemspec
|
|
89
90
|
- lib/blendris.rb
|
|
90
91
|
- lib/blendris/accessor.rb
|
|
91
92
|
- lib/blendris/errors.rb
|
|
@@ -114,7 +115,6 @@ files:
|
|
|
114
115
|
- spec/string_spec.rb
|
|
115
116
|
- spec/utils_spec.rb
|
|
116
117
|
- spec/zset_spec.rb
|
|
117
|
-
- blendris.gemspec
|
|
118
118
|
has_rdoc: true
|
|
119
119
|
homepage: http://github.com/alexmchale/blendris
|
|
120
120
|
licenses: []
|
metadata.gz.sig
CHANGED
|
Binary file
|