1
0
Fork 0
mirror of https://github.com/jnunemaker/httparty synced 2023-03-27 23:23:07 -04:00
Commit graph

19 commits

Author SHA1 Message Date
Nikita Misharin
54b7949b91
Normalize urls with URI adapter to allow International Domain Names support (#668)
* Normalize urls with URI adapter to allow idns support

* Fix normalization update specs
2019-08-30 17:27:59 +03:00
Nikita Misharin
290aa62c33
[WIP] Fix encoding of streamed chunk (#644)
* Fix encoding of streamed chunk

* Explicitly add pry

* Remove global variables
2019-02-11 17:49:30 +04:00
Jon Hope
647dbb69a5 Replaces Fakeweb with Webmock in tests.
Fakeweb hasn't had a release in years and sadly no longer appears to be
maintained. As a result tests are failing on more modern Rubies (2.4.x).
This change replaces Fakeweb with Webmock, which is actively maintained.
2017-06-03 22:25:10 +01:00
Michael Stock
25f7fb408e Upgrade RSpec to 3.4 and Cucumber to 2.3
More information about what's new in RSpec 3.4 can be found at:
http://rspec.info/blog/2015/11/rspec-3-4-has-been-released/
2016-02-03 22:28:17 -08:00
Ruslan Korolev
d613177f2b fix bin/httparty + cucumber tests for it 2014-12-17 18:43:09 +03:00
Michael Stock
a394cd28a8 Bump RSpec from 1.3 to 3.1
- Update spec_helper
- Update rake task for running specs
2014-12-06 16:10:24 -08:00
Ruslan Korolev
b9ffdc1607 bump fakeweb gem to 1.3 2014-12-01 15:52:26 +03:00
Ruslan Korolev
b69f3cb0cd add code coverage 2014-11-28 18:06:18 +03:00
Chris Caselas
1f7ab6a120 Replace multi_json gem with stdlib JSON.
As of June 2013, multi_json will no longer be maintained.
2013-06-14 13:24:45 -07:00
John Nunemaker
e7bff58fd7 Fix rubygems deprecation warning in gemfile. 2013-04-10 09:35:48 -04:00
John Nunemaker
7717c306fd Require newer multi json for tests. 2012-04-21 17:54:05 -04:00
John Nunemaker
56e298afac Unlock rake version. 2012-04-16 00:24:23 -04:00
John Nunemaker
83316de971 Ensure that guard isn't installed on travis. 2012-04-15 23:18:23 -04:00
John Nunemaker
828dd369f9 Add guard. 2012-04-15 22:21:03 -04:00
John Nunemaker
971e1d150f You can now party without crack. 2011-09-13 12:29:26 -04:00
John Nunemaker
72886bc88d Added rake to gemfile. 2011-06-06 19:21:49 -04:00
Sandro Turriate
802a4edddd Clean up gemspec 2011-01-20 01:41:37 -05:00
Sandro Turriate
a51ce5714e Ruby 1.9.2 fixes
Closes gh-65
Closes gh-63
2011-01-19 16:46:59 -05:00
Sandro Turriate
e560758a58 Add bundler 2010-10-19 22:13:27 -04:00