Sha256: 4c766d9fc51e32bb5d51b6b349d94e704caed4167eb6ac037939992887aafeb1

Contents?: true

Size: 1.05 KB

Versions: 1

Compression:

Stored size: 1.05 KB

Contents

Gem::Specification.new do |s|
    s.name = "restclient"
    s.version = "1.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.homepage = "http://rest-client.heroku.com/"
    s.has_rdoc = true
    s.platform = Gem::Platform::RUBY
    s.files = %w(Rakefile README.rdoc restclient.gemspec
                 lib/restclient.rb
                 lib/restclient/request.rb lib/restclient/response.rb
                 lib/restclient/exceptions.rb lib/restclient/resource.rb
                 lib/restclient/multipart.rb lib/restclient/mixin/response.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

1 entries across 1 versions & 1 rubygems

Version Path
markdillon-restclient-1.1 restclient.gemspec