@@ -11,18 +11,20 @@ Gem::Specification.new do |spec|
11
11
spec . add_dependency 'multi_xml' , '~> 0.5'
12
12
spec . add_dependency 'rack' , '~> 1.2'
13
13
spec . add_dependency 'jwt' , '~> 0.1.4'
14
- spec . authors = [ "Michael Bleigh" , "Erik Michaels-Ober" ]
15
- spec . description = %q{A Ruby wrapper for the OAuth 2.0 protocol built with a similar style to the original OAuth spec.}
16
-
17
- spec . files = %w( .document CONTRIBUTING.md LICENSE.md README.md Rakefile oauth2.gemspec )
18
- spec . files += Dir . glob ( "lib/**/*.rb" )
19
- spec . files += Dir . glob ( "spec/**/*" )
20
- spec . homepage = 'http://github.com/intridea/oauth2'
21
- spec . licenses = [ 'MIT' ]
22
- spec . name = 'oauth2'
14
+ spec . authors = [ "Michael Bleigh" , "Erik Michaels-Ober" ]
15
+ spec . cert_chain = %w( certs/sferik.pem )
16
+ spec . description = %q{A Ruby wrapper for the OAuth 2.0 protocol built with a similar style to the original OAuth spec.}
17
+
18
+ spec . files = %w( .document CONTRIBUTING.md LICENSE.md README.md Rakefile oauth2.gemspec )
19
+ spec . files += Dir . glob ( "lib/**/*.rb" )
20
+ spec . files += Dir . glob ( "spec/**/*" )
21
+ spec . homepage = 'http://github.com/intridea/oauth2'
22
+ spec . licenses = [ 'MIT' ]
23
+ spec . name = 'oauth2'
23
24
spec . require_paths = [ 'lib' ]
24
25
spec . required_rubygems_version = '>= 1.3.6'
25
- spec . summary = %q{A Ruby wrapper for the OAuth 2.0 protocol.}
26
- spec . test_files = Dir . glob ( "spec/**/*" )
27
- spec . version = OAuth2 ::Version
26
+ spec . signing_key = File . expand_path ( "~/.gem/private_key.pem" ) if $0 =~ /gem\z /
27
+ spec . summary = %q{A Ruby wrapper for the OAuth 2.0 protocol.}
28
+ spec . test_files = Dir . glob ( "spec/**/*" )
29
+ spec . version = OAuth2 ::Version
28
30
end
0 commit comments