1
0
Fork 0
mirror of https://github.com/rest-client/rest-client.git synced 2022-11-09 13:49:40 -05:00
Commit graph

40 commits

Author SHA1 Message Date
Larry Gilbert
82b2394cf1 Update Rakefile tasks for RDoc and RSpec; update dependencies in gemspec 2014-02-04 22:38:34 -08:00
Larry Gilbert
af25689658 Move rspec options to .rspec file; add randomization
(cherry picked from commit 6bd7793c3c)

Conflicts:
	Rakefile
2014-01-24 19:13:21 -08:00
Lee Jarvis
9c423d1453 remove support for jeweler
Remove all support and development dependency for jeweler.
Instead optionally load bundler tasks for installing locally
and releasing a gem, and leave managing the gemspec up to the
developers.

(cherry picked from commit ca52137496)

Conflicts:
	VERSION
	rest-client.gemspec
2013-10-30 13:09:55 -07:00
Matthew Manning
76963912eb Merge pull request #2 from witlessbird/fixes
A bunch of fixes, mostly to get rest-client working with recent dependencies and under 1.9.3
Conflicts:
	Rakefile
	rest-client.gemspec
	spec/request_spec.rb

(Cherry-picked from c1866d9f6a)
2013-10-30 13:02:25 -07:00
Julien Kirch
7202d2a5f8 regenerate gemspec with latest jeweler 2011-06-05 01:01:10 +02:00
Julien Kirch
29d307a956 Merge branch 'dbackeus-patch-1' into next
Conflicts:
	lib/restclient/abstract_response.rb
	rest-client.gemspec
2011-05-06 17:05:05 +02:00
Julien Kirch
ab1c9205af regenerate gemspec from jeweler 2010-09-22 18:24:43 +02:00
Braintree
9c81ee50a5 Fixed ssl verification to raise an exception when the ca certificate is incorrect. 2010-05-13 19:59:01 +02:00
Julien Kirch
b9d065ee88 Wrongly comitted a name change 2010-02-10 18:07:33 +01:00
Julien Kirch
1fba9eb8d8 Added dependencies to jeweller 2010-02-08 22:08:18 +01:00
Julien Kirch
7563fd5a88 Cleaner structure: Response is no more a String, and the mixin is replaced by an abstract_response 2010-01-25 22:15:18 +01:00
Julien Kirch
2abe1ea39b Another description update ... 2010-01-25 19:38:59 +01:00
Julien Kirch
00c40c526b another summary updated 2010-01-25 19:35:53 +01:00
Julien Kirch
d4b002476f Preparing 1.2.0 2010-01-03 22:36:54 +01:00
François Beausoleil
d3ab28688e Merge commit 'adamwiggins/multipart_streaming' into master
Conflicts:
	README.rdoc
	Rakefile
	lib/request_errors.rb
	lib/resource.rb
	lib/rest_client.rb
	lib/rest_client/request_errors.rb
	lib/rest_client/resource.rb
	lib/restclient/exceptions.rb
	lib/restclient/resource.rb
	rest-client.gemspec
	spec/base.rb
	spec/rest_client_spec.rb
2009-08-12 11:00:44 -04:00
Adam Wiggins
6e542547db use jeweler (v1.0.2) 2009-06-20 18:25:24 -07:00
Adam Wiggins
7abe01b16e v1.0.1 2009-06-05 16:42:36 -07:00
Adam Wiggins
fe05bb0bb7 v1.0 2009-05-28 19:02:21 -07:00
Adam Wiggins
3b01ab4733 v0.9.2 2009-03-12 17:13:38 -07:00
Adam Wiggins
f8dd948406 readme included in gem 2009-03-12 17:13:01 -07:00
Adam Wiggins
9525a9a147 v0.9 2009-01-24 17:14:52 -08:00
Adam Wiggins
74cd64d7a7 rdocs for the reorganized classes 2009-01-24 17:12:38 -08:00
Adam Wiggins
50eaad8cf7 v0.8.2 2008-12-03 00:57:20 -08:00
Adam Wiggins
51d55dc4ce gem v0.8.1 2008-11-18 15:08:19 -08:00
Adam Wiggins
b9b812f58a gem v0.8 2008-10-13 19:12:09 -07:00
Adam Wiggins
ff041a5e31 gem v0.7 2008-08-18 23:08:49 -07:00
bmizerany
6815ae2496 Multipart with Streaming 2008-08-03 14:42:29 -07:00
Adam Wiggins
05a9db2047 gem version 0.6.2 2008-08-01 11:50:15 -07:00
Adam Wiggins
2b7e53bf02 gem version 0.6.1 2008-08-01 11:42:27 -07:00
Adam Wiggins
4371c0ee49 gem version 0.6 2008-07-22 17:00:09 -07:00
bmizerany
7e3df03d65 Easy to use shell! 2008-07-07 20:04:22 -07:00
Adam Wiggins
5f27560185 gem version 0.5 2008-06-20 20:53:18 -07:00
Pedro Belo
b90383bd02 add color and format progress in the rake spec task 2008-06-20 18:55:05 -07:00
Adam Wiggins
7e162d784b gem version 0.3 2008-03-20 18:35:11 -07:00
Adam Wiggins
d484781d75 spec for no user/password on resource init 2008-03-10 18:30:14 -07:00
Adam Wiggins
d66eaab936 RestClient::Resource 2008-03-10 17:20:57 -07:00
Adam Wiggins
c1b242d3be link homepage 2008-03-09 13:42:44 -07:00
Adam Wiggins
15f58e67dd rdocs 2008-03-09 13:31:52 -07:00
Adam Wiggins
ba86257a41 gemspec 2008-03-07 22:18:28 -08:00
Adam Wiggins
71b61e8597 init 2008-03-07 17:07:17 -08:00