# -*- encoding: utf-8 -*- # stub: ixtlan-babel 0.3.1 ruby lib Gem::Specification.new do |s| s.name = "ixtlan-babel".freeze s.version = "0.3.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Christian Meier".freeze] s.date = "2013-01-28" s.description = "babel offers a filter for hashes and with that comes json/yaml/xml de/serialization of models which provides a hash representationi. possible models are activerecord, activemodel, resources from datamapper, virtus".freeze s.email = ["m.kristian@web.de".freeze] s.files = ["Gemfile".freeze, "MIT-LICENSE".freeze, "README.md".freeze, "lib/ixtlan-babel.rb".freeze, "lib/ixtlan/babel/abstract_filter.rb".freeze, "lib/ixtlan/babel/abstract_filter.rb~".freeze, "lib/ixtlan/babel/config.rb~".freeze, "lib/ixtlan/babel/context.rb".freeze, "lib/ixtlan/babel/context.rb~".freeze, "lib/ixtlan/babel/deserializer.rb".freeze, "lib/ixtlan/babel/factory.rb".freeze, "lib/ixtlan/babel/filter_config.rb".freeze, "lib/ixtlan/babel/filter_config.rb~".freeze, "lib/ixtlan/babel/hash_filter.rb".freeze, "lib/ixtlan/babel/hash_filter.rb-".freeze, "lib/ixtlan/babel/hash_filter.rb~".freeze, "lib/ixtlan/babel/hash_only_filter.rb~".freeze, "lib/ixtlan/babel/model_filter.rb".freeze, "lib/ixtlan/babel/model_filter.rb~".freeze, "lib/ixtlan/babel/no_timestamp_serializer.rb".freeze, "lib/ixtlan/babel/params_filter.rb".freeze, "lib/ixtlan/babel/params_filter.rb~".freeze, "lib/ixtlan/babel/serializer.rb".freeze, "spec/hash_filter_spec.rb".freeze, "spec/hash_filter_spec.rb~".freeze, "spec/model_filter_spec.rb".freeze, "spec/model_filter_spec.rb~".freeze, "spec/model_filter_with_methods.spec.rb~".freeze, "spec/model_filter_with_methods_spec.rb".freeze, "spec/model_filter_with_methods_spec.rb~".freeze, "spec/params_filter_spec.rb".freeze, "spec/params_filter_spec.rb~".freeze, "spec/spec_helper.rb".freeze] s.homepage = "https://github.com/mkristian/ixtlan-babel".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "babel offers a filter for hashes and with that comes json/yaml/xml de/serialization of models which provides a hash representation".freeze s.test_files = ["spec/model_filter_spec.rb".freeze, "spec/params_filter_spec.rb".freeze, "spec/hash_filter_spec.rb".freeze, "spec/model_filter_with_methods_spec.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q.freeze, ["~> 10.0.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.0.7".freeze]) s.add_development_dependency(%q.freeze, ["~> 4.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.5.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.7".freeze]) end