Skip to content

Commit

Permalink
gemspec updated & version, build badges added
Browse files Browse the repository at this point in the history
  • Loading branch information
Pramod committed Jan 2, 2016
1 parent df3c6f4 commit 7b30331
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[![Gem Version](https://badge.fury.io/rb/omniauth-box-oauth2.svg)](https://badge.fury.io/rb/omniauth-box-oauth2)
[![Build Status](https://travis-ci.org/pramodshinde/omniauth-box-oauth2.svg?branch=master)](https://travis-ci.org/pramodshinde/omniauth-box-oauth2)

# OmniAuth::Strategies::BoxOauth2

OAuth2 Strategy for [Box](https://www.box.com/)
Expand Down
6 changes: 3 additions & 3 deletions omniauth-box-oauth2.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Gem::Specification.new do |spec|
spec.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
spec.require_paths = ["lib"]

spec.add_runtime_dependency 'omniauth-oauth2'
spec.add_runtime_dependency 'omniauth-oauth2', '~> 1.2'

spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rspec"
end
spec.add_development_dependency "rspec", "~> 3.4"
end

0 comments on commit 7b30331

Please sign in to comment.