# -*- encoding: utf-8 -*- # stub: rdstation-ruby-client 2.1.0 ruby lib Gem::Specification.new do |s| s.name = "rdstation-ruby-client".freeze s.version = "2.1.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 = ["Paulo L F Casaretto".freeze] s.date = "2019-05-15" s.description = "Ruby API wrapper for RD Station".freeze s.email = ["paulo.casaretto@resultadosdigitais.com.br".freeze] s.files = [".circleci/config.yml".freeze, ".github/ISSUE_TEMPLATE/rdsm-ruby-client-issue-template.md".freeze, ".gitignore".freeze, ".rspec".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "lib/rdstation-ruby-client.rb".freeze, "lib/rdstation/api_response.rb".freeze, "lib/rdstation/authentication.rb".freeze, "lib/rdstation/authorization_header.rb".freeze, "lib/rdstation/client.rb".freeze, "lib/rdstation/contacts.rb".freeze, "lib/rdstation/error.rb".freeze, "lib/rdstation/error/format.rb".freeze, "lib/rdstation/error/formatter.rb".freeze, "lib/rdstation/error_handler.rb".freeze, "lib/rdstation/error_handler/bad_request.rb".freeze, "lib/rdstation/error_handler/conflicting_field.rb".freeze, "lib/rdstation/error_handler/expired_access_token.rb".freeze, "lib/rdstation/error_handler/expired_code_grant.rb".freeze, "lib/rdstation/error_handler/invalid_credentials.rb".freeze, "lib/rdstation/error_handler/invalid_event_type.rb".freeze, "lib/rdstation/error_handler/unauthorized.rb".freeze, "lib/rdstation/events.rb".freeze, "lib/rdstation/fields.rb".freeze, "lib/rdstation/version.rb".freeze, "lib/rdstation/webhooks.rb".freeze, "rdstation-ruby-client.gemspec".freeze, "spec/lib/rdstation-ruby-client_spec.rb".freeze, "spec/lib/rdstation/authentication_spec.rb".freeze, "spec/lib/rdstation/authorization_header_spec.rb".freeze, "spec/lib/rdstation/client_spec.rb".freeze, "spec/lib/rdstation/contacts_spec.rb".freeze, "spec/lib/rdstation/error/format_spec.rb".freeze, "spec/lib/rdstation/error/formatter_spec.rb".freeze, "spec/lib/rdstation/error_handler/conflicting_field_spec.rb".freeze, "spec/lib/rdstation/error_handler/expired_access_token_spec.rb".freeze, "spec/lib/rdstation/error_handler/expired_code_grant_spec.rb".freeze, "spec/lib/rdstation/error_handler/invalid_credentials_spec.rb".freeze, "spec/lib/rdstation/error_handler/invalid_event_type_spec.rb".freeze, "spec/lib/rdstation/error_handler/unauthorized_spec.rb".freeze, "spec/lib/rdstation/error_handler_spec.rb".freeze, "spec/lib/rdstation/error_spec.rb".freeze, "spec/lib/rdstation/events_spec.rb".freeze, "spec/lib/rdstation/fields_spec.rb".freeze, "spec/lib/rdstation/webhooks_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://resultadosdigitais.com.br".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.0.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Ruby API wrapper for RD Station".freeze s.test_files = ["spec/lib/rdstation-ruby-client_spec.rb".freeze, "spec/lib/rdstation/authentication_spec.rb".freeze, "spec/lib/rdstation/authorization_header_spec.rb".freeze, "spec/lib/rdstation/client_spec.rb".freeze, "spec/lib/rdstation/contacts_spec.rb".freeze, "spec/lib/rdstation/error/format_spec.rb".freeze, "spec/lib/rdstation/error/formatter_spec.rb".freeze, "spec/lib/rdstation/error_handler/conflicting_field_spec.rb".freeze, "spec/lib/rdstation/error_handler/expired_access_token_spec.rb".freeze, "spec/lib/rdstation/error_handler/expired_code_grant_spec.rb".freeze, "spec/lib/rdstation/error_handler/invalid_credentials_spec.rb".freeze, "spec/lib/rdstation/error_handler/invalid_event_type_spec.rb".freeze, "spec/lib/rdstation/error_handler/unauthorized_spec.rb".freeze, "spec/lib/rdstation/error_handler_spec.rb".freeze, "spec/lib/rdstation/error_spec.rb".freeze, "spec/lib/rdstation/events_spec.rb".freeze, "spec/lib/rdstation/fields_spec.rb".freeze, "spec/lib/rdstation/webhooks_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.1".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.12".freeze]) end