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

Update to latest version of rspec

This commit is contained in:
Sandro Turriate 2009-11-09 22:09:03 -05:00
parent 12e312206b
commit 2acc891779
2 changed files with 4 additions and 4 deletions

View file

@ -11,7 +11,7 @@ begin
gem.homepage = "http://httparty.rubyforge.org" gem.homepage = "http://httparty.rubyforge.org"
gem.authors = ["John Nunemaker", "Sandro Turriate"] gem.authors = ["John Nunemaker", "Sandro Turriate"]
gem.add_dependency 'crack', '>= 0.1.1' gem.add_dependency 'crack', '>= 0.1.1'
gem.add_development_dependency "rspec", "1.2.8" gem.add_development_dependency "rspec", "1.2.9"
gem.post_install_message = "When you HTTParty, you must party hard!" gem.post_install_message = "When you HTTParty, you must party hard!"
gem.rubyforge_project = 'httparty' gem.rubyforge_project = 'httparty'
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings

View file

@ -1,5 +1,5 @@
require File.join(File.dirname(__FILE__), '..', 'lib', 'httparty') require File.join(File.dirname(__FILE__), '..', 'lib', 'httparty')
gem 'rspec', '1.2.8' gem 'rspec', '1.2.9'
gem 'fakeweb' gem 'fakeweb'
require 'spec/autorun' require 'spec/autorun'
require 'fakeweb' require 'fakeweb'