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:
parent
12e312206b
commit
2acc891779
2 changed files with 4 additions and 4 deletions
2
Rakefile
2
Rakefile
|
@ -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
|
||||||
|
|
|
@ -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'
|
||||||
|
|
Loading…
Add table
Reference in a new issue