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

39 commits

Author SHA1 Message Date
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
John Nunemaker
ba57ec3447 Remove spec opts
Causing warnings and I dont feel like fixing it.
2014-10-22 10:31:39 -04:00
Kalman Hazins
5f9eedcfda Changing symbol syntax inside hashes - take 2 2014-05-15 16:45:32 -04:00
John Nunemaker
7feb0287a0 Remove bundler tasks. 2013-10-10 11:34:40 -04:00
John Nunemaker
720e96a608 Switch to bundler for release management and use hand made gemspec. 2011-04-16 14:43:20 -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
e303adc344 Update jeweler 2010-12-10 16:46:54 -05:00
Sandro Turriate
f74428396a Add Jeweler dev dependency 2010-10-19 22:12:41 -04:00
John Nunemaker
b033f5618d Update crack dependency and release 0.6.1. 2010-07-07 16:14:15 -04:00
Sandro Turriate
42fd390b7b Upgrade cucumber 2010-05-18 18:51:45 -04:00
Sandro Turriate
83a949421c Update crack to 0.1.7 - ISO 8601 date/time format 2010-05-18 11:26:10 -04:00
Sandro Turriate
710d030698 Upgrade rspec dependency 2010-05-08 00:49:44 -04:00
Sandro Turriate
27795a6c62 Update Crack to version 0.1.6
Crack now supports the VERSION constant so we no longer have to ask if
it exists before checking against it.
2010-01-31 17:37:53 -05:00
Sandro Turriate
f5358e221f Update version of Crack 2010-01-30 22:08:50 -05:00
Sandro Turriate
5e96290ee2 Remove dependency of rubygems
Closes gh-27
2010-01-30 22:08:29 -05:00
Sandro Turriate
045959d011 Yardoc Rake task 2010-01-24 23:27:27 -05:00
Sandro Turriate
ab20f20f21 Add httparty.rb to rdoc Rake task 2010-01-24 23:17:03 -05:00
Sandro Turriate
94601fe05e Add Gemcutter releases via Jeweler 2009-12-07 21:59:52 -05:00
Alex Vollmer
89af8a16e6 Updated Rakefile to include developer deps 2009-12-01 18:02:47 -05:00
Sandro Turriate
9900af3cf5 Fix indentation in Rakefile (alexvollmer) 2009-11-30 23:05:25 -05:00
Sandro Turriate
2acc891779 Update to latest version of rspec 2009-11-09 22:09:03 -05:00
John Nunemaker
12e312206b Updated rakefile to include sandro as author and rubyforge_project. 2009-09-15 09:11:14 -04:00
John Nunemaker
3509007215 Merge branch 'master' of github.com:jnunemaker/httparty 2009-09-15 09:09:09 -04:00
Sandro Turriate
fe529f9eb9 Specify version for rspec developer dependency 2009-09-12 23:11:02 -04:00
John Nunemaker
20def23021 Added summary so gemspec install works properly. 2009-09-09 00:07:48 -04:00
John Nunemaker
8c59ef5079 Updated to jeweler. yay! 2009-09-08 23:56:30 -04:00
Sandro Turriate
7461fe87b7 Change Rakefile to Unix format 2009-09-08 21:58:46 -04:00
John Nunemaker
515b3556d1 Added summary so gemspec install works properly. 2009-08-22 10:36:24 -04:00
John Nunemaker
ad7978f0a8 Updated to jeweler. yay! 2009-08-22 10:25:04 -04:00
John Nunemaker
67bb1b3296 Switched to crack rubyforge gem from jnunemaker-crack github gem as rubyforge project was finally approved. 2009-04-02 11:34:52 -04:00
John Nunemaker
690eeb81f5 Now using crack for xml and json parsing instead of bundling that in HTTParty. Hopefully panic will not ensue. 2009-03-29 00:30:05 -04:00
John Nunemaker
e5e3d54bbc JSON gem no longer dependency. Stole json decoding from ActiveSupport and bundled just that with HTTParty. 2009-01-31 00:33:45 -05:00
Don Petersen
2febfe3c83 Cucumber features and steps for most functionality as of the 0.2.8
version.  No features for the CLI yet.

Signed-off-by: John Nunemaker <nunemaker@gmail.com>
2009-01-29 17:12:03 +08:00
John Nunemaker
8a70a8ef40 Removed active support. Added json. Added some core extensions. 2008-12-06 22:47:39 -05:00
John Nunemaker
a53d70fee4 Added post install message back in. Yay for partying hard! 2008-12-05 17:15:09 -05:00
John Nunemaker
4a7f25d224 Moving to Echoe from newgem. 2008-12-05 17:10:21 -05:00
John Nunemaker
30a65000ad Added spec task and set it as default task. 2008-10-25 00:37:51 -04:00
John Nunemaker
df29a55264 Initial commit 2008-07-27 11:52:18 -04:00