Sha256: 5a2320c604aeaeaf368374d04e10b2995c948a8507028e8b195eb370935aeca2

Contents?: true

Size: 1.21 KB

Versions: 22

Compression:

Stored size: 1.21 KB

Contents

$:.push File.expand_path("../lib", __FILE__)
require "hubspot/version"

Gem::Specification.new do |s|
  s.name        = "hubspot-api-client"
  s.version     = Hubspot::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["HubSpot"]
  s.email       = [""]
  s.homepage    = "https://github.com/HubSpot/hubspot-api-ruby"
  s.summary     = "HubSpot Ruby API Gem"
  s.description = "HubSpot Ruby API client"
  s.license     = "Unlicense"
  s.required_ruby_version = ">= 1.9"

  s.add_runtime_dependency 'faraday', '>= 0.14.0'
  s.add_runtime_dependency 'json', '~> 2.1', '>= 2.1.0'

  s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'
  s.add_development_dependency 'vcr', '~> 3.0', '>= 3.0.1'
  s.add_development_dependency 'webmock', '~> 1.24', '>= 1.24.3'
  s.add_development_dependency 'autotest', '~> 4.4', '>= 4.4.6'
  s.add_development_dependency 'autotest-rails-pure', '~> 4.1', '>= 4.1.2'
  s.add_development_dependency 'autotest-growl', '~> 0.2', '>= 0.2.16'
  s.add_development_dependency 'autotest-fsevent', '~> 0.2', '>= 0.2.12'

  s.files         = `find *`.split("\n").uniq.sort.select { |f| !f.empty? }
  s.test_files    = `find spec/*`.split("\n")
  s.executables   = []
  s.require_paths = ["lib"]
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
hubspot-api-client-9.0.0 hubspot-api-client.gemspec
hubspot-api-client-8.0.1 hubspot-api-client.gemspec
hubspot-api-client-8.0.0 hubspot-api-client.gemspec
hubspot-api-client-7.3.0 hubspot-api-client.gemspec
hubspot-api-client-7.2.0 hubspot-api-client.gemspec
hubspot-api-client-7.1.1 hubspot-api-client.gemspec
hubspot-api-client-7.1.0 hubspot-api-client.gemspec
hubspot-api-client-7.0.0 hubspot-api-client.gemspec
hubspot-api-client-6.0.0 hubspot-api-client.gemspec
hubspot-api-client-5.0.0 hubspot-api-client.gemspec
hubspot-api-client-4.0.0 hubspot-api-client.gemspec
hubspot-api-client-3.3.0 hubspot-api-client.gemspec
hubspot-api-client-3.2.0 hubspot-api-client.gemspec
hubspot-api-client-3.1.1 hubspot-api-client.gemspec
hubspot-api-client-3.1.0.pre.beta hubspot-api-client.gemspec
hubspot-api-client-3.0.0.pre.beta hubspot-api-client.gemspec
hubspot-api-client-2.3.2 hubspot-api-client.gemspec
hubspot-api-client-2.3.1 hubspot-api-client.gemspec
hubspot-api-client-2.2.0 hubspot-api-client.gemspec
hubspot-api-client-2.1.0 hubspot-api-client.gemspec