File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,8 @@ Style/DoubleNegation:
3535Style/HashSyntax :
3636 EnforcedStyle : hash_rockets
3737
38-
38+ Style/StderrPuts :
39+ Enabled : false
3940
4041Style/StringLiterals :
4142 EnforcedStyle : double_quotes
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ group :test do
99 gem "rack-test"
1010 gem "rest-client" , "~> 1.7.3" , :platforms => %i[ jruby ruby_18 ]
1111 gem "rspec" , "~> 3.2"
12- gem "rubocop" , ">= 0.30 " , :platforms => %i[ ruby_19 ruby_20 ruby_21 ruby_22 ]
12+ gem "rubocop" , ">= 0.51 " , :platforms => %i[ ruby_19 ruby_20 ruby_21 ruby_22 ]
1313 gem "simplecov" , ">= 0.9"
1414 gem "webmock"
1515end
Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ Gem::Specification.new do |gem|
88
99 gem . add_development_dependency "bundler" , "~> 1.0"
1010
11- gem . authors = [ "Michael Bleigh" , "Erik Michaels-Ober" ]
12- gem . email = [ "michael@intridea.com" , "sferik@gmail.com" ]
11+ gem . authors = [ "Michael Bleigh" , "Erik Michaels-Ober" , "Tom Milewski" ]
12+ gem . email = [ "michael@intridea.com" , "sferik@gmail.com" , "tmilewski@gmail.com" ]
1313 gem . description = "An abstract OAuth2 strategy for OmniAuth."
1414 gem . summary = gem . description
15- gem . homepage = "https://github.com/intridea /omniauth-oauth2"
15+ gem . homepage = "https://github.com/omniauth /omniauth-oauth2"
1616 gem . licenses = %w[ MIT ]
1717
1818 gem . executables = `git ls-files -- bin/*` . split ( "\n " ) . collect { |f | File . basename ( f ) }
You can’t perform that action at this time.
0 commit comments