Sha256: 23148cdd036c86df10ff64aac2431f7261519985b0faf695b115b1d65478592a

Contents?: true

Size: 1008 Bytes

Versions: 15

Compression:

Stored size: 1008 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "httparty/version"

Gem::Specification.new do |s|
  s.name        = "httparty"
  s.version     = HTTParty::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["John Nunemaker", "Sandro Turriate"]
  s.email       = ["nunemaker@gmail.com"]
  s.homepage    = "http://jnunemaker.github.com/httparty"
  s.summary     = %q{Makes http fun! Also, makes consuming restful web services dead easy.}
  s.description = %q{Makes http fun! Also, makes consuming restful web services dead easy.}

  s.required_ruby_version     = '>= 1.9.3'

  s.add_dependency 'json',      "~> 1.8"
  s.add_dependency 'multi_xml', ">= 0.5.2"

  s.post_install_message = "When you HTTParty, you must party hard!"

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]
end

Version data entries

15 entries across 14 versions & 4 rubygems

Version Path
alloy_sdk-0.1.0 vendor/bundle/ruby/3.0.0/gems/httparty-0.13.1/httparty.gemspec
alloy_sdk-0.1.0 vendor/bundle/ruby/2.6.0/gems/httparty-0.13.1/httparty.gemspec
allegro_api_client-0.0.9 gems/ruby/2.1.0/gems/httparty-0.13.1/httparty.gemspec
allegro_api_client-0.0.8 gems/ruby/2.1.0/gems/httparty-0.13.1/httparty.gemspec
allegro_api_client-0.0.7 gems/ruby/2.1.0/gems/httparty-0.13.1/httparty.gemspec
asana2flowdock-1.0.0 vendor/bundle/ruby/1.9.1/gems/httparty-0.13.1/httparty.gemspec
allegro_api_client-0.0.6 gems/ruby/2.1.0/gems/httparty-0.13.1/httparty.gemspec
allegro_api_client-0.0.5 gems/ruby/2.1.0/gems/httparty-0.13.1/httparty.gemspec
allegro_api_client-0.0.4 gems/ruby/2.1.0/gems/httparty-0.13.1/httparty.gemspec
allegro_api_client-0.0.3 gems/ruby/2.1.0/gems/httparty-0.13.1/httparty.gemspec
allegro_api_client-0.0.2 gems/ruby/2.1.0/gems/httparty-0.13.1/httparty.gemspec
allegro_api_client-0.0.1 gems/ruby/2.1.0/gems/httparty-0.13.1/httparty.gemspec
httparty-0.13.1 httparty.gemspec
httparty-0.13.0 httparty.gemspec
httparty-0.12.0 httparty.gemspec