# -*- encoding: utf-8 -*- # stub: sweettooth 1.0.0 ruby lib Gem::Specification.new do |s| s.name = "sweettooth".freeze s.version = "1.0.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 = ["Bill Curtis".freeze] s.date = "2014-01-17" s.description = "Sweet Tooth is the easiest way to create powerful customer loyalty programs for your business. See https://www.sweettoothrewards.com for details.".freeze s.email = ["wcurtis@sweettoothhq.com".freeze] s.files = [".gitignore".freeze, "CONTRIBUTORS".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "gemfiles/default-with-activesupport.gemfile".freeze, "gemfiles/json.gemfile".freeze, "gemfiles/yajl.gemfile".freeze, "lib/sweettooth.rb".freeze, "lib/sweettooth/account.rb".freeze, "lib/sweettooth/activity.rb".freeze, "lib/sweettooth/api_operations/create.rb".freeze, "lib/sweettooth/api_operations/delete.rb".freeze, "lib/sweettooth/api_operations/list.rb".freeze, "lib/sweettooth/api_operations/update.rb".freeze, "lib/sweettooth/api_resource.rb".freeze, "lib/sweettooth/collection_object.rb".freeze, "lib/sweettooth/customer.rb".freeze, "lib/sweettooth/errors/api_connection_error.rb".freeze, "lib/sweettooth/errors/api_error.rb".freeze, "lib/sweettooth/errors/authentication_error.rb".freeze, "lib/sweettooth/errors/invalid_request_error.rb".freeze, "lib/sweettooth/errors/sweettooth_error.rb".freeze, "lib/sweettooth/json.rb".freeze, "lib/sweettooth/redemption.rb".freeze, "lib/sweettooth/redemption_option.rb".freeze, "lib/sweettooth/singleton_api_resource.rb".freeze, "lib/sweettooth/sweettooth_object.rb".freeze, "lib/sweettooth/util.rb".freeze, "lib/sweettooth/version.rb".freeze, "sweettooth.gemspec".freeze, "test/sweettooth/activity_test.rb".freeze, "test/sweettooth/customer_test.rb".freeze, "test/sweettooth/redemption_option_test.rb".freeze, "test/sweettooth/redemption_test.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "https://www.sweettoothrewards.com/api".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Ruby bindings for the Sweet Tooth API".freeze s.test_files = ["test/sweettooth/activity_test.rb".freeze, "test/sweettooth/customer_test.rb".freeze, "test/sweettooth/redemption_option_test.rb".freeze, "test/sweettooth/redemption_test.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.25".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.0.4".freeze, "< 2".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.13.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.4.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end