Sha256: b49afb1baeb084b1322c0e6ef675305ebbe8bd43d9bd8314412ab5ce6778bf62

Contents?: true

Size: 1.25 KB

Versions: 24

Compression:

Stored size: 1.25 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     = "Apache-2.0"
  s.required_ruby_version = ">= 2.7"

  s.add_runtime_dependency 'typhoeus', '~> 1.4.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', '~> 3.14'
  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 'rake-release', '~> 1.3'
  s.add_development_dependency 'pry', '~> 0.14'

  s.files         = `git ls-files -z`.split("\x0").reject do |f|
    f.match(%r{^(sample-apps)/})
  end
  s.test_files    = `find spec/*`.split("\n")
  s.executables   = []
  s.require_paths = ["lib"]
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
hubspot-api-client-19.0.0 hubspot-api-client.gemspec
hubspot-api-client-18.0.0 hubspot-api-client.gemspec
hubspot-api-client-17.2.0 hubspot-api-client.gemspec
hubspot-api-client-17.1.1 hubspot-api-client.gemspec
hubspot-api-client-17.1.0 hubspot-api-client.gemspec
hubspot-api-client-17.0.0 hubspot-api-client.gemspec
hubspot-api-client-17.0.0.pre.beta.4 hubspot-api-client.gemspec
hubspot-api-client-17.0.0.pre.beta.3 hubspot-api-client.gemspec
hubspot-api-client-17.0.0.pre.beta.2 hubspot-api-client.gemspec
hubspot-api-client-17.0.0.pre.beta.1 hubspot-api-client.gemspec
hubspot-api-client-16.4.0 hubspot-api-client.gemspec
hubspot-api-client-16.3.0 hubspot-api-client.gemspec
hubspot-api-client-16.2.1 hubspot-api-client.gemspec
hubspot-api-client-16.2.0 hubspot-api-client.gemspec
hubspot-api-client-16.1.1 hubspot-api-client.gemspec
hubspot-api-client-16.1.0 hubspot-api-client.gemspec
hubspot-api-client-16.0.4 hubspot-api-client.gemspec
hubspot-api-client-16.0.3 hubspot-api-client.gemspec
hubspot-api-client-16.0.2 hubspot-api-client.gemspec
hubspot-api-client-16.0.1 hubspot-api-client.gemspec