Sha256: 63cafbc58f0ce47144a448ca32a68602a148120e48793e807d2fc5eb15592d32

Contents?: true

Size: 1.03 KB

Versions: 2

Compression:

Stored size: 1.03 KB

Contents

Gem::Specification.new do |s|
    s.name = "rest-client"
    s.version = "0.9.1"
    s.summary = "Simple REST client for Ruby, inspired by microframework syntax for specifying actions."
    s.description = "A simple REST client for Ruby, inspired by the Sinatra microframework style of specifying actions: get, put, post, delete."
    s.author = "Adam Wiggins"
    s.email = "adam@heroku.com"
    s.rubyforge_project = "rest-client"
    s.homepage = "http://rest-client.heroku.com/"
    s.has_rdoc = true
    s.platform = Gem::Platform::RUBY
    s.files = %w(Rakefile README.rdoc rest-client.gemspec
                 lib/rest_client.rb lib/restclient.rb
                 lib/restclient/request.rb lib/restclient/response.rb
                 lib/restclient/exceptions.rb lib/restclient/resource.rb
                 spec/base.rb spec/request_spec.rb spec/response_spec.rb
                 spec/exceptions_spec.rb spec/resource_spec.rb spec/restclient_spec.rb
                 bin/restclient)
    s.executables = ['restclient']
    s.require_path = "lib"
end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
adamwiggins-rest-client-0.9.1 rest-client.gemspec
cryx-rest-client-0.9.1 rest-client.gemspec