mirror of
https://github.com/samsonjs/simple_oauth.git
synced 2026-03-29 09:25:53 +00:00
Use SSL-enabled build status image to avoid proxy caching
This commit is contained in:
parent
3e357dcf51
commit
373d819ca1
3 changed files with 2 additions and 3 deletions
|
|
@ -4,7 +4,7 @@ Simply builds and verifies OAuth headers
|
|||
|
||||
Continuous Integration
|
||||
----------------------
|
||||
[](http://travis-ci.org/laserlemon/simple_oauth)
|
||||
[](http://travis-ci.org/laserlemon/simple_oauth)
|
||||
|
||||
Submitting a Pull Request
|
||||
-------------------------
|
||||
|
|
|
|||
|
|
@ -2,10 +2,10 @@
|
|||
require File.expand_path('../lib/simple_oauth/version', __FILE__)
|
||||
|
||||
Gem::Specification.new do |gem|
|
||||
gem.add_development_dependency 'minitest', '~> 2.3'
|
||||
gem.add_development_dependency 'mocha', '~> 0.9'
|
||||
gem.add_development_dependency 'rake', '~> 0.9'
|
||||
gem.add_development_dependency 'simplecov', '~> 0.4'
|
||||
gem.add_development_dependency 'turn', '~> 0.8'
|
||||
gem.add_development_dependency 'yard', '~> 0.7'
|
||||
gem.authors = ["Steve Richert", "Erik Michaels-Ober"]
|
||||
gem.description = 'Simply builds and verifies OAuth headers'
|
||||
|
|
|
|||
|
|
@ -5,5 +5,4 @@ require 'simplecov'
|
|||
SimpleCov.start
|
||||
require 'test/unit'
|
||||
require 'mocha'
|
||||
require 'turn'
|
||||
require 'simple_oauth'
|
||||
|
|
|
|||
Loading…
Reference in a new issue