# -*- encoding: utf-8 -*- # stub: rtm-activerecord 0.2.0 ruby lib Gem::Specification.new do |s| s.name = "rtm-activerecord".freeze s.version = "0.2.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Benjamin Bock".freeze] s.date = "2010-02-05" s.description = " Ruby Topic Maps is a Topic Maps engine written in Ruby.\n This is the backend engine which holds all data in ActiveRecord objects.\n It's available on all ruby platforms but currently does not pass all specs.\n".freeze s.email = "#rtm+rtm-activerecord-gem-20100205@topicmapslab.de".freeze s.files = ["DISCLAIMER".freeze, "LICENSE".freeze, "README".freeze, "lib/rtm/activerecord.rb".freeze, "lib/rtm/activerecord/001_initial_schema.rb".freeze, "lib/rtm/activerecord/association_and_role.rb".freeze, "lib/rtm/activerecord/base.rb".freeze, "lib/rtm/activerecord/connect.rb".freeze, "lib/rtm/activerecord/io/from_xtm2.rb".freeze, "lib/rtm/activerecord/io/from_xtm2_libxml.rb".freeze, "lib/rtm/activerecord/io/to_jtm.rb".freeze, "lib/rtm/activerecord/io/to_string.rb".freeze, "lib/rtm/activerecord/io/to_xtm1.rb".freeze, "lib/rtm/activerecord/io/to_xtm2.rb".freeze, "lib/rtm/activerecord/io/to_yaml.rb".freeze, "lib/rtm/activerecord/literal_index.rb".freeze, "lib/rtm/activerecord/locators.rb".freeze, "lib/rtm/activerecord/merging.rb".freeze, "lib/rtm/activerecord/name_variant_occurrence.rb".freeze, "lib/rtm/activerecord/persistent_code_output.rb".freeze, "lib/rtm/activerecord/quaaxtm2rtm.rb".freeze, "lib/rtm/activerecord/quaaxtm2rtmviews.rb".freeze, "lib/rtm/activerecord/set_wrapper.rb".freeze, "lib/rtm/activerecord/sugar/association/hash_access.rb".freeze, "lib/rtm/activerecord/sugar/role/counterparts.rb".freeze, "lib/rtm/activerecord/sugar/topic/characteristics.rb".freeze, "lib/rtm/activerecord/sugar/topic/counterparts.rb".freeze, "lib/rtm/activerecord/sugar/topic/hash_access.rb".freeze, "lib/rtm/activerecord/sugar/topic/identifier_direct.rb".freeze, "lib/rtm/activerecord/sugar/topic/predefined_associations.rb".freeze, "lib/rtm/activerecord/tm_construct.rb".freeze, "lib/rtm/activerecord/tm_delegator.rb".freeze, "lib/rtm/activerecord/tm_set_delegator.rb".freeze, "lib/rtm/activerecord/tmdm.rb".freeze, "lib/rtm/activerecord/topic.rb".freeze, "lib/rtm/activerecord/topic_map.rb".freeze, "lib/rtm/activerecord/traverse_associations.rb".freeze] s.homepage = "http://rtm.topicmapslab.de/".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Ruby Topic Maps: Active Record Backend".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0.2.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 2.3.5".freeze]) s.add_runtime_dependency(%q.freeze, [">= 2.3.5".freeze]) end