Skip to content

Commit

Permalink
Merge pull request #4 from sabotatore/refresh_gem
Browse files Browse the repository at this point in the history
Update gem dependencies
  • Loading branch information
sabotatore committed Jan 12, 2016
2 parents bdcff45 + 66c5f1e commit b03d31a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.2.4
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: ruby
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.8
- 2.2.4
2 changes: 1 addition & 1 deletion lib/omniauth-untappd/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module OmniAuth
module Untappd
VERSION = "0.1.2"
VERSION = "0.1.3"
end
end
3 changes: 2 additions & 1 deletion omniauth-untappd.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]
gem.version = OmniAuth::Untappd::VERSION

gem.add_runtime_dependency 'omniauth-oauth2', '~> 1.1.0'
gem.add_runtime_dependency 'omniauth-oauth2', '~> 1.3.0'
gem.add_runtime_dependency 'multi_json', '~> 1.0'

gem.add_development_dependency 'rspec', '~> 2.7'
gem.add_development_dependency 'rake'
gem.add_development_dependency 'rack-test'
gem.add_development_dependency 'webmock'
gem.add_development_dependency 'simplecov'
Expand Down

0 comments on commit b03d31a

Please sign in to comment.