# -*- encoding: utf-8 -*- # stub: pipedrive_ruby 1.0.1.pre15 ruby lib Gem::Specification.new do |s| s.name = "pipedrive_ruby".freeze s.version = "1.0.1.pre15".freeze s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Felipe Borges Ferreira".freeze] s.bindir = "exe".freeze s.date = "2016-07-21" s.description = "Gem for use Pipedrive API for multiple tokens.".freeze s.email = ["lypborges@gmail.com".freeze] s.files = [".codeclimate.yml".freeze, ".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".travis.yml".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "Guardfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "doc/Activities.html".freeze, "doc/ActivitiesFields.html".freeze, "doc/ActivitiesTypes.html".freeze, "doc/Authorizations.html".freeze, "doc/Currencies.html".freeze, "doc/DealsFields.html".freeze, "doc/EmailMessages.html".freeze, "doc/EmailThreads.html".freeze, "doc/Estages.html".freeze, "doc/Files.html".freeze, "doc/Filters.html".freeze, "doc/GlobalMessages.html".freeze, "doc/Goals.html".freeze, "doc/NoteFields.html".freeze, "doc/Notes.html".freeze, "doc/OrganizationFields.html".freeze, "doc/OrganizationRelationships.html".freeze, "doc/PermissionSets.html".freeze, "doc/PersonFields.html".freeze, "doc/Persons.html".freeze, "doc/PipedriveRuby.html".freeze, "doc/PipedriveRuby/Activities.html".freeze, "doc/PipedriveRuby/ActivitiesFields.html".freeze, "doc/PipedriveRuby/ActivitiesTypes.html".freeze, "doc/PipedriveRuby/ActivityFields.html".freeze, "doc/PipedriveRuby/ActivityTypes.html".freeze, "doc/PipedriveRuby/Authorizations.html".freeze, "doc/PipedriveRuby/Base.html".freeze, "doc/PipedriveRuby/Currencies.html".freeze, "doc/PipedriveRuby/DealFields.html".freeze, "doc/PipedriveRuby/Deals.html".freeze, "doc/PipedriveRuby/HttpFactory.html".freeze, "doc/PipedriveRuby/Organizations.html".freeze, "doc/PipedriveRuby/PipedriveClient.html".freeze, "doc/PipedriveRuby/Products.html".freeze, "doc/PipedriveRuby/PushNotifications.html".freeze, "doc/PipedriveRuby/Recents.html".freeze, "doc/PipedriveRuby/SearchResults.html".freeze, "doc/PipedriveRuby/UserConnections.html".freeze, "doc/PipedriveRuby/UserSettings.html".freeze, "doc/Pipelines.html".freeze, "doc/ProductFields.html".freeze, "doc/Products.html".freeze, "doc/PushNotifications.html".freeze, "doc/Recent.html".freeze, "doc/Roles.html".freeze, "doc/SearchResults.html".freeze, "doc/UserConnections.html".freeze, "doc/UserSettings.html".freeze, "doc/Users.html".freeze, "doc/_index.html".freeze, "doc/class_list.html".freeze, "doc/css/common.css".freeze, "doc/css/full_list.css".freeze, "doc/css/style.css".freeze, "doc/file.README.html".freeze, "doc/file_list.html".freeze, "doc/frames.html".freeze, "doc/index.html".freeze, "doc/js/app.js".freeze, "doc/js/full_list.js".freeze, "doc/js/jquery.js".freeze, "doc/method_list.html".freeze, "doc/top-level-namespace.html".freeze, "lib/http_factory.rb".freeze, "lib/pipedrive_client.rb".freeze, "lib/pipedrive_ruby.rb".freeze, "lib/pipedrive_ruby/version.rb".freeze, "lib/resources/activities.rb".freeze, "lib/resources/activitiy_fields.rb".freeze, "lib/resources/activity_types.rb".freeze, "lib/resources/authorizations.rb".freeze, "lib/resources/base.rb".freeze, "lib/resources/currencies.rb".freeze, "lib/resources/deal_fields.rb".freeze, "lib/resources/deals.rb".freeze, "lib/resources/email_messages.rb".freeze, "lib/resources/email_threads.rb".freeze, "lib/resources/files.rb".freeze, "lib/resources/filters.rb".freeze, "lib/resources/global_messages.rb".freeze, "lib/resources/goals.rb".freeze, "lib/resources/note_fields.rb".freeze, "lib/resources/notes.rb".freeze, "lib/resources/organization_fields.rb".freeze, "lib/resources/organization_relationships.rb".freeze, "lib/resources/organizations.rb".freeze, "lib/resources/permission_sets.rb".freeze, "lib/resources/person_fields.rb".freeze, "lib/resources/persons.rb".freeze, "lib/resources/pipelines.rb".freeze, "lib/resources/product_fields.rb".freeze, "lib/resources/products.rb".freeze, "lib/resources/push_notifications.rb".freeze, "lib/resources/recents.rb".freeze, "lib/resources/roles.rb".freeze, "lib/resources/search_results.rb".freeze, "lib/resources/stages.rb".freeze, "lib/resources/user_connections.rb".freeze, "lib/resources/user_settings.rb".freeze, "lib/resources/users.rb".freeze, "pipedrive_ruby.gemspec".freeze] s.homepage = "https://github.com/lypborges/pipedrive_ruby".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Wrapper for Pipedrive API call.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.12".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 9.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.6".freeze]) end