Sha256: ef77cd9b00e5bb4ff55eae144878864dea631e5c1b06f8d35da63f97f1b98856

Contents?: true

Size: 1.25 KB

Versions: 39

Compression:

Stored size: 1.25 KB

Contents

# -*- encoding: utf-8 -*-

require File.expand_path('../lib/restclient/version', __FILE__)

Gem::Specification.new do |s|
  s.name = 'rest-client'
  s.version = RestClient::VERSION
  s.authors = ['REST Client Team']
  s.description = 'A simple HTTP and REST client for Ruby, inspired by the Sinatra microframework style of specifying actions: get, put, post, delete.'
  s.license = 'MIT'
  s.email = 'rest.client@librelist.com'
  s.executables = ['restclient']
  s.extra_rdoc_files = ['README.md', 'history.md']
  s.files = `git ls-files -z`.split("\0")
  s.test_files = `git ls-files -z spec/`.split("\0")
  s.homepage = 'https://github.com/rest-client/rest-client'
  s.summary = 'Simple HTTP and REST client for Ruby, inspired by microframework syntax for specifying actions.'

  s.add_development_dependency('webmock', '~> 2.0')
  s.add_development_dependency('rspec', '~> 3.0')
  s.add_development_dependency('pry', '~> 0')
  s.add_development_dependency('pry-doc', '~> 0')
  s.add_development_dependency('rdoc', '>= 2.4.2', '< 6.0')
  s.add_development_dependency('rubocop', '~> 0')

  s.add_dependency('http-cookie', '>= 1.0.2', '< 2.0')
  s.add_dependency('mime-types', '>= 1.16', '< 4.0')
  s.add_dependency('netrc', '~> 0.8')

  s.required_ruby_version = '>= 2.0.0'
end

Version data entries

39 entries across 32 versions & 3 rubygems

Version Path
vagrant-unbundled-2.2.10.0 vendor/bundle/ruby/2.7.0/gems/rest-client-2.0.2/rest-client.gemspec
vagrant-unbundled-2.2.9.0 vendor/bundle/ruby/2.7.0/gems/rest-client-2.0.2/rest-client.gemspec
vagrant-unbundled-2.2.8.0 vendor/bundle/ruby/2.7.0/gems/rest-client-2.0.2/rest-client.gemspec
vagrant-unbundled-2.2.7.0 vendor/bundle/ruby/2.7.0/gems/rest-client-2.0.2/rest-client.gemspec
vagrant-unbundled-2.2.7.0 vendor/bundle/ruby/2.6.0/gems/rest-client-2.0.2/rest-client.gemspec
vagrant-unbundled-2.2.7.0 vendor/bundle/ruby/2.4.0/gems/rest-client-2.0.2/rest-client.gemspec
vagrant-unbundled-2.2.6.2 vendor/bundle/ruby/2.6.0/gems/rest-client-2.0.2/rest-client.gemspec
vagrant-unbundled-2.2.6.1 vendor/bundle/ruby/2.6.0/gems/rest-client-2.0.2/rest-client.gemspec
vagrant-unbundled-2.2.6.0 vendor/bundle/ruby/2.6.0/gems/rest-client-2.0.2/rest-client.gemspec
vagrant-unbundled-2.2.5.0 vendor/bundle/ruby/2.6.0/gems/rest-client-2.0.2/rest-client.gemspec
vagrant-unbundled-2.2.5.0 vendor/bundle/ruby/2.5.0/gems/rest-client-2.0.2/rest-client.gemspec
vagrant-unbundled-2.2.4.0 vendor/bundle/ruby/2.6.0/gems/rest-client-2.0.2/rest-client.gemspec
vagrant-unbundled-2.2.4.0 vendor/bundle/ruby/2.5.0/gems/rest-client-2.0.2/rest-client.gemspec
vagrant-unbundled-2.2.3.0 vendor/bundle/ruby/2.5.0/gems/rest-client-2.0.2/rest-client.gemspec
vagrant-unbundled-2.2.2.0 vendor/bundle/ruby/2.5.0/gems/rest-client-2.0.2/rest-client.gemspec
vagrant-unbundled-2.2.0.0 vendor/bundle/ruby/2.5.0/gems/rest-client-2.0.2/rest-client.gemspec
vagrant-unbundled-2.1.4.0 vendor/bundle/ruby/2.5.0/gems/rest-client-2.0.2/rest-client.gemspec
vagrant-unbundled-2.1.2.0 vendor/bundle/ruby/2.3.0/gems/rest-client-2.0.2/rest-client.gemspec
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/gems/rest-client-2.0.2/rest-client.gemspec
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/rest-client-2.0.2/rest-client.gemspec