--- !ruby/object:Gem::Specification name: blendris version: !ruby/object:Gem::Version hash: 13 prerelease: false segments: - 1 - 1 version: "1.1" platform: ruby authors: - Alex McHale autorequire: bindir: bin cert_chain: - | -----BEGIN CERTIFICATE----- MIIDNjCCAh6gAwIBAgIBADANBgkqhkiG9w0BAQUFADBBMRMwEQYDVQQDDAphbGV4 bWNoYWxlMRUwEwYKCZImiZPyLGQBGRYFZ21haWwxEzARBgoJkiaJk/IsZAEZFgNj b20wHhcNMTAwODMxMTQ1NjExWhcNMTEwODMxMTQ1NjExWjBBMRMwEQYDVQQDDAph bGV4bWNoYWxlMRUwEwYKCZImiZPyLGQBGRYFZ21haWwxEzARBgoJkiaJk/IsZAEZ FgNjb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDIUoy5sx2lmVzR higIWdA6zFNSt1eibOVF0nCptQ2BejzefTmfhpgwWKDX9FvGdF213WBwxIGJFP0c yOJTOoTgKQwQd6zCSoeNgNNHrXwbd42OKfHBTN1+DvNVoK9mLB659fUJ5CoCqNLU FI6RtILyZVH/Hja8nnHJrfGjJ0aWSRueVuO/06QmKvm19EJEVbTSd/DwAbJTYrQD 6snqEY+64mcx8gvF2aCmGXKSpLqnTedsr3/16cd1rkHw7dZqbzyKc1uZaQL+giwp Ijyn2SdMV+OKTf6xe/aL22aW/Z2b+tjQO8elB+/cz5kOlAkhtN3ENjf2e3H3UZSs r+JQgRSdAgMBAAGjOTA3MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQW BBS84ERhhfvntDfJzJe0/by+aeVeqDANBgkqhkiG9w0BAQUFAAOCAQEAFZRn7kGl gvITFgcLlGAWNwYTfDiXm+8xjNXCyFLP2YgZvzNmP9HtzxnJHG9pk1tvAzKVgGQB w+yPgHA9ASVnNP8/YifMVQtRkOYvmYiK+ynLTgqn3cCod0Q4mWcZ3mTsVfAqGxAZ fyoyfn4C+7Ks6j3k7yXzcKoAi4w0RiHYUrNQAOFzkahHaovvophs88nIgq/HNSY6 tgs+JaGdLZUsgj0TZpzELi4d6iFDD44D/pAKN8VIpSlcbyKXkIyQa/NrKOTSie7u AH5EvwIudku4RjdH363cTYX1xZ69LjcwrUpDrCJbG9jNK8icMoAOTEw0huZYvGRC qyGdKMrvQEbACA== -----END CERTIFICATE----- date: 2010-11-05 00:00:00 -05:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: redis prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 21 segments: - 2 - 0 - 13 version: 2.0.13 type: :runtime version_requirements: *id001 description: A redis library for Ruby email: alexmchale@gmail.com executables: [] extensions: [] 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 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 - blendris.gemspec has_rdoc: true homepage: http://github.com/alexmchale/blendris licenses: [] post_install_message: rdoc_options: - --line-numbers - --inline-source - --title - Blendris - --main - README.markdown require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 11 segments: - 1 - 2 version: "1.2" requirements: [] rubyforge_project: blendris rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: A redis library for Ruby test_files: []