# -*- encoding: utf-8 -*-
# stub: nullstyle-ruby-satisfaction 0.4.0 ruby lib

Gem::Specification.new do |s|
  s.name = "nullstyle-ruby-satisfaction".freeze
  s.version = "0.4.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 = ["Scott Fleckenstein".freeze, "Josh Nichols".freeze, "Pius Uzamere".freeze]
  s.date = "2009-07-10"
  s.description = "Ruby interface to Get Satisfaction".freeze
  s.email = "scott@getsatisfaction.com".freeze
  s.extra_rdoc_files = ["README.txt".freeze]
  s.files = [".gitignore".freeze, "CONTRIBUTORS.txt".freeze, "License.txt".freeze, "README.txt".freeze, "Rakefile".freeze, "VERSION.yml".freeze, "init.rb".freeze, "lib/satisfaction.rb".freeze, "lib/satisfaction/associations.rb".freeze, "lib/satisfaction/cache/hash.rb".freeze, "lib/satisfaction/cache/memcache.rb".freeze, "lib/satisfaction/company.rb".freeze, "lib/satisfaction/external_dependencies.rb".freeze, "lib/satisfaction/has_satisfaction.rb".freeze, "lib/satisfaction/identity_map.rb".freeze, "lib/satisfaction/loader.rb".freeze, "lib/satisfaction/person.rb".freeze, "lib/satisfaction/product.rb".freeze, "lib/satisfaction/reply.rb".freeze, "lib/satisfaction/resource.rb".freeze, "lib/satisfaction/resource/attributes.rb".freeze, "lib/satisfaction/tag.rb".freeze, "lib/satisfaction/topic.rb".freeze, "lib/satisfaction/util.rb".freeze, "ruby-satisfaction.gemspec".freeze, "spec/company_spec.rb".freeze, "spec/identity_map_spec.rb".freeze, "spec/spec_helper.rb".freeze]
  s.homepage = "http://github.com/nullstyle/ruby-satisfaction".freeze
  s.rdoc_options = ["--charset=UTF-8".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Ruby interface to Get Satisfaction".freeze
  s.test_files = ["spec/company_spec.rb".freeze, "spec/identity_map_spec.rb".freeze, "spec/spec_helper.rb".freeze]

  s.specification_version = 3

  s.add_runtime_dependency(%q<memcache-client>.freeze, [">= 1.5.0".freeze])
  s.add_runtime_dependency(%q<oauth>.freeze, [">= 0.3.5".freeze])
  s.add_runtime_dependency(%q<activesupport>.freeze, [">= 2.3.2".freeze])
end