--- !ruby/object:Gem::Specification name: redlander version: !ruby/object:Gem::Version version: 0.5.2 prerelease: platform: ruby authors: - Slava Kravchenko autorequire: bindir: bin cert_chain: [] date: 2012-09-20 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: xml_schema requirement: &20744320 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 0.1.3 type: :runtime prerelease: false version_requirements: *20744320 - !ruby/object:Gem::Dependency name: ffi requirement: &21431040 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '1.1' type: :runtime prerelease: false version_requirements: *21431040 - !ruby/object:Gem::Dependency name: rspec requirement: &21430560 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '2' type: :development prerelease: false version_requirements: *21430560 description: ! 'Redlander is Ruby bindings to Redland library (see http://librdf.org) written in C, which is used to manipulate RDF graphs. This is an alternative implementation of Ruby bindings (as opposed to the official bindings), aiming to be more intuitive, lightweight, high-performing and as bug-free as possible. ' email: - slava.kravchenko@gmail.com executables: [] extensions: [] extra_rdoc_files: - README.rdoc - ChangeLog files: - .gitignore - ChangeLog - Gemfile - Gemfile.lock - LICENSE - README.rdoc - Rakefile - lib/redland.rb - lib/redlander.rb - lib/redlander/exceptions.rb - lib/redlander/model.rb - lib/redlander/model_proxy.rb - lib/redlander/node.rb - lib/redlander/parsing.rb - lib/redlander/query/results.rb - lib/redlander/serializing.rb - lib/redlander/statement.rb - lib/redlander/uri.rb - lib/redlander/version.rb - redlander.gemspec - spec/fixtures/doap.nt - spec/fixtures/doap.rdf - spec/fixtures/doap.ttl - spec/integration/memory_leak_spec.rb - spec/lib/redlander/model_spec.rb - spec/lib/redlander/node_spec.rb - spec/lib/redlander/statement_spec.rb - spec/spec.opts - spec/spec_helper.rb homepage: https://github.com/cordawyn/redlander licenses: - The MIT License (MIT) post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.11 signing_key: specification_version: 3 summary: Advanced Ruby bindings for Redland runtime library (librdf). test_files: - spec/fixtures/doap.nt - spec/fixtures/doap.rdf - spec/fixtures/doap.ttl - spec/integration/memory_leak_spec.rb - spec/lib/redlander/model_spec.rb - spec/lib/redlander/node_spec.rb - spec/lib/redlander/statement_spec.rb - spec/spec.opts - spec/spec_helper.rb